org.kuali.rice.kns.datadictionary
Class MaintainableItemDefinition
java.lang.Object
org.kuali.rice.krad.datadictionary.DataDictionaryDefinitionBase
org.kuali.rice.kns.datadictionary.MaintainableItemDefinition
- All Implemented Interfaces:
- Serializable, DataDictionaryDefinition, org.springframework.beans.factory.InitializingBean
- 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
MaintainableItemDefinition
public MaintainableItemDefinition()
- Deprecated.
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-2012 The Kuali Foundation. All Rights Reserved.