public class ExcelLayoutData extends Object implements Comparable<ExcelLayoutData>
コンストラクタと説明 |
---|
ExcelLayoutData(String inkey,
int rowNo,
short colNo)
コンストラクター
雛形EXCELの{@カラム}を含むセルの値と、行列番号を設定します。
|
修飾子とタイプ | メソッドと説明 |
---|---|
int |
compareTo(ExcelLayoutData other)
自然比較メソッド
インタフェース Comparable の 実装です。
|
ExcelLayoutData |
copy(int newRowNo,
int newEdbn)
行番号と枝番が異なる新しい ExcelLayoutData を返します。
|
boolean |
equals(Object object)
この文字列と指定されたオブジェクトを比較します。
|
String |
getClm()
カラム名を取得します。
|
short |
getColNo()
列番号を取得します。
|
int |
getEdbn()
枝番を取得します。
|
String |
getKey()
登録時のオリジナルのキー({@カラム_枝番})を取得します。
|
int |
getRowNo()
行番号を取得します。
|
int |
hashCode()
このオブジェクトのハッシュコードを取得します。
|
String |
toString()
このクラスの文字列表現を返します。
|
public ExcelLayoutData(String inkey, int rowNo, short colNo)
inkey
- 処理カラム({@カラム}形式)rowNo
- 行番号colNo
- 列番号public int getEdbn()
public String getClm()
public int getRowNo()
public short getColNo()
public String getKey()
public ExcelLayoutData copy(int newRowNo, int newEdbn)
newRowNo
- 行番号newEdbn
- 枝番public int hashCode()
public boolean equals(Object object)
public int compareTo(ExcelLayoutData other)
compareTo
インタフェース内 Comparable<ExcelLayoutData>
other
- 比較対象のObjectWebアプリケーションフレームワーク openGionCopyright (c) 2009 The openGion Project.