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()
DictionaryBean
Note this may be assigned through the bean definition itself, or associated by the module configuration and its dictionary files
getNamespaceCode
in interface DictionaryBean
DictionaryBean.getNamespaceCode()
public void setNamespaceCode(String namespaceCode)
namespaceCode
- public String getComponentCode()
DictionaryBean
getComponentCode
in interface DictionaryBean
DictionaryBean.getComponentCode()
public void setComponentCode(String componentCode)
componentCode
- public DictionaryBeanBase clone() throws CloneNotSupportedException
Copyable
Object.clone()
to assign the public modifier.clone
in interface Copyable
clone
in class Object
Object.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()
DictionaryBean
dataDictionaryPostProcessing
in interface DictionaryBean
Copyright © 2005–2015 The Kuali Foundation. All rights reserved.