public class ColumnInfo extends Object
コンストラクタと説明 |
---|
ColumnInfo()
新しいカラム情報を作成します。
|
修飾子とタイプ | メソッドと説明 |
---|---|
String |
getCaption(String locale)
カラムのキャプション(論理名)を取得します。
|
Map<String,String> |
getCaptionmap()
保持しているカラムのキャプションをすべて取得します。
|
Set<String> |
getLocaleSet()
カラムが持つロケールIDのセットを返します。
|
String |
getName()
カラムの物理名を取得します。
|
String |
getNote(String locale)
カラムのコメントを取得します。
|
Map<String,String> |
getNotemap()
保持している備考をすべて取得します。
|
boolean |
isTextarea()
このフィールドの入力GUIとしてテキストエリアを使用するかどうかを示します
|
void |
putCaption(String locale,
String caption)
キャプション(論理名)をセットします。
|
void |
putNote(String locale,
String comment)
備考をセットします。
|
void |
setCaptionmap(Map<String,String> captionmap)
カラムのキャプションを一括でセットします。
|
void |
setName(String name)
カラムの物理名をセットします。
|
void |
setNotemap(Map<String,String> notemap)
カラムの備考を一括でセットします。
|
void |
setTextarea(boolean textarea)
このフィールドの入力GUIとしてテキストエリアを使用するかどうかをセットします
|
String |
toString() |
public String getCaption(String locale)
locale
- ロケールIDpublic Map<String,String> getCaptionmap()
public String getName()
public boolean isTextarea()
public void putCaption(String locale, String caption)
locale
- ロケールIDcaption
- キャプションpublic void putNote(String locale, String comment)
locale
- ロケールIDcomment
- 備考public void setCaptionmap(Map<String,String> captionmap)
captionmap
- <ロケール, キャプション>のマップpublic void setName(String name)
name
- カラムの物理名public void setNotemap(Map<String,String> notemap)
notemap
- <ロケール, 備考>のマップpublic void setTextarea(boolean textarea)
textarea
- true:使用する false:使用しないCopyright © 2012 NTT DATA INTRAMART CORPORATION