public abstract class DictionaryBeanBase extends Object implements DictionaryBean, Copyable
| Modifier and Type | Field and Description |
|---|---|
protected String |
componentCode |
protected String |
namespaceCode |
| Constructor and Description |
|---|
DictionaryBeanBase() |
| Modifier and Type | Method and Description |
|---|---|
DictionaryBeanBase |
clone()
Override
Object.clone() to assign the public modifier. |
<T> T |
copy() |
void |
dataDictionaryPostProcessing()
Perform any needed post-processing of the bean properties.
|
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
|
protected String namespaceCode
protected String componentCode
public DictionaryBeanBase()
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()
DictionaryBeangetComponentCode in interface DictionaryBeanDictionaryBean.getComponentCode()public void setComponentCode(String componentCode)
componentCode - public DictionaryBeanBase clone() throws CloneNotSupportedException
CopyableObject.clone() to assign the public modifier.clone in interface Copyableclone in class ObjectObject.clone()CloneNotSupportedException - If Cloneable is not implemented. This should not
be possible when using this interface.Copyable.clone()public <T> T copy()
Copyable#copy(),
CopyUtils.copy(Copyable)public void dataDictionaryPostProcessing()
DictionaryBeandataDictionaryPostProcessing in interface DictionaryBeanCopyright © 2005–2015 The Kuali Foundation. All rights reserved.