|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.rice.krad.datadictionary.DictionaryBeanBase
public abstract class DictionaryBeanBase
Common base for all objects that can be configured in the dictionary
| Constructor Summary | |
|---|---|
DictionaryBeanBase()
|
|
| Method Summary | ||
|---|---|---|
|
copy()
Copies object by value |
|
protected
|
copyProperties(T dictionaryBeanBase)
Copies properties for copy() |
|
String |
getComponentCode()
A code within the namespace that identifies a component or group the bean is associated with |
|
String |
getNamespaceCode()
Namespace code (often an application or module code) that dictionary bean is associated with |
|
void |
setComponentCode(String componentCode)
Setter for the bean's associated component code |
|
void |
setNamespaceCode(String namespaceCode)
Setter for the bean's associated namespace code |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DictionaryBeanBase()
| Method Detail |
|---|
public String getNamespaceCode()
DictionaryBeanNote this may be assigned through the bean definition itself, or associated by the module configuration and its dictionary files
getNamespaceCode in interface DictionaryBeanDictionaryBean.getNamespaceCode()public void setNamespaceCode(String namespaceCode)
namespaceCode - public String getComponentCode()
DictionaryBean
getComponentCode in interface DictionaryBeanDictionaryBean.getComponentCode()public void setComponentCode(String componentCode)
componentCode - public <T> T copy()
protected <T> void copyProperties(T dictionaryBeanBase)
dictionaryBeanBase - base bean
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||