org.iternine.jeppetto.dao
Class Sort

java.lang.Object
  extended by org.iternine.jeppetto.dao.Sort

public class Sort
extends Object


Constructor Summary
Sort(String field, SortDirection sortDirection)
           
 
Method Summary
 String getField()
           
 SortDirection getSortDirection()
           
 void setField(String field)
           
 void setSortDirection(SortDirection sortDirection)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Sort

public Sort(String field,
            SortDirection sortDirection)
Method Detail

getField

public String getField()

setField

public void setField(String field)

getSortDirection

public SortDirection getSortDirection()

setSortDirection

public void setSortDirection(SortDirection sortDirection)


Copyright © 2012. All Rights Reserved.