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
Сущность/Тип объекта/Группа параметров
ObjectType
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
createEntityTitle
(int entityId, String title, EntitySpec spec, Map<Integer, EntityAttr> attributes) createEntityTitle
(Entity entity) int
boolean
isHidden()
void
setAttributeList
(List<EntitySpecAttr> attributes) void
setComment
(String comment) void
setEntitySpecTypeId
(int entitySpecTypeId) void
setEntityTitleMacros
(String entityTitleMakros) void
setHidden
(boolean hidden) void
setModuleIds
(Set<Integer> moduleIds) Methods inherited from class ru.bitel.common.model.IdTitle
copyTo, getGuiTitle, getTitle, setTitle, toIdTitle, toString
Methods inherited from class ru.bitel.common.model.Id
copyTo, equals, getId, hashCode, newIdList, newIdSet, newIdSet, newIdSet, newIdSet, newMap, setId
-
Constructor Details
-
EntitySpec
public EntitySpec()
-
-
Method Details
-
getModuleIds
-
setModuleIds
-
getEntitySpecTypeId
public int getEntitySpecTypeId() -
setEntitySpecTypeId
public void setEntitySpecTypeId(int entitySpecTypeId) -
getEntityTitleMacros
-
setEntityTitleMacros
-
getComment
-
setComment
-
isHidden
public boolean isHidden() -
setHidden
public void setHidden(boolean hidden) -
getAttributeList
-
setAttributeList
-
createEntityTitle
-
createEntityTitle
public static String createEntityTitle(int entityId, String title, EntitySpec spec, Map<Integer, EntityAttr> attributes)
-