public interface DataDictionaryEntry extends DictionaryBean
| Modifier and Type | Method and Description | 
|---|---|
| void | completeValidation()Deprecated.  | 
| void | completeValidation(ValidationTrace tracer)Validates that the data objects created from the Spring Beans are correct | 
| AttributeDefinition | getAttributeDefinition(String attributeName) | 
| String | getFullClassName()Returns the full class name of the underlying object. | 
| String | getJstlKey() | 
| List<RelationshipDefinition> | getRelationships() | 
| StateMapping | getStateMapping()StateMapping for this DataDictionaryEntry, this represents the states of this entry, their names, and where
 to find the state information on the model | 
| void | setStateMapping(StateMapping stateMapping)Set the StateMapping object which represents state information for this entry | 
dataDictionaryPostProcessing, getComponentCode, getNamespaceCodeString getJstlKey()
@Deprecated void completeValidation()
CompletionException - if a problem arises during
 validation-completionvoid completeValidation(ValidationTrace tracer)
tracer - - Record of object's locationAttributeDefinition getAttributeDefinition(String attributeName)
attributeName - String getFullClassName()
List<RelationshipDefinition> getRelationships()
StateMapping getStateMapping()
void setStateMapping(StateMapping stateMapping)
stateMapping - StateMapping objectCopyright © 2005–2014 The Kuali Foundation. All rights reserved.