it.amattioli.dominate.repositories
Class OrderList
java.lang.Object
it.amattioli.dominate.repositories.OrderList
public class OrderList
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OrderList
public OrderList()
clear
public void clear()
add
public void add(String property,
boolean reverse)
removeLast
public void removeLast()
getFirstProperty
public String getFirstProperty()
getLastProperty
public String getLastProperty()
isFirstReverse
public boolean isFirstReverse()
isLastReverse
public boolean isLastReverse()
getOrders
public List<Order> getOrders()
isEmpty
public boolean isEmpty()
Copyright © 2011. All Rights Reserved.