|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.LexGrid.LexBIG.DataModel.InterfaceElements.SortOption
public class SortOption
Represents a pairing of sort algorithm and order.
Constructor Summary | |
---|---|
SortOption()
|
Method Summary | |
---|---|
java.lang.Boolean |
getAscending()
Returns the value of field 'ascending'. |
java.lang.String |
getExtensionName()
Returns the value of field 'extensionName'. |
java.lang.Boolean |
isAscending()
Returns the value of field 'ascending'. |
void |
setAscending(java.lang.Boolean ascending)
Sets the value of field 'ascending'. |
void |
setExtensionName(java.lang.String extensionName)
Sets the value of field 'extensionName'. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SortOption()
Method Detail |
---|
public java.lang.Boolean getAscending()
public java.lang.String getExtensionName()
public java.lang.Boolean isAscending()
public void setAscending(java.lang.Boolean ascending)
ascending
- the value of field 'ascending'.public void setExtensionName(java.lang.String extensionName)
extensionName
- the value of field 'extensionName'.
|
Copyright: (c) 2004-2006 Mayo Foundation for Medical Education and Research (MFMER). All rights reserved. MAYO, MAYO CLINIC, and the triple-shield Mayo logo are trademarks and service marks of MFMER. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |