org.kuali.kfs.sys.document.web
Interface NestedFieldTotaling

All Known Implementing Classes:
AccountingLineGroupTotalDefinition, DebitCreditTotalDefinition, ProcurementCardGroupTotalDefinition, TotalDefinition

public interface NestedFieldTotaling

an interface that indicates the totaling is for the nested field


Method Summary
 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
 

Method Detail

setContainingPropertyName

void setContainingPropertyName(String containingPropertyName)
set the property name of the containing object if the field for totaling is a nested property

Parameters:
containingPropertyName - the given property name of the containing object

isNestedProperty

boolean isNestedProperty()
determine whether the field for totaling is a nested property

Returns:
true if the field for totaling is a nested property; otherwise, false


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.