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, toIdTitle, toStringMethods inherited from class ru.bitel.common.model.Id
copyTo, equals, getId, hashCode, newIdList, newIdSet, newIdSet, newIdSet, newIdSet, newMap, setId
-
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
-