com.hamaf.hikyaku.ui.dto
クラス CommonSelectSearchDto

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

public class CommonSelectSearchDto
extends RetrieveKeysBase

タイトル:CommonSelectSearchDto is Common Select Search Dto.

説明:共通選択画面用、検索データオブジェクト


著作権: Copyright (c) 2007/06/19

バージョン:
1.0
作成者:
y-hamanaka

フィールドの概要
static int GFLG
           
static int ID
           
static int NM
           
static int SORT
           
 
クラス com.hamaf.hikyaku.dataobject.RetrieveKeysBase から継承されたフィールド
keyItems
 
コンストラクタの概要
CommonSelectSearchDto()
          Creates a new CommonSelectSearchDto.java 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
 

フィールドの詳細

ID

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

NM

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

GFLG

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

SORT

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

CommonSelectSearchDto

public CommonSelectSearchDto()
Creates a new CommonSelectSearchDto.java instance.
Default Constructor