Class ContractNote
java.lang.Object
ru.bitel.common.model.Id
ru.bitel.common.model.IdTitle
ru.bitel.bgbilling.kernel.contract.api.common.bean.ContractNote
- All Implemented Interfaces:
Serializable
,GuiTitlable
,Idable
,ListItem
Примечание договора.
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
getDate()
int
boolean
void
setComment
(String comment) void
setContractId
(int contractId) void
setDateTime
(LocalDateTime time) void
setUserId
(int userId) void
setVisible
(boolean visible) Methods inherited from class ru.bitel.common.model.IdTitle
getGuiTitle, getTitle, setTitle, toIdTitle, toString
Methods inherited from class ru.bitel.common.model.Id
equals, getId, hashCode, newIdList, newIdSet, newIdSet, newIdSet, newIdSet, newMap, setId
-
Constructor Details
-
ContractNote
public ContractNote()
-
-
Method Details
-
getDateTime
-
getDate
-
setDateTime
-
getUserId
public int getUserId() -
setUserId
public void setUserId(int userId) -
getContractId
public int getContractId() -
setContractId
public void setContractId(int contractId) -
isVisible
public boolean isVisible() -
setVisible
public void setVisible(boolean visible) -
getComment
-
setComment
-