public class SearchCriteriaExactDeviceType extends SearchCriteria
Modifier and Type | Field and Description |
---|---|
protected String |
deviceType |
Constructor and Description |
---|
SearchCriteriaExactDeviceType()
Serializable Constructor
|
SearchCriteriaExactDeviceType(String deviceType) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
static Element |
formRequest(Request<?> request,
SearchCriteriaExactDeviceType datatype,
String elementName)
Appends this DataType to the given Request
|
static SearchCriteriaExactDeviceType[] |
getArrayFromNode(Node node,
String elementName)
Retrieves an array of elements of type SearchCriteriaExactDeviceType by parsing the XML node.
|
String |
getClassName() |
String |
getDeviceType() |
static SearchCriteriaExactDeviceType |
getFromNode(Node node)
Retrieves an elements of type SearchCriteriaExactDeviceType by parsing an XML node.
|
int |
hashCode() |
SearchCriteriaExactDeviceType |
setDeviceType(String deviceType) |
formRequest
@NotNull @Size(min=1, max=40) protected String deviceType
public SearchCriteriaExactDeviceType(String deviceType)
public SearchCriteriaExactDeviceType()
public String getClassName()
public String getDeviceType()
public SearchCriteriaExactDeviceType setDeviceType(String deviceType)
@GwtIncompatible public static Element formRequest(Request<?> request, SearchCriteriaExactDeviceType datatype, String elementName)
request
- The request to append the DataType to.datatype
- The datatype to parse.@GwtIncompatible public static SearchCriteriaExactDeviceType getFromNode(Node node)
node
- The source node to parse.@GwtIncompatible public static SearchCriteriaExactDeviceType[] getArrayFromNode(Node node, String elementName)
node
- The source node to retrieve the array.elementName
- The element name to iterate through.public boolean equals(Object o)
equals
in class SearchCriteria
public int hashCode()
hashCode
in class SearchCriteria
Copyright © 2016 ECG. All rights reserved.