|
Style Intelligence v12.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectinetsoft.sree.schedule.ScheduleAlert
public final class ScheduleAlert
Class that encapsulates the element and highlight used to define an alert condition.
| Constructor Summary | |
|---|---|
ScheduleAlert()
|
|
| Method Summary | |
|---|---|
protected Object |
clone()
|
int |
compareTo(ScheduleAlert o)
|
boolean |
equals(Object o)
|
String |
getElementId()
Gets the identifier of the element that contains the highlight. |
String |
getHighlightName()
Gets the name of the highlight that provides the alert condition. |
int |
hashCode()
|
void |
parseXML(Element tag)
|
void |
setElementId(String elementId)
Sets the identifier of the element that contains the highlight. |
void |
setHighlightName(String highlightName)
Sets the name of the highlight that provides the alert condition. |
String |
toString()
|
void |
writeXML(PrintWriter writer)
|
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ScheduleAlert()
| Method Detail |
|---|
public String getElementId()
public void setElementId(String elementId)
elementId - the element identifier.public String getHighlightName()
public void setHighlightName(String highlightName)
highlightName - the highlight name.public void writeXML(PrintWriter writer)
writeXML in interface inetsoft.util.XMLSerializable
public void parseXML(Element tag)
throws Exception
parseXML in interface inetsoft.util.XMLSerializableExceptionpublic int compareTo(ScheduleAlert o)
compareTo in interface Comparableprotected Object clone()
clone in class Objectpublic boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object
|
Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||