org.stormcat.jvbeans.config.condition
クラス StoredOpenCondition<T extends JvBindingDto>

java.lang.Object
  上位を拡張 org.stormcat.jvbeans.config.condition.OpenCondition<T>
      上位を拡張 org.stormcat.jvbeans.config.condition.StoredOpenCondition<T>

public class StoredOpenCondition<T extends JvBindingDto>
extends OpenCondition<T>

蓄積系データのデータ取得条件を表現するクラスです。

作成者:
a.yamada

コンストラクタの概要
StoredOpenCondition(DataSpec dataSpec, RecordTypeId recordTypeId, Class<T> type)
          コンストラクタ
 
メソッドの概要
 
クラス org.stormcat.jvbeans.config.condition.OpenCondition から継承されたメソッド
getDataSpec, getRecordTypeId, getType
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

StoredOpenCondition

public StoredOpenCondition(DataSpec dataSpec,
                           RecordTypeId recordTypeId,
                           Class<T> type)
コンストラクタ

パラメータ:
dataSpec - データ種別
recordTypeId - レコード種別ID
type - バインディング型


Copyright © 2009-2010 The Stormcat Project AllRights Reserved.