org.slim3.struts.form
Class S3DynaProperty
java.lang.Object
org.apache.commons.beanutils.DynaProperty
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
propertyDesc
protected PropertyDesc propertyDesc
- The property descriptor.
S3DynaProperty
public S3DynaProperty(PropertyDesc propertyDesc)
- Constructor.
- Parameters:
propertyDesc
- the property descriptor
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.