public class DepartmentKey extends Object implements Serializable
Constructor and Description |
---|
DepartmentKey() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
static Element |
formRequest(Request<?> request,
DepartmentKey datatype,
String elementName)
Appends this DataType to the given Request
|
static DepartmentKey[] |
getArrayFromNode(Node node,
String elementName)
Retrieves an array of elements of type DepartmentKey by parsing the XML node.
|
static DepartmentKey |
getFromNode(Node node)
Retrieves an elements of type DepartmentKey by parsing an XML node.
|
int |
hashCode() |
@GwtIncompatible public static Element formRequest(Request<?> request, DepartmentKey datatype, String elementName)
request
- The request to append the DataType to.datatype
- The datatype to parse.@GwtIncompatible public static DepartmentKey getFromNode(Node node)
node
- The source node to parse.@GwtIncompatible public static DepartmentKey[] 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.