public class AssetTagDisplay
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
AssetTagDisplay() |
AssetTagDisplay(int end,
int page,
int start,
java.lang.Object[] tags,
int total) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
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 AssetTagDisplay.
|
int |
getPage()
Gets the page value for this AssetTagDisplay.
|
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 AssetTagDisplay.
|
java.lang.Object[] |
getTags()
Gets the tags value for this AssetTagDisplay.
|
int |
getTotal()
Gets the total value for this AssetTagDisplay.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setEnd(int end)
Sets the end value for this AssetTagDisplay.
|
void |
setPage(int page)
Sets the page value for this AssetTagDisplay.
|
void |
setStart(int start)
Sets the start value for this AssetTagDisplay.
|
void |
setTags(java.lang.Object[] tags)
Sets the tags value for this AssetTagDisplay.
|
void |
setTotal(int total)
Sets the total value for this AssetTagDisplay.
|
public AssetTagDisplay()
public AssetTagDisplay(int end,
int page,
int start,
java.lang.Object[] tags,
int total)
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 java.lang.Object[] getTags()
public void setTags(java.lang.Object[] tags)
tags - 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)