public interface DictionaryEntry
Modifier and Type | Method and Description |
---|---|
List<? extends AttributeDefinitionInfc> |
getAttributes()
Get the definitions of the attributes (fields) on the object
|
String |
getName()
The name of this entry.
|
String |
getObjectClass()
The class of the object to which this dictionary entry refers.
|
String |
getObjectDescription()
The object description provides a brief description of the
business object for use on help screens.
|
String |
getObjectLabel()
The object label provides a short name of the business object
for use on help screens.
|
List<String> |
getPrimaryKeys()
The primary key(s) associatd with the object.
|
String |
getTitleAttribute()
The titleAttribute element is the name of the attribute that
will be used as an inquiry field when the lookup search results
fields are displayed.
|
String getObjectClass()
String getObjectLabel()
String getObjectDescription()
String getTitleAttribute()
List<String> getPrimaryKeys()
List<? extends AttributeDefinitionInfc> getAttributes()
Copyright © 2004-2014 The Kuali Foundation. All Rights Reserved.