com.hamaf.hikyaku.security.dto
クラス MessageSearchDto

java.lang.Object
  上位を拡張 com.hamaf.hikyaku.dataobject.RetrieveKeysBase
      上位を拡張 com.hamaf.hikyaku.security.dto.MessageSearchDto
すべての実装されたインタフェース:
RetrieveKeysInterface, java.lang.Iterable<java.util.List<java.lang.String>>

public class MessageSearchDto
extends RetrieveKeysBase

タイトル:MessageSearchDto is .

説明:メッセージテーブル検索用 データオブジェクト


著作権: Copyright (c) 2011/01/25

バージョン:
1.0
作成者:
Yoshinori

フィールドの概要
static int FROM_USER
           
static int SEND_FLG
           
static int TO_KUBUN
           
static int TO_USER
           
 
クラス com.hamaf.hikyaku.dataobject.RetrieveKeysBase から継承されたフィールド
keyItems
 
コンストラクタの概要
MessageSearchDto()
          Creates a new MessageSearchDto instance.
 
メソッドの概要
 
クラス com.hamaf.hikyaku.dataobject.RetrieveKeysBase から継承されたメソッド
addKey, clearKeys, getConditions, getConstCond, getDel, getItem, getKeyItem, getKeys, getOrderItems, getOrderPos, getPkeyFld, getRetriveValues, getSysId, itemCount, iterator, keyCount, setCondition, setConstCond, setDel, setKeys, setOrderItem, setPkeyFld, setRetrieveValue, setSysId, toString
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

フィールドの詳細

TO_KUBUN

public static final int TO_KUBUN
関連項目:
定数フィールド値

TO_USER

public static final int TO_USER
関連項目:
定数フィールド値

FROM_USER

public static final int FROM_USER
関連項目:
定数フィールド値

SEND_FLG

public static final int SEND_FLG
関連項目:
定数フィールド値
コンストラクタの詳細

MessageSearchDto

public MessageSearchDto()
Creates a new MessageSearchDto instance.
Default Constructor