Class ContractNotification
java.lang.Object
ru.bitel.common.model.Id
ru.bitel.common.model.IdTitle
ru.bitel.bgbilling.plugins.notification.common.bean.ContractNotification
- All Implemented Interfaces:
Serializable,GuiTitlable,Idable,ListItem
Уведомление в договоре (в личном кабинете).
- See Also:
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintbooleanisRead()setContractId(int contractId) setDateTime(Date dateTime) setId(int id) Устанавливает id объектаsetMessage(String message) setRead(boolean isRead) setSubject(String subject) Устанавливает название (описание) объектаMethods 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
-
ContractNotification
public ContractNotification()
-
-
Method Details
-
getContractId
public int getContractId() -
getDateTime
-
getMessage
-
getSubject
-
isRead
public boolean isRead() -
setContractId
-
setDateTime
-
setId
Description copied from class:IdУстанавливает id объекта -
setMessage
-
setRead
-
setSubject
-
setTitle
Description copied from class:IdTitleУстанавливает название (описание) объекта
-