org.kuali.rice.kns.datadictionary
Class MaintainableSubSectionHeaderDefinition

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

Deprecated.

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

completeValidation

public void completeValidation(Class rootBusinessObjectClass,
                               Class otherBusinessObjectClass)
Deprecated. 
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.krad.datadictionary.DataDictionaryDefinition#completeValidation(java.lang.Class, java.lang.Object)

toString

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


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