com.lmsal.solarb
Class SortInfo

java.lang.Object
  extended by com.lmsal.solarb.SortInfo

public class SortInfo
extends java.lang.Object


Constructor Summary
SortInfo(SortInfo src)
           
SortInfo(java.lang.String inFieldName, boolean inAscending)
           
 
Method Summary
 java.lang.String getFieldName()
           
 boolean isAscending()
           
 boolean isDescending()
           
 void setAscending()
           
 void setDescending()
           
 void setFieldName(java.lang.String newVal)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SortInfo

public SortInfo(java.lang.String inFieldName,
                boolean inAscending)

SortInfo

public SortInfo(SortInfo src)
Method Detail

getFieldName

public java.lang.String getFieldName()

setFieldName

public void setFieldName(java.lang.String newVal)

isAscending

public boolean isAscending()

isDescending

public boolean isDescending()

setAscending

public void setAscending()

setDescending

public void setDescending()