Class ContractObject
java.lang.Object
ru.bitel.common.model.Id
ru.bitel.common.model.IdTitle
ru.bitel.oss.kernel.entity.common.bean.AbstractEntity
ru.bitel.bgbilling.kernel.contract.object.common.bean.ContractObject
- All Implemented Interfaces:
Serializable,GuiTitlable,Idable,ListItem
- See Also:
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintintintsetContractId(int contractId) setDateFrom(Date dateFrom) setEntityAttributes(Map<Integer, EntityAttr> entityAttributes) setEntitySpecId(int entitySpecId) setId(int id) Устанавливает id объектаsetPosition(int position) setStatus(int status) Устанавливает название (описание) объектаsetTypeId(int typeId) Methods inherited from class ru.bitel.oss.kernel.entity.common.bean.AbstractEntity
copyTo, getEntityAttributes, getEntitySpecIdMethods inherited from class ru.bitel.common.model.IdTitle
copyTo, getGuiTitle, getTitle, setAsNoSelect, to, toIdTitle, toStringMethods inherited from class ru.bitel.common.model.Id
copyTo, equals, getId, hashCode, newIdList, newIdSet, newIdSet, newIdSet, newIdSet, newMap
-
Constructor Details
-
ContractObject
public ContractObject()
-
-
Method Details
-
getContractId
public int getContractId() -
getDateFrom
-
getDateTo
-
getPosition
public int getPosition() -
getStatus
public int getStatus() -
getTypeId
public int getTypeId() -
setContractId
-
setDateFrom
-
setDateTo
-
setId
Description copied from class:IdУстанавливает id объекта -
setPosition
-
setStatus
-
setTitle
Description copied from class:IdTitleУстанавливает название (описание) объекта -
setTypeId
-
setEntityAttributes
- Overrides:
setEntityAttributesin classAbstractEntity
-
setEntitySpecId
- Overrides:
setEntitySpecIdin classAbstractEntity
-