org.kuali.rice.kns.datadictionary
Class MaintainableSubSectionHeaderDefinition

java.lang.Object
  extended by org.kuali.rice.kns.datadictionary.DataDictionaryDefinitionBase
      extended by org.kuali.rice.kns.datadictionary.MaintainableItemDefinition
          extended by org.kuali.rice.kns.datadictionary.MaintainableSubSectionHeaderDefinition
All Implemented Interfaces:
Serializable, DataDictionaryDefinition, SubSectionHeaderDefinitionI, org.springframework.beans.factory.InitializingBean

public class MaintainableSubSectionHeaderDefinition
extends MaintainableItemDefinition
implements SubSectionHeaderDefinitionI

The subSectionHeader allows the section to be separated into sub-sections, each with its own name.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.kuali.rice.kns.datadictionary.DataDictionaryDefinitionBase
id
 
Constructor Summary
MaintainableSubSectionHeaderDefinition()
           
 
Method Summary
 void completeValidation(Class rootBusinessObjectClass, Class otherBusinessObjectClass)
          Directly validate simple fields.
 String toString()
           
 
Methods inherited from class org.kuali.rice.kns.datadictionary.MaintainableItemDefinition
getName, setName
 
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, wait, wait, wait
 
Methods inherited from interface org.kuali.rice.kns.datadictionary.SubSectionHeaderDefinitionI
getName
 

Constructor Detail

MaintainableSubSectionHeaderDefinition

public MaintainableSubSectionHeaderDefinition()
Method Detail

completeValidation

public void completeValidation(Class rootBusinessObjectClass,
                               Class otherBusinessObjectClass)
Directly validate simple fields.

Specified by:
completeValidation in interface DataDictionaryDefinition
Parameters:
rootBusinessObjectClass - Class of the BusinessObjectEntry which ultimately contains this definition
otherBusinessObjectClass - other stuff required to complete validation
See Also:
org.kuali.rice.kns.datadictionary.DataDictionaryDefinition#completeValidation(java.lang.Class, java.lang.Object)

toString

public String toString()
Overrides:
toString in class MaintainableItemDefinition
See Also:
Object.toString()


Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.