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
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcopyTo(AbstractEntity abstractEntity) intvoidsetEntityAttributes(Map<Integer, EntityAttr> entityAttributes) voidsetEntitySpecId(int entitySpecId) Methods inherited from class ru.bitel.common.model.IdTitle
copyTo, getGuiTitle, getTitle, setTitle, toIdTitle, toStringMethods 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
-