net.sf.dynamicreports.report.base
Class DRSort

java.lang.Object
  extended by net.sf.dynamicreports.report.base.DRSort
All Implemented Interfaces:
Serializable, DRISort

public class DRSort
extends Object
implements DRISort

Author:
Ricardo Mariaca (r.mariaca@dynamicreports.org)
See Also:
Serialized Form

Constructor Summary
DRSort()
           
 
Method Summary
 DRIExpression<?> getExpression()
           
 OrderType getOrderType()
           
 void setExpression(DRIExpression<?> expression)
           
 void setOrderType(OrderType orderType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DRSort

public DRSort()
Method Detail

getExpression

public DRIExpression<?> getExpression()
Specified by:
getExpression in interface DRISort

setExpression

public void setExpression(DRIExpression<?> expression)

getOrderType

public OrderType getOrderType()
Specified by:
getOrderType in interface DRISort

setOrderType

public void setOrderType(OrderType orderType)


Copyright © 2010-2014. All Rights Reserved.