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

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

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

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

作成者:
a.yamada

コンストラクタの概要
RealTimeOpenCondition(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
 

コンストラクタの詳細

RealTimeOpenCondition

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

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


Copyright © 2009 The Stormcat Project AllRights Reserved.