|
7.0 Action Request System Java API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.remedy.arsys.api.SortInfo
The SortInfo class specifies the sort order of fields
from an entry list. It consists of two elements, a field ID and a sort order.
| Field Summary | |
InternalID |
m_fldID
The InternalID associated with the field to sort on. |
int |
m_order
An integer value indicating the sort order for the field (1 - ascending, 2 - descending). |
| Constructor Summary | |
SortInfo(InternalID id,
int order)
Constructs a new SortInfo object. |
|
| Method Summary | |
java.lang.Object |
clone()
Makes a copy of the object. |
boolean |
equals(java.lang.Object anObject)
Use this method for checking equality. |
InternalID |
getFieldID()
Returns the InternalID of the field to sort on. |
int |
getSortOrder()
Returns the sort order to be applied on the field. |
int |
hashCode()
Returns the hash code value for this instance of the current class. |
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public InternalID m_fldID
InternalID associated with the field to sort on.
public int m_order
| Constructor Detail |
public SortInfo(InternalID id,
int order)
SortInfo object.
id - The InternalID associated with the field to sort on.order - An integer value indicating the sort order for the field (1 - ascending, 2 - descending).| Method Detail |
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
java.lang.CloneNotSupportedExceptionpublic InternalID getFieldID()
InternalID of the field to sort on.
public int getSortOrder()
public boolean equals(java.lang.Object anObject)
public int hashCode()
|
7.0 Action Request System Java API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||