net.sf.dynamicreports.adhoc.configuration
Class AdhocSort

java.lang.Object
  extended by net.sf.dynamicreports.adhoc.configuration.AdhocSort
All Implemented Interfaces:
Serializable, Cloneable

public class AdhocSort
extends Object
implements Cloneable, Serializable

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

Constructor Summary
AdhocSort()
           
 
Method Summary
 AdhocSort clone()
           
 boolean equals(Object obj)
           
 String getName()
           
 AdhocOrderType getOrderType()
           
 void setName(String name)
           
 void setOrderType(AdhocOrderType orderType)
           
 
Methods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AdhocSort

public AdhocSort()
Method Detail

getName

public String getName()

setName

public void setName(String name)

getOrderType

public AdhocOrderType getOrderType()

setOrderType

public void setOrderType(AdhocOrderType orderType)

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

clone

public AdhocSort clone()
Overrides:
clone in class Object


Copyright © 2010-2013. All Rights Reserved.