Class EntitySpec

java.lang.Object
ru.bitel.common.model.Id
ru.bitel.common.model.IdTitle
ru.bitel.oss.kernel.entity.common.bean.EntitySpec
All Implemented Interfaces:
Serializable, GuiTitlable, Idable, ListItem
Direct Known Subclasses:
ContractObjectType, ContractParameterGroup

public class EntitySpec extends IdTitle
Сущность/Тип объекта/Группа параметров ObjectType
See Also:
  • Constructor Details

    • EntitySpec

      public EntitySpec()
  • Method Details

    • getModuleIds

      public Set<Integer> getModuleIds()
    • setModuleIds

      public void setModuleIds(Set<Integer> moduleIds)
    • getEntitySpecTypeId

      public int getEntitySpecTypeId()
    • setEntitySpecTypeId

      public void setEntitySpecTypeId(int entitySpecTypeId)
    • getEntityTitleMacros

      public String getEntityTitleMacros()
    • setEntityTitleMacros

      public void setEntityTitleMacros(String entityTitleMakros)
    • getComment

      public String getComment()
    • setComment

      public void setComment(String comment)
    • isHidden

      public boolean isHidden()
    • setHidden

      public void setHidden(boolean hidden)
    • getAttributeList

      public List<EntitySpecAttr> getAttributeList()
    • setAttributeList

      public void setAttributeList(List<EntitySpecAttr> attributes)
    • createEntityTitle

      public String createEntityTitle(Entity entity)
    • createEntityTitle

      public static String createEntityTitle(int entityId, String title, EntitySpec spec, Map<Integer,EntityAttr> attributes)