public class AdhocSubtotal extends Object implements Cloneable, Serializable
AdhocSubtotal class.
| Constructor and Description |
|---|
AdhocSubtotal() |
| Modifier and Type | Method and Description |
|---|---|
AdhocSubtotal |
clone() |
boolean |
equals(Object obj) |
AdhocCalculation |
getCalculation()
Getter for the field
calculation. |
String |
getGroupName()
Getter for the field
groupName. |
String |
getLabel()
Getter for the field
label. |
AdhocStyle |
getLabelStyle()
Getter for the field
labelStyle. |
String |
getName()
Getter for the field
name. |
AdhocSubtotalPosition |
getPosition()
Getter for the field
position. |
AdhocStyle |
getStyle()
Getter for the field
style. |
void |
setCalculation(AdhocCalculation calculation)
Setter for the field
calculation. |
void |
setGroupName(String groupName)
Setter for the field
groupName. |
void |
setLabel(String label)
Setter for the field
label. |
void |
setLabelStyle(AdhocStyle labelStyle)
Setter for the field
labelStyle. |
void |
setName(String name)
Setter for the field
name. |
void |
setPosition(AdhocSubtotalPosition position)
Setter for the field
position. |
void |
setStyle(AdhocStyle style)
Setter for the field
style. |
public void setName(String name)
Setter for the field name.
name - a String object.public void setLabel(String label)
Setter for the field label.
label - a String object.public AdhocCalculation getCalculation()
Getter for the field calculation.
AdhocCalculation object.public void setCalculation(AdhocCalculation calculation)
Setter for the field calculation.
calculation - a AdhocCalculation object.public AdhocStyle getStyle()
Getter for the field style.
AdhocStyle object.public void setStyle(AdhocStyle style)
Setter for the field style.
style - a AdhocStyle object.public AdhocStyle getLabelStyle()
Getter for the field labelStyle.
AdhocStyle object.public void setLabelStyle(AdhocStyle labelStyle)
Setter for the field labelStyle.
labelStyle - a AdhocStyle object.public AdhocSubtotalPosition getPosition()
Getter for the field position.
AdhocSubtotalPosition object.public void setPosition(AdhocSubtotalPosition position)
Setter for the field position.
position - a AdhocSubtotalPosition object.public void setGroupName(String groupName)
Setter for the field groupName.
groupName - a String object.public AdhocSubtotal clone()
Copyright © 2010–2021. All rights reserved.