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:
-
Nested Class Summary
Nested classes/interfaces inherited from class ru.bitel.common.model.IdTitle
IdTitle.Builder, IdTitle.IdTitleBuilder
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
copyTo
(AbstractEntity abstractEntity) int
void
setEntityAttributes
(Map<Integer, EntityAttr> entityAttributes) void
setEntitySpecId
(int entitySpecId) 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
-
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
-
copyTo
-