com.softwareag.centrasite.appl.framework.mapping
Class RegistryObjectProperty
java.lang.Object
com.softwareag.centrasite.appl.framework.mapping.BaseProperty
com.softwareag.centrasite.appl.framework.mapping.RegistryObjectProperty
- All Implemented Interfaces:
- Property
- Direct Known Subclasses:
- TelephoneNumbers
public class RegistryObjectProperty
- extends BaseProperty
Property
representing JAXR registry object standard property (name, description) and mapped using the
Property
annotation.
Methods inherited from class com.softwareag.centrasite.appl.framework.mapping.BaseProperty |
getAttributeDescription, getAttributeName, getBeanType, getGetter, getName, getSetter, getTargetType, hasAttributeDescription, setAttributeDescription, setAttributeName, setBeanType, setGetter, setHasAttributeDescription, setName, setSetter, setTargetType |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RegistryObjectProperty
public RegistryObjectProperty()
isInternationalized
public boolean isInternationalized()
setInternationalized
public void setInternationalized(boolean isInternationalized)
getTargetPropertyName
public java.lang.String getTargetPropertyName()
- Returns:
- the targetPropertyName
setTargetPropertyName
public void setTargetPropertyName(java.lang.String targetPropertyName)
- Parameters:
targetPropertyName
- the targetPropertyName to set
getAddRemoveMethodName
public java.lang.String getAddRemoveMethodName()
setAddRemoveMethodName
public void setAddRemoveMethodName(java.lang.String addRemoveMethodName)