|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.rice.kns.datadictionary.DataDictionaryDefinitionBase
org.kuali.kfs.sys.document.datadictionary.TotalDefinition
org.kuali.kfs.sys.document.datadictionary.DebitCreditTotalDefinition
public class DebitCreditTotalDefinition
Metadata that instructs the accounting line tags how to render debit/credit totals used in voucher documents
Field Summary |
---|
Fields inherited from class org.kuali.rice.kns.datadictionary.DataDictionaryDefinitionBase |
---|
id |
Constructor Summary | |
---|---|
DebitCreditTotalDefinition()
|
Method Summary | |
---|---|
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. |
Methods inherited from class org.kuali.kfs.sys.document.datadictionary.TotalDefinition |
---|
getActualPropertyName |
Methods inherited from class org.kuali.rice.kns.datadictionary.DataDictionaryDefinitionBase |
---|
afterPropertiesSet, getId, setId |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DebitCreditTotalDefinition()
Method Detail |
---|
public Renderer getTotalRenderer()
TotalDefinition
getTotalRenderer
in class TotalDefinition
TotalDefinition.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)
NestedFieldTotaling
containingPropertyName
- the given property name of the containing objectNestedFieldTotaling.setContainingPropertyName(java.lang.String)
public boolean isNestedProperty()
NestedFieldTotaling
NestedFieldTotaling.isNestedProperty()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |