public class Alert extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
I18NString |
alertDescriptionText |
I18NString |
alertHeaderText |
I18NString |
alertUrl |
Date |
effectiveEndDate |
Date |
effectiveStartDate |
Constructor and Description |
---|
Alert() |
Modifier and Type | Method and Description |
---|---|
static Alert |
createSimpleAlerts(String text) |
boolean |
equals(Object o) |
int |
hashCode() |
static HashSet<Alert> |
newSimpleAlertSet(String text) |
String |
toString() |
public I18NString alertHeaderText
public I18NString alertDescriptionText
public I18NString alertUrl
public Date effectiveStartDate
public Date effectiveEndDate
Copyright © 2018. All rights reserved.