public class RegistryObjectProperty extends BaseProperty
Constructor and Description |
---|
RegistryObjectProperty() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAddRemoveMethodName()
Returns the add remove method name.
|
java.lang.String |
getTargetPropertyName()
Returns the targetPropertyName.
|
boolean |
isInternationalized()
Checks it is internationalized.
|
void |
setAddRemoveMethodName(java.lang.String addRemoveMethodName)
Sets the add remove method name.
|
void |
setInternationalized(boolean isInternationalized)
Sets the internationalization.
|
void |
setTargetPropertyName(java.lang.String targetPropertyName)
Sets the the target Property Name.
|
getAttributeDescription, getAttributeName, getBeanType, getGetter, getName, getSetter, getTargetType, hasAttributeDescription, setAttributeDescription, setAttributeName, setBeanType, setGetter, setHasAttributeDescription, setName, setSetter, setTargetType
public boolean isInternationalized()
true
if it is internationalized.public void setInternationalized(boolean isInternationalized)
isInternationalized
- true
if it is internationalized.public java.lang.String getTargetPropertyName()
public void setTargetPropertyName(java.lang.String targetPropertyName)
targetPropertyName
- the targetPropertyName to setpublic java.lang.String getAddRemoveMethodName()
public void setAddRemoveMethodName(java.lang.String addRemoveMethodName)
addRemoveMethodName
- the add remove method name.