|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.student.datadictionary.dto.DictionaryEntryInfo
public class DictionaryEntryInfo
| Nested Class Summary | |
|---|---|
static class |
DictionaryEntryInfo.Builder
|
| Field Summary | |
|---|---|
private List<AttributeDefinitionInfo> |
attributes
|
private String |
name
|
private String |
objectClass
|
private String |
objectDescription
|
private String |
objectLabel
|
private List<String> |
primaryKeys
|
private static long |
serialVersionUID
|
private String |
titleAttribute
|
| Constructor Summary | |
|---|---|
|
DictionaryEntryInfo()
|
private |
DictionaryEntryInfo(DictionaryEntryInfc infc)
|
| Method Summary | |
|---|---|
List<AttributeDefinitionInfo> |
getAttributes()
Name: Attribute Defiitions Get the definitions of the attributes (fields) on the object |
String |
getName()
Name: Name get Name |
String |
getObjectClass()
Name: Object Class The class of the object to which this dictionary entry refers |
String |
getObjectDescription()
Name: Object Description The object description provides a brief description of the business object for use on help screens. |
String |
getObjectLabel()
Name: Object Label The object label provides a short name of the business object for use on help screens. |
List<String> |
getPrimaryKeys()
Name: Prmary Keys The primary key(s) associatd with the object. |
String |
getTitleAttribute()
Name: Title Attribute 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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private static final long serialVersionUID
private String objectClass
private String name
private String objectLabel
private String objectDescription
private String titleAttribute
private List<String> primaryKeys
private List<AttributeDefinitionInfo> attributes
| Constructor Detail |
|---|
public DictionaryEntryInfo()
private DictionaryEntryInfo(DictionaryEntryInfc infc)
| Method Detail |
|---|
public String getObjectClass()
DictionaryEntryInfc
getObjectClass in interface DictionaryEntryInfcpublic String getName()
DictionaryEntryInfc
getName in interface DictionaryEntryInfcpublic String getObjectLabel()
DictionaryEntryInfc
getObjectLabel in interface DictionaryEntryInfcpublic String getObjectDescription()
DictionaryEntryInfc
getObjectDescription in interface DictionaryEntryInfcpublic String getTitleAttribute()
DictionaryEntryInfc
getTitleAttribute in interface DictionaryEntryInfcpublic List<String> getPrimaryKeys()
DictionaryEntryInfc
getPrimaryKeys in interface DictionaryEntryInfcpublic List<AttributeDefinitionInfo> getAttributes()
DictionaryEntryInfc
getAttributes in interface DictionaryEntryInfc
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||