public class SearchCriteriaGroupId extends SearchCriteria
Modifier and Type | Field and Description |
---|---|
protected Boolean |
isCaseInsensitive |
protected SearchMode |
mode |
protected String |
value |
Constructor and Description |
---|
SearchCriteriaGroupId()
Serializable Constructor
|
SearchCriteriaGroupId(SearchMode mode,
String value,
Boolean isCaseInsensitive) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
static Element |
formRequest(Request<?> request,
SearchCriteriaGroupId datatype,
String elementName)
Appends this DataType to the given Request
|
static SearchCriteriaGroupId[] |
getArrayFromNode(Node node,
String elementName)
Retrieves an array of elements of type SearchCriteriaGroupId by parsing the XML node.
|
String |
getClassName() |
static SearchCriteriaGroupId |
getFromNode(Node node)
Retrieves an elements of type SearchCriteriaGroupId by parsing an XML node.
|
Boolean |
getIsCaseInsensitive() |
SearchMode |
getMode() |
String |
getValue() |
int |
hashCode() |
SearchCriteriaGroupId |
setIsCaseInsensitive(Boolean isCaseInsensitive) |
SearchCriteriaGroupId |
setMode(SearchMode mode) |
SearchCriteriaGroupId |
setValue(String value) |
formRequest
@NotNull protected SearchMode mode
@NotNull @Size(min=1, max=30) protected String value
@NotNull protected Boolean isCaseInsensitive
public SearchCriteriaGroupId(SearchMode mode, String value, Boolean isCaseInsensitive)
public SearchCriteriaGroupId()
public String getClassName()
public SearchMode getMode()
public SearchCriteriaGroupId setMode(SearchMode mode)
public String getValue()
public SearchCriteriaGroupId setValue(String value)
public Boolean getIsCaseInsensitive()
public SearchCriteriaGroupId setIsCaseInsensitive(Boolean isCaseInsensitive)
@GwtIncompatible public static Element formRequest(Request<?> request, SearchCriteriaGroupId datatype, String elementName)
request
- The request to append the DataType to.datatype
- The datatype to parse.@GwtIncompatible public static SearchCriteriaGroupId getFromNode(Node node)
node
- The source node to parse.@GwtIncompatible public static SearchCriteriaGroupId[] 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.