Class ContractNotification
java.lang.Object
bitel.billing.server.contract.bean.ContractNotification
Deprecated.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
Deprecated.Deprecated.int
getId()
Deprecated.Deprecated.Deprecated.boolean
isRead()
Deprecated.void
setContractId
(int cid) Deprecated.void
setDateTime
(Date dateTime) Deprecated.void
setId
(int id) Deprecated.void
setMessage
(String message) Deprecated.void
setRead
(boolean isRead) Deprecated.void
setSubject
(String subject) Deprecated.
-
Constructor Details
-
ContractNotification
public ContractNotification()Deprecated.
-
-
Method Details
-
getId
public int getId()Deprecated. -
setId
public void setId(int id) Deprecated. -
getContractId
public int getContractId()Deprecated. -
setContractId
public void setContractId(int cid) Deprecated. -
getSubject
Deprecated. -
setSubject
Deprecated. -
getMessage
Deprecated. -
setMessage
Deprecated. -
getDateTime
Deprecated. -
setDateTime
Deprecated. -
isRead
public boolean isRead()Deprecated. -
setRead
public void setRead(boolean isRead) Deprecated.
-
ContractNotification
,ContractNotificationDao
andContractNotificationService