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:
java.io.Serializable,GuiTitlable,Idable,ListItem
public class ContractNote extends IdTitle
Примечание договора.
- See Also:
- Serialized Form
-
Field Summary
-
Constructor Summary
Constructors Constructor Description ContractNote() -
Method Summary
Modifier and Type Method Description java.lang.StringgetComment()intgetContractId()java.util.DategetDate()java.time.LocalDateTimegetDateTime()intgetUserId()booleanisVisible()voidsetComment(java.lang.String comment)voidsetContractId(int contractId)voidsetDateTime(java.time.LocalDateTime time)voidsetUserId(int userId)voidsetVisible(boolean visible)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, setIdMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
ContractNote
public ContractNote()
-
-
Method Details
-
getDateTime
public java.time.LocalDateTime getDateTime() -
getDate
public java.util.Date getDate() -
setDateTime
public void setDateTime(java.time.LocalDateTime time) -
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
public java.lang.String getComment() -
setComment
public void setComment(java.lang.String comment)
-