public class ItemCategoryBaseModelImpl extends GenericBaseModel implements ItemCategoryBaseModel
ITEM_CATEGORY_CODE, ITEM_CATEGORY_NAME, ITEM_CATEGORY_TYPE_CODE, NOTES, PARENT_ITEM_CATEGORY_CODE, RECORD_DATE, RECORD_USER_CODE, SORT_KEY
コンストラクタと説明 |
---|
ItemCategoryBaseModelImpl() |
修飾子とタイプ | メソッドと説明 |
---|---|
String |
getItemCategoryCode()
商品カテゴリコードを取得します。
|
String |
getItemCategoryName()
商品カテゴリ名を取得します。
|
String |
getItemCategoryName(Locale locale)
商品カテゴリ名を取得します。
|
String |
getItemCategoryTypeCode()
商品カテゴリ種別コードを取得します。
|
String |
getNotes()
備考を取得します。
|
String |
getParentItemCategoryCode()
親商品カテゴリコードを取得します。
|
Date |
getRecordDate()
最終更新日を取得します。
|
String |
getRecordUserCode()
最終更新者を取得します。
|
int |
getSortKey()
ソートキーを取得します。
|
ItemCategoryInternationalModel |
selectItemCategoryInternationalModel(Locale locale)
指定された言語に該当する商品カテゴリの国際化モデルを取得します。
|
void |
setItemCategoryName(String itemCategoryName)
商品カテゴリ名を設定します。
|
void |
setItemCategoryName(String itemCategoryName,
Locale locale)
商品カテゴリ名を設定します。
|
void |
setNotes(String notes)
備考を設定します。
|
void |
setParentItemCategoryCode(String parentItemCategoryCode)
親商品カテゴリコードを設定します。
|
void |
setSortKey(int sortKey)
ソートキーを設定します。
|
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 getItemCategoryTypeCode() throws AccessorException
getItemCategoryTypeCode
インタフェース内 ItemCategoryBaseModel
AccessorException
- データの取得に失敗した場合public String getItemCategoryCode() throws AccessorException
getItemCategoryCode
インタフェース内 ItemCategoryBaseModel
AccessorException
- データの取得に失敗した場合public String getParentItemCategoryCode() throws AccessorException
getParentItemCategoryCode
インタフェース内 ItemCategoryBaseModel
AccessorException
- データの取得に失敗した場合public void setParentItemCategoryCode(String parentItemCategoryCode) throws AccessorException
setParentItemCategoryCode
インタフェース内 ItemCategoryBaseModel
parentItemCategoryCode
- 親商品カテゴリコードAccessorException
- データの設定に失敗した場合public String getNotes() throws AccessorException
getNotes
インタフェース内 ItemCategoryBaseModel
AccessorException
- データの取得に失敗した場合public void setNotes(String notes) throws AccessorException
setNotes
インタフェース内 ItemCategoryBaseModel
notes
- 備考AccessorException
- データの設定に失敗した場合public int getSortKey() throws AccessorException
getSortKey
インタフェース内 ItemCategoryBaseModel
AccessorException
- データの取得に失敗した場合public void setSortKey(int sortKey) throws AccessorException
setSortKey
インタフェース内 ItemCategoryBaseModel
sortKey
- ソートキーAccessorException
- データの設定に失敗した場合public String getRecordUserCode() throws AccessorException
getRecordUserCode
インタフェース内 ItemCategoryBaseModel
AccessorException
- データの取得に失敗した場合public Date getRecordDate() throws AccessorException
getRecordDate
インタフェース内 ItemCategoryBaseModel
AccessorException
- データの取得に失敗した場合public String getItemCategoryName() throws AccessorException
getItemCategoryName
インタフェース内 ItemCategoryBaseModel
AccessorException
- データの取得に失敗した場合public String getItemCategoryName(Locale locale) throws AccessorException
getItemCategoryName
インタフェース内 ItemCategoryBaseModel
locale
- 言語(ロケール)AccessorException
- データの取得に失敗した場合public void setItemCategoryName(String itemCategoryName) throws AccessorException
setItemCategoryName
インタフェース内 ItemCategoryBaseModel
itemCategoryName
- 商品カテゴリ名AccessorException
- データの設定に失敗した場合public void setItemCategoryName(String itemCategoryName, Locale locale) throws AccessorException
setItemCategoryName
インタフェース内 ItemCategoryBaseModel
itemCategoryName
- 商品カテゴリ名locale
- 言語(ロケール)AccessorException
- データの設定に失敗した場合public ItemCategoryInternationalModel selectItemCategoryInternationalModel(Locale locale) throws IllegalLocaleException
selectItemCategoryInternationalModel
インタフェース内 ItemCategoryBaseModel
locale
- 言語(ロケール)IllegalLocaleException
- ロケールに関する例外が発生した場合Copyright © 2012 NTT DATA INTRAMART CORPORATION