Class AbstractEntity
java.lang.Object
ru.bitel.common.model.Id
ru.bitel.common.model.IdTitle
ru.bitel.oss.kernel.entity.common.bean.AbstractEntity
- All Implemented Interfaces:
Serializable
,GuiTitlable
,Idable
,ListItem
- Direct Known Subclasses:
ContractObject
,Entity
Сущность, привязанная к своей собственной таблице (contract, object)
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
void
setEntityAttributes
(Map<Integer, EntityAttr> entityAttributes) void
setEntitySpecId
(int entitySpecId) Methods inherited from class ru.bitel.common.model.IdTitle
getGuiTitle, getTitle, setTitle, toIdTitle, toString
Methods inherited from class ru.bitel.common.model.Id
equals, getId, hashCode, newIdList, newIdSet, newIdSet, newIdSet, newIdSet, newMap, setId
-
Field Details
-
entitySpecId
protected int entitySpecId
-
-
Constructor Details
-
AbstractEntity
public AbstractEntity() -
AbstractEntity
-
-
Method Details
-
getEntitySpecId
public int getEntitySpecId() -
setEntitySpecId
public void setEntitySpecId(int entitySpecId) -
getEntityAttributes
-
setEntityAttributes
-