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

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


Constructor Summary
NestedProperty(Property nestedProperty, Property realProperty)
          Nests the given property in a new instance of this class.
 
Method Summary
 NestedProperty getNestedProperty()
           
 Property getRealProperty()
           
 boolean isSupportType()
           
 void setNestedProperty(NestedProperty nestedProperty)
           
 void setRealProperty(Property realProperty)
           
 void setSupportType(boolean supportType)
           
 
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

NestedProperty

public NestedProperty(Property nestedProperty,
                      Property realProperty)
Nests the given property in a new instance of this class.

Parameters:
nestedProperty -
Method Detail

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)