public class RelatedListSort extends Object implements Serializable
Constructor and Description |
---|
RelatedListSort() |
RelatedListSort(boolean ascending,
String column) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getColumn()
Gets the column value for this RelatedListSort.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
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 |
hashCode() |
boolean |
isAscending()
Gets the ascending value for this RelatedListSort.
|
void |
setAscending(boolean ascending)
Sets the ascending value for this RelatedListSort.
|
void |
setColumn(String column)
Sets the column value for this RelatedListSort.
|
public RelatedListSort()
public RelatedListSort(boolean ascending, String column)
public boolean isAscending()
public void setAscending(boolean ascending)
ascending
- public String getColumn()
public void setColumn(String column)
column
- public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2014. All rights reserved.