public class DebitCreditTotalDefinition extends TotalDefinition
| Type | Property and Description |
|---|---|
boolean |
isNested
determine whether the field for totaling is a nested property
|
| Constructor and Description |
|---|
DebitCreditTotalDefinition() |
| Modifier and Type | Method and Description |
|---|---|
void |
completeValidation(Class rootBusinessObjectClass,
Class otherBusinessObjectClass)
Validates that total properties have been added
|
String |
getCreditTotalLabelProperty()
Gets the creditTotalLabelProperty attribute.
|
String |
getCreditTotalProperty()
Gets the creditTotalProperty attribute.
|
String |
getDebitTotalLabelProperty()
Gets the debitTotalLabelProperty attribute.
|
String |
getDebitTotalProperty()
Gets the debitTotalProperty attribute.
|
String |
getRepresentedProperty()
Gets the representedProperty attribute.
|
Renderer |
getTotalRenderer()
Returns a renderer which will render the total for this total definition
|
boolean |
isNestedProperty()
determine whether the field for totaling is a nested property
|
void |
setContainingPropertyName(String containingPropertyName)
set the property name of the containing object if the field for totaling is a nested property
|
void |
setCreditTotalLabelProperty(String creditTotalLabelProperty)
Sets the creditTotalLabelProperty attribute value.
|
void |
setCreditTotalProperty(String creditTotalProperty)
Sets the creditTotalProperty attribute value.
|
void |
setDebitTotalLabelProperty(String debitTotalLabelProperty)
Sets the debitTotalLabelProperty attribute value.
|
void |
setDebitTotalProperty(String debitTotalProperty)
Sets the debitTotalProperty attribute value.
|
void |
setNestedProperty(boolean nestedProperty)
Sets the nestedProperty attribute value.
|
void |
setRepresentedProperty(String representedProperty)
Sets the representedProperty attribute value.
|
getActualPropertyNameafterPropertiesSet, getId, setIdcopy, copyProperties, getComponentCode, getNamespaceCode, setComponentCode, setNamespaceCodeNestedFieldTotaling.isNestedProperty()public DebitCreditTotalDefinition()
public Renderer getTotalRenderer()
TotalDefinitiongetTotalRenderer in class TotalDefinitionTotalDefinition.getTotalRenderer()public void completeValidation(Class rootBusinessObjectClass, Class otherBusinessObjectClass)
DataDictionaryDefinition.completeValidation(java.lang.Class, java.lang.Class)public String getDebitTotalProperty()
public void setDebitTotalProperty(String debitTotalProperty)
debitTotalProperty - The debitTotalProperty to set.public String getCreditTotalProperty()
public void setCreditTotalProperty(String creditTotalProperty)
creditTotalProperty - The creditTotalProperty to set.public String getDebitTotalLabelProperty()
public void setDebitTotalLabelProperty(String debitTotalLabelProperty)
debitTotalLabelProperty - The debitTotalLabelProperty to set.public String getCreditTotalLabelProperty()
public void setCreditTotalLabelProperty(String creditTotalLabelProperty)
creditTotalLabelProperty - The creditTotalLabelProperty to set.public String getRepresentedProperty()
public void setRepresentedProperty(String representedProperty)
representedProperty - The representedProperty to set.public void setNestedProperty(boolean nestedProperty)
nestedProperty - The nestedProperty to set.public void setContainingPropertyName(String containingPropertyName)
NestedFieldTotalingcontainingPropertyName - the given property name of the containing objectNestedFieldTotaling.setContainingPropertyName(java.lang.String)public boolean isNestedProperty()
NestedFieldTotalingNestedFieldTotaling.isNestedProperty()Copyright © 2004–2014 The Kuali Foundation. All rights reserved.