@Entity public class FlashNotification extends BaseEntity implements DefinesNetwork
| Constructor and Description |
|---|
FlashNotification() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Date |
getDate() |
EntityImportance |
getEntityImportance() |
java.lang.String |
getMessage() |
Network |
getNetwork() |
FlashNotificationType |
getType() |
void |
setDate(java.util.Date date) |
void |
setMessage(java.lang.String message) |
void |
setNetwork(Network network) |
void |
setType(FlashNotificationType type) |
getDataTranslationType, getLogType, getVersion, isGlobal, isPersistent, isTransientclone, equals, getId, getId, getIds, getUniqueIds, getUniqueIds, hashCode, toStringpublic java.util.Date getDate()
public EntityImportance getEntityImportance()
getEntityImportance in interface HasEntityImportancegetEntityImportance in class SimpleEntitypublic java.lang.String getMessage()
public Network getNetwork()
getNetwork in class BaseEntitypublic FlashNotificationType getType()
public void setDate(java.util.Date date)
public void setMessage(java.lang.String message)
public void setNetwork(Network network)
setNetwork in interface DefinesNetworkpublic void setType(FlashNotificationType type)