|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.bbreak.excella.trans.tag.sheet2sql.model.SheetToSqlSettingInfo
public class SheetToSqlSettingInfo
解析するシートの詳細情報を保持するクラス
コンストラクタの概要 | |
---|---|
SheetToSqlSettingInfo()
|
メソッドの概要 | |
---|---|
java.lang.String |
getColumnName()
対象カラム名を取得する |
Cell |
getColumnNameCell()
対象カラム名の取得 |
java.lang.String |
getDataType()
データ型を取得する |
Cell |
getDataTypeCell()
データ型のセルを取得する |
java.lang.String |
getSheetName()
対象シート名を取得する |
Cell |
getSheetNameCell()
対象シート名のセル取得 |
java.lang.String |
getTableName()
対象テーブル名を取得する |
Cell |
getTableNameCell()
対象テーブル名のセル取得 |
Cell |
getUniqueCell()
重複不可フラグのセル取得 |
java.lang.Object |
getValue()
対象データを取得する |
Cell |
getValueCell()
対象データセルの取得 |
boolean |
isUnique()
重複不可フラグを取得する |
void |
setColumnName(java.lang.String columnName)
対象カラム名を設定する |
void |
setColumnNameCell(Cell columnNameCell)
対象カラム名の設定 |
void |
setDataType(java.lang.String dataType)
データ型を設定する |
void |
setDataTypeCell(Cell dataTypeCell)
データ型のセル設定 |
void |
setSheetName(java.lang.String sheetName)
対象シート名を設定する |
void |
setSheetNameCell(Cell sheetNameCell)
対象シート名のセル設定 |
void |
setTableName(java.lang.String tableName)
対象テーブル名を設定する |
void |
setTableNameCell(Cell tableNameCell)
対象テーブル名のセル設定 |
void |
setUnique(boolean isUnique)
重複不可フラグを設定する |
void |
setUniqueCell(Cell uniqueCell)
重複不可フラグのセル設定 |
void |
setValue(java.lang.Object value)
対象データを設定する |
void |
setValueCell(Cell valueCell)
対象データセルの設定 |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public SheetToSqlSettingInfo()
メソッドの詳細 |
---|
public java.lang.String getSheetName()
public void setSheetName(java.lang.String sheetName)
sheetName
- 対象シート名public Cell getSheetNameCell()
public void setSheetNameCell(Cell sheetNameCell)
sheetNameCell
- 対象シート名のセルpublic java.lang.Object getValue()
public void setValue(java.lang.Object value)
value
- 対象データpublic Cell getValueCell()
public void setValueCell(Cell valueCell)
valueCell
- 対象データセルpublic java.lang.String getTableName()
public void setTableName(java.lang.String tableName)
tableName
- 対象テーブル名public Cell getTableNameCell()
public void setTableNameCell(Cell tableNameCell)
tableNameCell
- 対象テーブル名のセルpublic java.lang.String getColumnName()
public void setColumnName(java.lang.String columnName)
columnName
- 対象カラム名public Cell getColumnNameCell()
public void setColumnNameCell(Cell columnNameCell)
columnNameCell
- 対象カラム名public boolean isUnique()
public void setUnique(boolean isUnique)
isUnique
- 重複不可フラグpublic Cell getUniqueCell()
public void setUniqueCell(Cell uniqueCell)
uniqueCell
- 重複不可フラグのセルpublic java.lang.String getDataType()
public void setDataType(java.lang.String dataType)
dataType
- データ型public Cell getDataTypeCell()
public void setDataTypeCell(Cell dataTypeCell)
dataTypeCell
- データ型のセル
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |