public class AssetCategoryDisplay
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
AssetCategoryDisplay() |
AssetCategoryDisplay(java.lang.Object[] categories,
int end,
int page,
int start,
int total) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.Object[] |
getCategories()
Gets the categories value for this AssetCategoryDisplay.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer
|
int |
getEnd()
Gets the end value for this AssetCategoryDisplay.
|
int |
getPage()
Gets the page value for this AssetCategoryDisplay.
|
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer
|
int |
getStart()
Gets the start value for this AssetCategoryDisplay.
|
int |
getTotal()
Gets the total value for this AssetCategoryDisplay.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setCategories(java.lang.Object[] categories)
Sets the categories value for this AssetCategoryDisplay.
|
void |
setEnd(int end)
Sets the end value for this AssetCategoryDisplay.
|
void |
setPage(int page)
Sets the page value for this AssetCategoryDisplay.
|
void |
setStart(int start)
Sets the start value for this AssetCategoryDisplay.
|
void |
setTotal(int total)
Sets the total value for this AssetCategoryDisplay.
|
public AssetCategoryDisplay()
public AssetCategoryDisplay(java.lang.Object[] categories,
int end,
int page,
int start,
int total)
public java.lang.Object[] getCategories()
public void setCategories(java.lang.Object[] categories)
categories - public int getEnd()
public void setEnd(int end)
end - public int getPage()
public void setPage(int page)
page - public int getStart()
public void setStart(int start)
start - public int getTotal()
public void setTotal(int total)
total - public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)