net.sf.dynamicreports.adhoc.configuration
Class AdhocSubtotal

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

public class AdhocSubtotal
extends Object
implements Cloneable, Serializable

Author:
Ricardo Mariaca (dynamicreports@gmail.com)
See Also:
Serialized Form

Constructor Summary
AdhocSubtotal()
           
 
Method Summary
 AdhocSubtotal clone()
           
 boolean equals(Object obj)
           
 AdhocCalculation getCalculation()
           
 String getLabel()
           
 AdhocStyle getLabelStyle()
           
 String getName()
           
 AdhocStyle getStyle()
           
 void setCalculation(AdhocCalculation calculation)
           
 void setLabel(String label)
           
 void setLabelStyle(AdhocStyle labelStyle)
           
 void setName(String name)
           
 void setStyle(AdhocStyle style)
           
 
Methods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AdhocSubtotal

public AdhocSubtotal()
Method Detail

getName

public String getName()

setName

public void setName(String name)

getLabel

public String getLabel()

setLabel

public void setLabel(String label)

getCalculation

public AdhocCalculation getCalculation()

setCalculation

public void setCalculation(AdhocCalculation calculation)

getStyle

public AdhocStyle getStyle()

setStyle

public void setStyle(AdhocStyle style)

getLabelStyle

public AdhocStyle getLabelStyle()

setLabelStyle

public void setLabelStyle(AdhocStyle labelStyle)

equals

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

clone

public AdhocSubtotal clone()
Overrides:
clone in class Object


Copyright © 2010-2012. All Rights Reserved.