public class ItemAttributeBaseModelImpl extends GenericBaseModel implements ItemAttributeBaseModel
ITEM_CODE, NUMBER_VALUE, RECORD_DATE, RECORD_USER_CODE, STRING_VALUE, TEMPLATE_CODE, TEMPLATE_DETAIL_CODE
コンストラクタと説明 |
---|
ItemAttributeBaseModelImpl() |
修飾子とタイプ | メソッドと説明 |
---|---|
String |
getItemCode()
商品コードを取得します。
|
double |
getNumberValue()
属性数値を取得します。
|
Date |
getRecordDate()
最終更新日を取得します。
|
String |
getRecordUserCode()
最終更新者を取得します。
|
String |
getStringValue()
属性文字列を取得します。
|
String |
getStringValue(Locale locale)
属性文字列を取得します。
|
String |
getTemplateCode()
テンプレートコードを取得します。
|
String |
getTemplateDetailCode()
テンプレート明細コードを取得します。
|
ItemAttributeInternationalModel |
selectItemAttributeInternationalModel(Locale locale)
指定された言語に該当する商品属性の国際化モデルを取得します。
|
void |
setNumberValue(double numberValue)
属性数値を設定します。
|
void |
setStringValue(String stringValue)
属性文字列を設定します。
|
void |
setStringValue(String stringValue,
Locale locale)
属性文字列を設定します。
|
get, get, get, get, getBaseAccessor, getDefaultDate, getDefaultLocale, getExtendedBaseModelMap, getInternationalModelMap, getTerminableModelMap, init, selectInternationalModel, selectTerminableModel, set, set, set, set
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getBaseAccessor, getExtendedBaseModelMap, getInternationalModelMap, getTerminableModelMap, init
public String getItemCode() throws AccessorException
getItemCode
インタフェース内 ItemAttributeBaseModel
AccessorException
- データの取得に失敗した場合public String getTemplateCode() throws AccessorException
getTemplateCode
インタフェース内 ItemAttributeBaseModel
AccessorException
- データの取得に失敗した場合public String getTemplateDetailCode() throws AccessorException
getTemplateDetailCode
インタフェース内 ItemAttributeBaseModel
AccessorException
- データの取得に失敗した場合public double getNumberValue() throws AccessorException
getNumberValue
インタフェース内 ItemAttributeBaseModel
AccessorException
- データの取得に失敗した場合public void setNumberValue(double numberValue) throws AccessorException
setNumberValue
インタフェース内 ItemAttributeBaseModel
numberValue
- 属性数値AccessorException
- データの設定に失敗した場合public String getRecordUserCode() throws AccessorException
getRecordUserCode
インタフェース内 ItemAttributeBaseModel
AccessorException
- データの取得に失敗した場合public Date getRecordDate() throws AccessorException
getRecordDate
インタフェース内 ItemAttributeBaseModel
AccessorException
- データの取得に失敗した場合public String getStringValue() throws AccessorException
getStringValue
インタフェース内 ItemAttributeBaseModel
AccessorException
- データの取得に失敗した場合public String getStringValue(Locale locale) throws AccessorException
getStringValue
インタフェース内 ItemAttributeBaseModel
locale
- 言語(ロケール)AccessorException
- データの取得に失敗した場合public void setStringValue(String stringValue) throws AccessorException
setStringValue
インタフェース内 ItemAttributeBaseModel
stringValue
- 属性文字列AccessorException
- データの設定に失敗した場合public void setStringValue(String stringValue, Locale locale) throws AccessorException
setStringValue
インタフェース内 ItemAttributeBaseModel
stringValue
- 属性文字列locale
- 言語(ロケール)AccessorException
- データの設定に失敗した場合public ItemAttributeInternationalModel selectItemAttributeInternationalModel(Locale locale) throws IllegalLocaleException
selectItemAttributeInternationalModel
インタフェース内 ItemAttributeBaseModel
locale
- 言語(ロケール)IllegalLocaleException
- ロケールに関する例外が発生した場合Copyright © 2012 NTT DATA INTRAMART CORPORATION