public class SizeSearchCriteria extends SearchCriteriaBase implements Serializable
| Constructor and Description |
|---|
SizeSearchCriteria() |
SizeSearchCriteria(long[] ids,
String searchString,
int height,
int width) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
int |
getHeight()
Gets the height value for this SizeSearchCriteria.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
getWidth()
Gets the width value for this SizeSearchCriteria.
|
int |
hashCode() |
void |
setHeight(int height)
Sets the height value for this SizeSearchCriteria.
|
void |
setWidth(int width)
Sets the width value for this SizeSearchCriteria.
|
getIds, getSearchString, setIds, setSearchStringpublic SizeSearchCriteria()
public SizeSearchCriteria(long[] ids,
String searchString,
int height,
int width)
public int getHeight()
public void setHeight(int height)
height - public int getWidth()
public void setWidth(int width)
width - public boolean equals(Object obj)
equals in class SearchCriteriaBasepublic int hashCode()
hashCode in class SearchCriteriaBasepublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2015. All Rights Reserved.