Package org.gcube.portal.databook.shared
Class Notification
java.lang.Object
org.gcube.portal.databook.shared.Notification
- All Implemented Interfaces:
Serializable
- Author:
- Massimiliano Assante, ISTI-CNR
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptiondefault constructorNotification(String key, NotificationType type, String userid, String subjectid, Date time, String uri, String description, boolean read, String senderid, String senderFullName, String senderThumbnail) Notification(String key, NotificationType type, String userid, String subjectid, Date time, String uri, String description, boolean read, String senderid, String senderFullName, String senderThumbnail, String commentKey) -
Method Summary
Modifier and TypeMethodDescriptiongetKey()getTime()getType()getUri()booleanisRead()voidsetCommentKey(String commentKey) voidsetDescription(String description) voidvoidsetRead(boolean read) voidsetSenderFullName(String senderFullName) voidsetSenderid(String senderid) voidsetSenderThumbnail(String senderThumbnail) voidsetSubjectid(String subjectid) voidvoidsetType(NotificationType type) voidvoidtoString()
-
Constructor Details
-
Notification
public Notification()default constructor
-
-
Method Details
-
getKey
- Returns:
- .
-
setKey
-
getType
-
getUserid
-
setUserid
-
getTime
-
setTime
-
getUri
-
setUri
-
getDescription
-
setDescription
-
isRead
public boolean isRead() -
setRead
public void setRead(boolean read) -
getSenderid
-
setSenderid
-
getSenderFullName
-
setSenderFullName
-
getSenderThumbnail
-
setSenderThumbnail
-
getSubjectid
-
setSubjectid
-
getCommentKey
-
setCommentKey
-
toString
-