@Entity public class FlashNotification extends org.cyclos.entities.BaseEntity implements DefinesNetwork
| Constructor and Description |
|---|
FlashNotification() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Date |
getDate() |
org.cyclos.entities.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, getVersion, isGlobal, isPersistent, isTransientpublic java.util.Date getDate()
public org.cyclos.entities.EntityImportance getEntityImportance()
getEntityImportance in interface org.cyclos.entities.HasEntityImportancegetEntityImportance in class org.cyclos.entities.SimpleEntitypublic java.lang.String getMessage()
public Network getNetwork()
getNetwork in class org.cyclos.entities.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)