info.magnolia.ui.workbench.container
Class OrderBy

java.lang.Object
  extended by info.magnolia.ui.workbench.container.OrderBy

public class OrderBy
extends Object

Represents a sorting rule to be applied to a query.


Constructor Summary
OrderBy(String property, boolean isAscending)
           
 
Method Summary
 String getProperty()
           
 boolean isAscending()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OrderBy

public OrderBy(String property,
               boolean isAscending)
Method Detail

getProperty

public String getProperty()

isAscending

public boolean isAscending()


Copyright © 2013 Magnolia International Ltd.. All Rights Reserved.