public class ExcelInputTableModel extends Object
修飾子とタイプ | クラスと説明 |
---|---|
static class |
ExcelInputTableModel.InputEndCondition
読み込み終了条件
|
修飾子とタイプ | フィールドと説明 |
---|---|
protected String |
arrParamName
【NOT NULL】出力パラメータの親配列オブジェクト名
|
protected List<ExcelColumnModel> |
cols
【NOT NULL】列情報の配列
|
protected String |
endCol
【NOT NULL】 終了列
|
protected String |
sheetInfo
【NOT NULL】シート名 or シートのインデックス
|
protected String |
startCol
【NOT NULL】 開始列
|
protected int |
startRow
【NOT NULL】書き込み開始行(0 origin に変換済み)
|
コンストラクタと説明 |
---|
ExcelInputTableModel(Object obj)
コンストラクタ
|
修飾子とタイプ | メソッドと説明 |
---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getArrParamName()
【NOT NULL】出力パラメータの親配列オブジェクト名
|
List<ExcelColumnModel> |
getCols()
【NOT NULL】列情報の配列
|
String |
getEndCol()
【NOT NULL】 終了列
|
ExcelInputTableModel.InputEndCondition |
getInputEndCondition()
【NOT NULL】読み込み終了条件
|
String |
getSheetInfo()
【NOT NULL】シート名 or シートのインデックス
|
String |
getSpecifiedEmptyCol()
指定した列が空の場合読み込み終了するための、列名
|
int |
getSpecifiedRows()
指定した行数を読み込んだら読み込み終了するための、行数
|
String |
getStartCol()
【NOT NULL】 開始列
|
int |
getStartRow()
【NOT NULL】書き込み開始行(0 origin に変換済み)
|
int |
hashCode() |
boolean |
isNotReadLastRow()
【NOT NULL】最終行を読み込まないフラグ
|
boolean |
isUseBeforeValue()
【NOT NULL】セルが空の場合は直前の値を利用するフラグ
|
void |
setArrParamName(String arrParamName)
【NOT NULL】出力パラメータの親配列オブジェクト名
|
void |
setCols(List<ExcelColumnModel> cols)
【NOT NULL】列情報の配列
|
void |
setEndCol(String endCol)
【NOT NULL】 終了列
|
void |
setInputEndCondition(ExcelInputTableModel.InputEndCondition inputEndCondition)
【NOT NULL】読み込み終了条件
|
void |
setSheetInfo(String sheetInfo)
【NOT NULL】シート名 or シートのインデックス
|
void |
setSpecifiedEmptyCol(String specifiedEmptyCol)
指定した列が空の場合読み込み終了するための、列名
|
void |
setSpecifiedRows(int specifiedRows)
指定した行数を読み込んだら読み込み終了するための、行数
|
void |
setStartCol(String startCol)
【NOT NULL】 開始列
|
void |
setStartRow(int startRow)
【NOT NULL】書き込み開始行(0 origin に変換済み)
|
String |
toString() |
protected String sheetInfo
protected String arrParamName
protected List<ExcelColumnModel> cols
protected String startCol
protected String endCol
protected int startRow
public ExcelInputTableModel(Object obj)
obj
- 範囲指定入力定義のオブジェクトpublic boolean equals(Object o)
protected boolean canEqual(Object other)
public int hashCode()
public ExcelInputTableModel.InputEndCondition getInputEndCondition()
public String getSpecifiedEmptyCol()
public int getSpecifiedRows()
public boolean isNotReadLastRow()
public boolean isUseBeforeValue()
public void setInputEndCondition(ExcelInputTableModel.InputEndCondition inputEndCondition)
public void setSpecifiedEmptyCol(String specifiedEmptyCol)
public void setSpecifiedRows(int specifiedRows)
public String toString()
public String getSheetInfo()
public String getArrParamName()
public List<ExcelColumnModel> getCols()
public String getStartCol()
public String getEndCol()
public int getStartRow()
public void setSheetInfo(String sheetInfo)
public void setArrParamName(String arrParamName)
public void setCols(List<ExcelColumnModel> cols)
public void setStartCol(String startCol)
public void setEndCol(String endCol)
public void setStartRow(int startRow)
Copyright © 2012 NTT DATA INTRAMART CORPORATION