@Entity public abstract class Notification extends NetworkedEntity
| Constructor and Description |
|---|
Notification() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Date |
getDate() |
java.lang.Long |
getEntityId() |
java.lang.String |
getHtmlText() |
Location |
getLocation() |
java.lang.String |
getMailSubject() |
Network |
getNetwork()
Returns the network this entity belongs to
|
User |
getRelatedUser() |
java.lang.String |
getSms() |
abstract INotificationType |
getType() |
User |
getUser() |
boolean |
isProcessed() |
boolean |
isRead() |
void |
setDate(java.util.Date date) |
void |
setEntityId(java.lang.Long entityId) |
void |
setHtmlText(java.lang.String htmlText) |
void |
setLocation(Location location) |
void |
setMailSubject(java.lang.String mailSubject) |
void |
setProcessed(boolean processed) |
void |
setRead(boolean read) |
void |
setRelatedUser(User relatedUser) |
void |
setSms(java.lang.String sms) |
void |
setUser(User user) |
isGlobalclone, equals, getId, getId, getIds, getUniqueIds, getUniqueIds, hashCode, isPersistent, isTransient, toStringpublic java.util.Date getDate()
public java.lang.Long getEntityId()
public java.lang.String getHtmlText()
public Location getLocation()
public java.lang.String getMailSubject()
public Network getNetwork()
NetworkedEntitygetNetwork in class NetworkedEntitypublic User getRelatedUser()
public java.lang.String getSms()
public abstract INotificationType getType()
public User getUser()
public boolean isProcessed()
public boolean isRead()
public void setDate(java.util.Date date)
public void setEntityId(java.lang.Long entityId)
public void setHtmlText(java.lang.String htmlText)
public void setLocation(Location location)
public void setMailSubject(java.lang.String mailSubject)
public void setProcessed(boolean processed)
public void setRead(boolean read)
public void setRelatedUser(User relatedUser)
public void setSms(java.lang.String sms)
public void setUser(User user)