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, setclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetExtendedTerminableInternationalModelMap, getLocale, initpublic String getItemName() throws AccessorException
getItemName インタフェース内 ItemTerminableInternationalModelAccessorException - データの取得に失敗した場合public void setItemName(String itemName) throws AccessorException
setItemName インタフェース内 ItemTerminableInternationalModelitemName - 商品名AccessorException - データの設定に失敗した場合public String getItemCaption() throws AccessorException
getItemCaption インタフェース内 ItemTerminableInternationalModelAccessorException - データの取得に失敗した場合public void setItemCaption(String itemCaption) throws AccessorException
setItemCaption インタフェース内 ItemTerminableInternationalModelitemCaption - 商品通称AccessorException - データの設定に失敗した場合Copyright © 2012 NTT DATA INTRAMART CORPORATION