|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjp.co.quickbinder.webservice.search.DocListServiceRetValue
public class DocListServiceRetValue
DocListService返却値クラス
フィールドの概要 | |
---|---|
int[] |
rowAttribute
列属性 |
コンストラクタの概要 | |
---|---|
DocListServiceRetValue()
|
メソッドの概要 | |
---|---|
int |
getColumnCount()
カラム数を取得 |
String[] |
getDataId()
データIDを取得する |
String[] |
getDataStat()
データステータスを取得する |
String |
getErrorMsg()
エラーメッセージを取得する |
boolean |
getNextPageFlg()
次ページ有りフラグを取得する |
String[] |
getRetDataRowTabCol()
取得データ配列を取得 |
Boolean |
getRetValue()
実行結果を取得します。 |
int[] |
getRowAttribute()
列属性を取得する |
int |
getRowAttributeCount()
列属性数を取得する |
int |
getRowCount()
取得データの取得件数を取得する |
String[] |
getRowFormat()
表示フォーマットを取得する |
int |
getRowFormatCount()
表示フォーマット件数を取得する |
String[] |
getRowItemName()
項目名を取得する |
int |
getRowItemNameCount()
項目名件数を取得する |
String[] |
getRowItemNameTitle()
項目の日本語名を取得する |
int |
getRowItemNameTitleCount()
項目の日本語名の取得件数を取得する |
void |
setColumnCount(int columnCount)
カラム数を設定する |
void |
setDataId(String[] dataId)
データIDを設定する |
void |
setDataStat(String[] dataStat)
データステータスを設定する |
void |
setErrorMsg(String errorMsg)
エラーメッセージを設定する |
void |
setNextPageFlg(boolean nextPageFlg)
次ページ有りフラグを設定する |
void |
setRetDataRowTabCol(String[] retDataRowTabCol)
取得データ配列を設定する |
void |
setRetValue(Boolean data)
実行結果を設定します。 |
void |
setRowAttribute(int[] rowAttribute)
列属性を設定する |
void |
setRowAttributeCount(int rowAttributeCount)
列属性数を設定する |
void |
setRowCount(int rowCount)
取得データの取得件数を設定する |
void |
setRowFormat(String[] rowFormat)
表示フォーマットを設定する |
void |
setRowFormatCount(int rowFormatCount)
表示フォーマット件数を設定する |
void |
setRowItemName(String[] rowItemName)
項目名を設定する |
void |
setRowItemNameCount(int rowItemNameCount)
項目名件数を設定する |
void |
setRowItemNameTitle(String[] rowItemNameTitle)
項目の日本語名を設定する |
void |
setRowItemNameTitleCount(int rowItemNameTitleCount)
項目の日本語名の取得件数を設定する |
クラス java.lang.Object から継承されたメソッド |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
フィールドの詳細 |
---|
public int[] rowAttribute
コンストラクタの詳細 |
---|
public DocListServiceRetValue()
メソッドの詳細 |
---|
public int getColumnCount()
public void setColumnCount(int columnCount)
columnCount
- カラム数public String getErrorMsg()
public void setErrorMsg(String errorMsg)
errorMsg
- エラーメッセージpublic boolean getNextPageFlg()
public void setNextPageFlg(boolean nextPageFlg)
nextPageFlg
- 次ページ有りフラグpublic Boolean getRetValue()
public void setRetValue(Boolean data)
data
- 実行結果(true:正常 false:異常)public int[] getRowAttribute()
public void setRowAttribute(int[] rowAttribute)
rowAttribute
- 列属性public int getRowAttributeCount()
public void setRowAttributeCount(int rowAttributeCount)
rowAttributeCount
- 列属性数public int getRowCount()
public void setRowCount(int rowCount)
rowCount
- 取得データの取得件数public String[] getRowFormat()
public void setRowFormat(String[] rowFormat)
rowFormat
- 表示フォーマットpublic int getRowFormatCount()
public void setRowFormatCount(int rowFormatCount)
rowFormatCount
- 表示フォーマット件数public String[] getRowItemName()
public void setRowItemName(String[] rowItemName)
rowItemName
- 項目名public int getRowItemNameCount()
public void setRowItemNameCount(int rowItemNameCount)
rowItemNameCount
- 項目名件数public String[] getRowItemNameTitle()
public void setRowItemNameTitle(String[] rowItemNameTitle)
rowItemNameTitle
- 項目の日本語名public int getRowItemNameTitleCount()
public void setRowItemNameTitleCount(int rowItemNameTitleCount)
rowItemNameTitleCount
- 項目の日本語名の取得件数public String[] getRetDataRowTabCol()
public void setRetDataRowTabCol(String[] retDataRowTabCol)
retDataRowTabCol
- 取得データ配列public String[] getDataId()
public void setDataId(String[] dataId)
dataId
- データIDpublic String[] getDataStat()
public void setDataStat(String[] dataStat)
dataStat
- データステータス
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |