Liferay 6.2-ce-ga5

com.liferay.portal.tools.servicebuilder
Class EntityOrder

java.lang.Object
  extended by com.liferay.portal.tools.servicebuilder.EntityOrder

public class EntityOrder
extends Object


Constructor Summary
EntityOrder(boolean asc, List<EntityColumn> columns)
           
 
Method Summary
 List<EntityColumn> getColumns()
           
 boolean isAscending()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EntityOrder

public EntityOrder(boolean asc,
                   List<EntityColumn> columns)
Method Detail

getColumns

public List<EntityColumn> getColumns()

isAscending

public boolean isAscending()

Liferay 6.2-ce-ga5