com.softwareag.centrasite.appl.framework.mapping
Class RegistryObjectProperty

java.lang.Object
  extended by com.softwareag.centrasite.appl.framework.mapping.BaseProperty
      extended by 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.


Constructor Summary
RegistryObjectProperty()
           
 
Method Summary
 java.lang.String getAddRemoveMethodName()
           
 java.lang.String getTargetPropertyName()
           
 boolean isInternationalized()
           
 void setAddRemoveMethodName(java.lang.String addRemoveMethodName)
           
 void setInternationalized(boolean isInternationalized)
           
 void setTargetPropertyName(java.lang.String targetPropertyName)
           
 
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
 

Constructor Detail

RegistryObjectProperty

public RegistryObjectProperty()
Method Detail

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)