public class Currency extends Object implements ICurrencyBizKey, ISortable, IDisable, IRecorder, IWithLocale<ICurrencyElement>, ICurrencyElement
| コンストラクタと説明 |
|---|
Currency() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
ICurrencyElement |
createLocaleElement()
新しい国際化情報インスタンスを取得します。
|
String |
getCompanyCd()
会社コードを取得します。
|
String |
getCurrencyCd()
通貨コードを取得します。
|
String |
getCurrencyIsoCd()
通貨ISOコードを取得します。
|
String |
getCurrencyName()
デフォルトロケールの国際化情報から通貨名を取得します。
|
Locale |
getDefaultLocale()
デフォルトロケールを取得します。
|
ICurrencyElement |
getDefaultLocaleElement()
デフォルトロケールの国際化情報を取得します。
|
ICurrencyElement |
getLocaleElement(Locale locale)
指定したロケールの国際化情報を取得します。
|
Locale[] |
getLocales()
保持している国際化情報のロケール一覧を取得します。
|
String |
getNotes()
デフォルトロケールの国際化情報から備考を取得します。
|
Date |
getRecordDate()
更新日を取得します。
|
String |
getRecordUserCd()
更新ユーザコードを取得します。
|
int |
getSortKey()
ソートキーを取得します。
|
String |
getUnitSign()
通貨単位記号を取得します。
|
boolean |
isDisable()
削除フラグを取得します。
|
void |
putLocaleElement(Locale locale,
ICurrencyElement element)
指定したロケールの国際化情報を追加します。
|
void |
removeLocaleElement(Locale locale)
指定したロケールの国際化情報を取り除きます。
|
void |
setCompanyCd(String companyCd)
会社コードを設定します。
|
void |
setCurrencyCd(String currencyCd)
通貨コードを設定します。
|
void |
setCurrencyIsoCd(String currencyIsoCd)
通貨ISOコードをセットします。
|
void |
setCurrencyName(String currencyName)
デフォルトロケールの国際化情報に通貨名をセットします。
|
void |
setDefaultLocale(Locale locale)
デフォルトロケールを設定します。
|
void |
setDisable(boolean disable)
削除フラグを設定します。
|
void |
setNotes(String notes)
デフォルトロケールの国際化情報に備考をセットします。
|
void |
setRecordDate(Date recordDate)
最終更新日を設定します。
|
void |
setRecordUserCd(String recordUserCd)
最終更新者を設定します。
|
void |
setSortKey(int sortKey)
ソートキーを設定します。
|
void |
setUnitSign(String unitSign)
通貨単位記号をセットします。
|
public ICurrencyElement createLocaleElement()
createLocaleElement インタフェース内 IWithLocale<ICurrencyElement>public String getCompanyCd()
getCompanyCd インタフェース内 ICurrencyBizKeypublic String getCurrencyCd()
getCurrencyCd インタフェース内 ICurrencyBizKeypublic String getCurrencyIsoCd()
public String getCurrencyName()
getCurrencyName インタフェース内 ICurrencyElementpublic Locale getDefaultLocale()
getDefaultLocale インタフェース内 IWithLocale<ICurrencyElement>public ICurrencyElement getDefaultLocaleElement()
getDefaultLocaleElement インタフェース内 IWithLocale<ICurrencyElement>public ICurrencyElement getLocaleElement(Locale locale)
getLocaleElement インタフェース内 IWithLocale<ICurrencyElement>locale - 取得する国際化情報のロケールpublic Locale[] getLocales()
getLocales インタフェース内 IWithLocale<ICurrencyElement>public String getNotes()
getNotes インタフェース内 ICurrencyElementpublic Date getRecordDate()
getRecordDate インタフェース内 IRecorderpublic String getRecordUserCd()
getRecordUserCd インタフェース内 IRecorderpublic int getSortKey()
getSortKey インタフェース内 ISortablepublic String getUnitSign()
public void putLocaleElement(Locale locale, ICurrencyElement element)
putLocaleElement インタフェース内 IWithLocale<ICurrencyElement>locale - 追加するロケールelement - 国際化情報public void removeLocaleElement(Locale locale)
removeLocaleElement インタフェース内 IWithLocale<ICurrencyElement>locale - 取り除くロケールpublic void setCompanyCd(String companyCd)
setCompanyCd インタフェース内 ICurrencyBizKeycompanyCd - 会社コードpublic void setCurrencyCd(String currencyCd)
setCurrencyCd インタフェース内 ICurrencyBizKeycurrencyCd - 通貨コードpublic void setCurrencyIsoCd(String currencyIsoCd)
currencyIsoCd - 通貨ISOコードpublic void setCurrencyName(String currencyName)
setCurrencyName インタフェース内 ICurrencyElementcurrencyName - 通貨名public void setDefaultLocale(Locale locale)
setDefaultLocale インタフェース内 IWithLocale<ICurrencyElement>defLocale - デフォルトロケールpublic void setDisable(boolean disable)
setDisable インタフェース内 IDisabledisable - 削除フラグpublic void setNotes(String notes)
setNotes インタフェース内 ICurrencyElementnotes - 備考public void setRecordDate(Date recordDate)
setRecordDate インタフェース内 IRecorderrecordDate - 最終更新日public void setRecordUserCd(String recordUserCd)
setRecordUserCd インタフェース内 IRecorderrecordUserCd - 最終更新者public void setSortKey(int sortKey)
setSortKey インタフェース内 ISortablesortKey - ソートキーpublic void setUnitSign(String unitSign)
unitSign - 通貨単位記号Copyright © 2012 NTT DATA INTRAMART CORPORATION