org.LexGrid.LexBIG.DataModel.InterfaceElements
Class SortOption

java.lang.Object
  extended by org.LexGrid.LexBIG.DataModel.InterfaceElements.SortOption
All Implemented Interfaces:
java.io.Serializable

public class SortOption
extends java.lang.Object
implements java.io.Serializable

Represents a pairing of sort algorithm and order.

Version:
$Revision$ $Date$
See Also:
Serialized Form

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

SortOption

public SortOption()
Method Detail

getAscending

public java.lang.Boolean getAscending()
Returns the value of field 'ascending'. The field 'ascending' has the following description: Indicates whether the sort algorithm should be applied in ascending or descending order.

Returns:
the value of field 'Ascending'.

getExtensionName

public java.lang.String getExtensionName()
Returns the value of field 'extensionName'. The field 'extensionName' has the following description: The name of the extension defining the sort algorithm (from the sort extension description).

Returns:
the value of field 'ExtensionName'.

isAscending

public java.lang.Boolean isAscending()
Returns the value of field 'ascending'. The field 'ascending' has the following description: Indicates whether the sort algorithm should be applied in ascending or descending order.

Returns:
the value of field 'Ascending'.

setAscending

public void setAscending(java.lang.Boolean ascending)
Sets the value of field 'ascending'. The field 'ascending' has the following description: Indicates whether the sort algorithm should be applied in ascending or descending order.

Parameters:
ascending - the value of field 'ascending'.

setExtensionName

public void setExtensionName(java.lang.String extensionName)
Sets the value of field 'extensionName'. The field 'extensionName' has the following description: The name of the extension defining the sort algorithm (from the sort extension description).

Parameters:
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.