com.softwareag.centrasite.appl.framework.mapping
Class NestedProperty
java.lang.Object
com.softwareag.centrasite.appl.framework.mapping.BaseProperty
com.softwareag.centrasite.appl.framework.mapping.NestedProperty
- All Implemented Interfaces:
- Property
public class NestedProperty
- extends BaseProperty
Property
instance which contains another property. The contained property may be nested property on its own.
The name of this property is in the "prop1.prop2" format.
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 |
NestedProperty
public NestedProperty(Property nestedProperty,
Property realProperty)
- Nests the given property in a new instance of this class.
- Parameters:
nestedProperty
-
getNestedProperty
public NestedProperty getNestedProperty()
- Returns:
- the nestedProperty
setNestedProperty
public void setNestedProperty(NestedProperty nestedProperty)
- Parameters:
nestedProperty
- the nestedProperty to set
getRealProperty
public Property getRealProperty()
- Returns:
- the realProperty
setRealProperty
public void setRealProperty(Property realProperty)
- Parameters:
realProperty
- the realProperty to set
isSupportType
public boolean isSupportType()
setSupportType
public void setSupportType(boolean supportType)