org.kuali.rice.kns.datadictionary
Class MaintainableItemDefinition

java.lang.Object
  extended by org.kuali.rice.krad.datadictionary.DictionaryBeanBase
      extended by org.kuali.rice.krad.datadictionary.DataDictionaryDefinitionBase
          extended by org.kuali.rice.kns.datadictionary.MaintainableItemDefinition
All Implemented Interfaces:
Serializable, Cloneable, Copyable, DataDictionaryDefinition, DictionaryBean
Direct Known Subclasses:
MaintainableCollectionDefinition, MaintainableFieldDefinition, MaintainableSubSectionHeaderDefinition

Deprecated.

@Deprecated
public abstract class MaintainableItemDefinition
extends DataDictionaryDefinitionBase

Abstract superclass for all maintainable fields and collections. Never used directly.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.kuali.rice.krad.datadictionary.DataDictionaryDefinitionBase
embeddedDataObjectMetadata, generatedFromMetadata, id
 
Fields inherited from class org.kuali.rice.krad.datadictionary.DictionaryBeanBase
componentCode, namespaceCode
 
Constructor Summary
MaintainableItemDefinition()
          Deprecated.  
 
Method Summary
 String getName()
          Deprecated.  
 void setName(String name)
          Deprecated. Sets name to the given value.
 String toString()
          Deprecated.  
 
Methods inherited from class org.kuali.rice.krad.datadictionary.DataDictionaryDefinitionBase
completeValidation, completeValidation, getId, hasEmbeddedDataObjectMetadata, setEmbeddedDataObjectMetadata, setGeneratedFromMetadata, setId, wasGeneratedFromMetadata
 
Methods inherited from class org.kuali.rice.krad.datadictionary.DictionaryBeanBase
clone, copy, dataDictionaryPostProcessing, getComponentCode, getNamespaceCode, preventModification, setComponentCode, setNamespaceCode, unwrap
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.kuali.rice.krad.datadictionary.DictionaryBean
dataDictionaryPostProcessing, getComponentCode, getNamespaceCode
 

Constructor Detail

MaintainableItemDefinition

public MaintainableItemDefinition()
Deprecated. 
Method Detail

getName

public String getName()
Deprecated. 
Returns:
name

setName

public void setName(String name)
Deprecated. 
Sets name to the given value.

Parameters:
name -
Throws:
IllegalArgumentException - if the given name is blank

toString

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


Copyright © 2005–2014 The Kuali Foundation. All rights reserved.