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(String propertyName, Class propertyType, Method readMethod, Method writeMethod, BeanDesc beanDesc)
           
 
メソッドの概要
 Object convertIfNeed(Object arg)
           
 BeanDesc getBeanDesc()
           
 String getPropertyName()
           
 Class getPropertyType()
           
 Method getReadMethod()
           
 Object getValue(Object target)
           
 Method getWriteMethod()
           
 boolean hasReadMethod()
           
 boolean hasWriteMethod()
           
 void setReadMethod(Method readMethod)
           
 void setValue(Object target, Object value)
           
 void setWriteMethod(Method writeMethod)
           
 String toString()
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

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-2007 The Seasar Foundation. All Rights Reserved.