org.slim3.struts.form
Class S3DynaProperty

java.lang.Object
  extended by org.apache.commons.beanutils.DynaProperty
      extended by org.slim3.struts.form.S3DynaProperty
All Implemented Interfaces:
Serializable

public class S3DynaProperty
extends DynaProperty

DynaProperty for Slim3.

Since:
3.0
Author:
higa
See Also:
Serialized Form

Field Summary
protected  PropertyDesc propertyDesc
          The property descriptor.
 
Fields inherited from class org.apache.commons.beanutils.DynaProperty
contentType, name, type
 
Constructor Summary
S3DynaProperty(PropertyDesc propertyDesc)
          Constructor.
 
Method Summary
 PropertyDesc getPropertyDesc()
          Returns the property descriptor.
 boolean isIndexed()
           
 boolean isMapped()
           
 
Methods inherited from class org.apache.commons.beanutils.DynaProperty
getContentType, getName, getType, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

propertyDesc

protected PropertyDesc propertyDesc
The property descriptor.

Constructor Detail

S3DynaProperty

public S3DynaProperty(PropertyDesc propertyDesc)
Constructor.

Parameters:
propertyDesc - the property descriptor
Method Detail

isIndexed

public boolean isIndexed()
Overrides:
isIndexed in class DynaProperty

isMapped

public boolean isMapped()
Overrides:
isMapped in class DynaProperty

getPropertyDesc

public PropertyDesc getPropertyDesc()
Returns the property descriptor.

Returns:
the property descriptor


Copyright © 2008-2009 The Slim3 project. All Rights Reserved.