org.seasar.extension.dxo.converter
クラス NestedPropertyInfo

java.lang.Object
  拡張org.seasar.extension.dxo.converter.NestedPropertyInfo

public class NestedPropertyInfo
extends java.lang.Object

ネストしたプロパティの情報を保持するクラスです。

このクラスは、 あるJavaBeansがプロパティとして持つ、別のJavaBeansのプロパティの値を取得するための情報を保持します。

作成者:
koichik

フィールドの概要
protected  PropertyDesc nestedPropertyDesc
          ネストしたJavaBeansのプロパティ記述子
protected  PropertyDesc propertyDesc
          変換元JavaBeansのプロパティ記述子
 
コンストラクタの概要
NestedPropertyInfo(PropertyDesc propertyDesc, PropertyDesc nestedPropertyDesc)
          NestedPropertyInfoのインスタンスを構築します。
 
メソッドの概要
 java.lang.Object getValue(java.lang.Object source)
          sourceからネストしたプロパティの値を取得して返します。
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

propertyDesc

protected PropertyDesc propertyDesc
変換元JavaBeansのプロパティ記述子


nestedPropertyDesc

protected PropertyDesc nestedPropertyDesc
ネストしたJavaBeansのプロパティ記述子

コンストラクタの詳細

NestedPropertyInfo

public NestedPropertyInfo(PropertyDesc propertyDesc,
                          PropertyDesc nestedPropertyDesc)
NestedPropertyInfoのインスタンスを構築します。

パラメータ:
propertyDesc - 変換元JavaBeansのプロパティ記述子
nestedPropertyDesc - ネストしたJavaBeansのプロパティ記述子
メソッドの詳細

getValue

public java.lang.Object getValue(java.lang.Object source)
sourceからネストしたプロパティの値を取得して返します。

パラメータ:
source - 変換元のオブジェクト
戻り値:
ネストしたプロパティの値


Copyright © 2004-2014 The Seasar Foundation. All Rights Reserved.