public class ExcelOutputTableModel extends Object
修飾子とタイプ | クラスと説明 |
---|---|
static class |
ExcelOutputTableModel.OutputEndCondition
書き込み終了条件
|
修飾子とタイプ | フィールドと説明 |
---|---|
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 に変換済み)
|
コンストラクタと説明 |
---|
ExcelOutputTableModel(Object obj)
コンストラクタ
|
修飾子とタイプ | メソッドと説明 |
---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getArrParamName()
【NOT NULL】出力パラメータの親配列オブジェクト名
|
List<ExcelColumnModel> |
getCols()
【NOT NULL】列情報の配列
|
String |
getEndCol()
【NOT NULL】 終了列
|
ExcelOutputTableModel.OutputEndCondition |
getOutputEndCondition()
【NOT NULL】 書き込み終了条件
|
String |
getSheetInfo()
【NOT NULL】シート名 or シートのインデックス
|
int |
getSpecifiedRows()
指定した行数を書き込んだら書き込み終了するための、行数
|
String |
getStartCol()
【NOT NULL】 開始列
|
int |
getStartRow()
【NOT NULL】書き込み開始行(0 origin に変換済み)
|
int |
hashCode() |
void |
setArrParamName(String arrParamName)
【NOT NULL】出力パラメータの親配列オブジェクト名
|
void |
setCols(List<ExcelColumnModel> cols)
【NOT NULL】列情報の配列
|
void |
setEndCol(String endCol)
【NOT NULL】 終了列
|
void |
setOutputEndCondition(ExcelOutputTableModel.OutputEndCondition outputEndCondition)
【NOT NULL】 書き込み終了条件
|
void |
setSheetInfo(String sheetInfo)
【NOT NULL】シート名 or シートのインデックス
|
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 ExcelOutputTableModel(Object obj)
obj
- 範囲指定出力定義のオブジェクトpublic boolean equals(Object o)
protected boolean canEqual(Object other)
public int hashCode()
public ExcelOutputTableModel.OutputEndCondition getOutputEndCondition()
public int getSpecifiedRows()
public void setOutputEndCondition(ExcelOutputTableModel.OutputEndCondition outputEndCondition)
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