jp.co.quickbinder.webservice.xorder
クラス InputDataListServiceRetValue

java.lang.Object
  上位を拡張 jp.co.quickbinder.webservice.xorder.InputDataListServiceRetValue

public class InputDataListServiceRetValue
extends Object

InputDataListService返却値クラス


コンストラクタの概要
InputDataListServiceRetValue()
           
 
メソッドの概要
 String getErrorMessage()
          エラーメッセージを取得します。
 String[] getItemcol()
          属性カラムを取得します
 String[] getIteminputdata()
          入力補助リストデータを取得します。
 String[] getItemorderid()
          表示順IDを取得します。
 String[] getItemvieworder()
          表示順番を取得します。
 Boolean getRetValue()
          実行結果を取得します。
 int getRowCount()
          データ取得件数を取得します。
 void setErrorMessage(String errorMessage)
          エラーメッセージを設定します。
 void setItemcol(String[] Itemcol)
          属性カラムを設定します。
 void setIteminputdata(String[] Iteminputdata)
          入力補助リストデータを設定します。
 void setItemorderid(String[] Itemorderid)
          表示順IDを設定します。
 void setItemvieworder(String[] Itemvieworder)
          表示順番を設定します。
 void setRetValue(Boolean retValue)
          実行結果を設定します。
 void setRowCount(int rowCount)
          データ取得件数を設定します。
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

InputDataListServiceRetValue

public InputDataListServiceRetValue()
メソッドの詳細

getRetValue

public Boolean getRetValue()
実行結果を取得します。

戻り値:
実行結果(true:正常 false:異常)

setRetValue

public void setRetValue(Boolean retValue)
実行結果を設定します。

パラメータ:
retValue - 実行結果(true:正常 false:異常)

getItemorderid

public String[] getItemorderid()
表示順IDを取得します。

戻り値:
表示順ID

setItemorderid

public void setItemorderid(String[] Itemorderid)
表示順IDを設定します。

パラメータ:
Itemorderid - 表示順ID

getItemcol

public String[] getItemcol()
属性カラムを取得します

戻り値:
属性カラム

setItemcol

public void setItemcol(String[] Itemcol)
属性カラムを設定します。

パラメータ:
Itemcol - 属性カラム

getIteminputdata

public String[] getIteminputdata()
入力補助リストデータを取得します。

戻り値:
入力補助リストデータ

setIteminputdata

public void setIteminputdata(String[] Iteminputdata)
入力補助リストデータを設定します。

パラメータ:
Iteminputdata - 入力補助リストデータ

getItemvieworder

public String[] getItemvieworder()
表示順番を取得します。

戻り値:
表示順番

setItemvieworder

public void setItemvieworder(String[] Itemvieworder)
表示順番を設定します。

パラメータ:
Itemvieworder - 表示順番

getRowCount

public int getRowCount()
データ取得件数を取得します。

戻り値:
データ取得件数

setRowCount

public void setRowCount(int rowCount)
データ取得件数を設定します。

パラメータ:
rowCount - データ取得件数

getErrorMessage

public String getErrorMessage()
エラーメッセージを取得します。

戻り値:
エラーメッセージ

setErrorMessage

public void setErrorMessage(String errorMessage)
エラーメッセージを設定します。

パラメータ:
errorMessage - エラーメッセージ