org.seasar.framework.beans.impl
クラス PropertyDescImpl
java.lang.Object
org.seasar.framework.beans.impl.PropertyDescImpl
- すべての実装インタフェース:
- PropertyDesc
- public final class PropertyDescImpl
- extends Object
- implements PropertyDesc
- 作成者:
- higa
PropertyDescImpl
public PropertyDescImpl(String propertyName,
Class propertyType,
Method readMethod,
Method writeMethod,
BeanDesc beanDesc)
getPropertyName
public final String getPropertyName()
- 定義:
- インタフェース
PropertyDesc
内の getPropertyName
getPropertyType
public final Class getPropertyType()
- 定義:
- インタフェース
PropertyDesc
内の getPropertyType
getReadMethod
public final Method getReadMethod()
- 定義:
- インタフェース
PropertyDesc
内の getReadMethod
setReadMethod
public final void setReadMethod(Method readMethod)
- 定義:
- インタフェース
PropertyDesc
内の setReadMethod
hasReadMethod
public final boolean hasReadMethod()
- 定義:
- インタフェース
PropertyDesc
内の hasReadMethod
getWriteMethod
public final Method getWriteMethod()
- 定義:
- インタフェース
PropertyDesc
内の getWriteMethod
setWriteMethod
public final void setWriteMethod(Method writeMethod)
- 定義:
- インタフェース
PropertyDesc
内の setWriteMethod
hasWriteMethod
public final boolean hasWriteMethod()
- 定義:
- インタフェース
PropertyDesc
内の hasWriteMethod
getValue
public final Object getValue(Object target)
- 定義:
- インタフェース
PropertyDesc
内の getValue
setValue
public final void setValue(Object target,
Object value)
- 定義:
- インタフェース
PropertyDesc
内の setValue
getBeanDesc
public final BeanDesc getBeanDesc()
toString
public final String toString()
convertIfNeed
public Object convertIfNeed(Object arg)
- 定義:
- インタフェース
PropertyDesc
内の convertIfNeed
Copyright © 2004-2006 The Seasar Foundation. All Rights Reserved.