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