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
ConstructorsConstructorDescriptionContractNotification(int contractId, int notificationId, Instant sentTime, boolean sent) -
Method Summary
Modifier and TypeMethodDescriptionintintbooleanisSent()setContractId(int contractId) setId(int id) Устанавливает id объектаsetNotificationId(int notificationId) setSent(boolean sent) setSentTime(Instant sentTime) 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() -
ContractNotification
-
-
Method Details
-
getContractId
public int getContractId() -
getSentTime
-
getSubject
-
setContractId
-
setSentTime
-
setId
Description copied from class:IdУстанавливает id объекта -
isSent
public boolean isSent() -
getNotificationId
public int getNotificationId() -
setNotificationId
-
setSent
-
setSubject
-
setTitle
Description copied from class:IdTitleУстанавливает название (описание) объекта
-