public class ScheduleGlobalKey extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected ScheduleKey |
scheduleKey |
protected ScheduleLevel |
scheduleLevel |
Constructor and Description |
---|
ScheduleGlobalKey()
Serializable Constructor
|
ScheduleGlobalKey(ScheduleKey scheduleKey,
ScheduleLevel scheduleLevel) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
static Element |
formRequest(Request<?> request,
ScheduleGlobalKey datatype,
String elementName)
Appends this DataType to the given Request
|
static ScheduleGlobalKey[] |
getArrayFromNode(Node node,
String elementName)
Retrieves an array of elements of type ScheduleGlobalKey by parsing the XML node.
|
static ScheduleGlobalKey |
getFromNode(Node node)
Retrieves an elements of type ScheduleGlobalKey by parsing an XML node.
|
ScheduleKey |
getScheduleKey() |
ScheduleLevel |
getScheduleLevel() |
int |
hashCode() |
ScheduleGlobalKey |
setScheduleKey(ScheduleKey scheduleKey) |
ScheduleGlobalKey |
setScheduleLevel(ScheduleLevel scheduleLevel) |
@NotNull protected ScheduleKey scheduleKey
@NotNull protected ScheduleLevel scheduleLevel
public ScheduleGlobalKey(ScheduleKey scheduleKey, ScheduleLevel scheduleLevel)
public ScheduleGlobalKey()
public ScheduleKey getScheduleKey()
public ScheduleGlobalKey setScheduleKey(ScheduleKey scheduleKey)
public ScheduleLevel getScheduleLevel()
public ScheduleGlobalKey setScheduleLevel(ScheduleLevel scheduleLevel)
@GwtIncompatible public static Element formRequest(Request<?> request, ScheduleGlobalKey datatype, String elementName)
request
- The request to append the DataType to.datatype
- The datatype to parse.@GwtIncompatible public static ScheduleGlobalKey getFromNode(Node node)
node
- The source node to parse.@GwtIncompatible public static ScheduleGlobalKey[] getArrayFromNode(Node node, String elementName)
node
- The source node to retrieve the array.elementName
- The element name to iterate through.Copyright © 2016 ECG. All rights reserved.