public class ItemTerminableInternationalModelImpl extends GenericTerminableInternationalModel implements ItemTerminableInternationalModel
コンストラクタと説明 |
---|
ItemTerminableInternationalModelImpl() |
修飾子とタイプ | メソッドと説明 |
---|---|
String |
getItemCaption()
商品通称を取得します。
|
String |
getItemName()
商品名を取得します。
|
void |
setItemCaption(String itemCaption)
商品通称を設定します。
|
void |
setItemName(String itemName)
商品名を設定します。
|
get, getExtendedTerminableInternationalModelMap, getLocale, getTerminableInternationalAccessor, init, set
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getExtendedTerminableInternationalModelMap, getLocale, init
public String getItemName() throws AccessorException
getItemName
インタフェース内 ItemTerminableInternationalModel
AccessorException
- データの取得に失敗した場合public void setItemName(String itemName) throws AccessorException
setItemName
インタフェース内 ItemTerminableInternationalModel
itemName
- 商品名AccessorException
- データの設定に失敗した場合public String getItemCaption() throws AccessorException
getItemCaption
インタフェース内 ItemTerminableInternationalModel
AccessorException
- データの取得に失敗した場合public void setItemCaption(String itemCaption) throws AccessorException
setItemCaption
インタフェース内 ItemTerminableInternationalModel
itemCaption
- 商品通称AccessorException
- データの設定に失敗した場合Copyright © 2012 NTT DATA INTRAMART CORPORATION