edu.nrao.sss.dao.parameter
Class OrderItem

java.lang.Object
  extended by edu.nrao.sss.dao.parameter.OrderItem

public class OrderItem
extends Object


Field Summary
static boolean ASCENDING
           
static boolean DESCENDING
           
 
Constructor Summary
OrderItem(String fieldName, boolean sortType)
           
 
Method Summary
 String getFieldName()
           
 boolean isSortType()
           
 void setFieldName(String fieldName)
           
 void setSortType(boolean sortType)
           
 String toHQL(String variableName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ASCENDING

public static final boolean ASCENDING
See Also:
Constant Field Values

DESCENDING

public static final boolean DESCENDING
See Also:
Constant Field Values
Constructor Detail

OrderItem

public OrderItem(String fieldName,
                 boolean sortType)
Method Detail

getFieldName

public String getFieldName()

isSortType

public boolean isSortType()

setFieldName

public void setFieldName(String fieldName)

setSortType

public void setSortType(boolean sortType)

toHQL

public String toHQL(String variableName)


Copyright © 2009. All Rights Reserved.