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:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class ru.bitel.common.model.IdTitle
IdTitle.IdTitleBuilder -
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ContractObject.Builderbuilder()intintintintsetContractId(int contractId) setDateFrom(Date dateFrom) setPosition(int position) setStatus(int status) Устанавливает название (описание) объектаsetTypeId(int typeId) Methods inherited from class ru.bitel.oss.kernel.entity.common.bean.AbstractEntity
copyTo, getEntityAttributes, getEntitySpecId, setEntityAttributes, setEntitySpecIdMethods inherited from class ru.bitel.common.model.IdTitle
copyTo, getGuiTitle, getTitle, setId, 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
-
setPosition
-
setStatus
-
setTypeId
-
setTitle
Description copied from class:IdTitleУстанавливает название (описание) объекта -
builder
-