public class ItemCategory extends Object implements ISortable, IDisable, IWithLocale<IItemCategoryElement>, ITerm, IItemCategoryElement, IItemCategoryBizKey, IRecorder
| 修飾子とタイプ | クラスと説明 |
|---|---|
static class |
ItemCategory.ItemCategoryElement |
MAX_LENGTH| コンストラクタと説明 |
|---|
ItemCategory() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
IItemCategoryElement |
createLocaleElement()
国際化情報を生成します。
|
String |
getCompanyCd()
会社コードを取得します。
|
Locale |
getDefaultLocale()
デフォルトのロケールを取得します。
|
IItemCategoryElement |
getDefaultLocaleElement()
デフォルトロケールの国際化情報を取得します。
|
Date |
getEndDate()
終了日を取得します。
|
String |
getItemCategoryCd()
品目カテゴリコードを取得します。
|
String |
getItemCategoryName()
品目カテゴリ名を取得します。
|
String |
getItemCategorySearchName()
品目カテゴリ検索名を取得します。
|
String |
getItemCategorySetCd()
品目カテゴリセットコードを取得します。
|
String |
getItemCategoryShortName()
品目カテゴリ略称を取得します。
|
IItemCategoryElement |
getLocaleElement(Locale locale)
引数のロケールとして設定されている国際化情報を取得します。
|
Locale[] |
getLocales()
国際化情報が設定されているロケールを全て取得します
|
String |
getNotes()
備考を取得します。
|
Date |
getRecordDate()
最終更新日を取得します。
|
String |
getRecordUserCd()
最終更新者のユーザコードを取得します。
|
int |
getSortKey()
ソートキーを取得します。
|
Date |
getStartDate()
開始日を取得します。
|
String |
getTermCd()
期間コードを取得します。
|
boolean |
isDisable()
削除フラグが有効であるかを返します。
|
void |
putLocaleElement(Locale locale,
IItemCategoryElement element)
引数のロケールのデータとして、国際化情報を設定します。
|
void |
removeLocaleElement(Locale locale)
引数のロケールとして設定されている国際化情報を削除します。
|
void |
setCompanyCd(String companyCd)
会社コードを設定します。
|
void |
setDefaultLocale(Locale locale)
デフォルトのロケールを設定します。
|
void |
setDisable(boolean disable)
削除フラグを設定します。
|
void |
setEndDate(Date endDate)
終了日を設定します。
|
void |
setItemCategoryCd(String itemCategoryCd)
品目カテゴリコード設定します。
|
void |
setItemCategoryName(String itemCategoryName)
品目カテゴリ名を設定します。
|
void |
setItemCategorySearchName(String itemCategorySearchName)
品目カテゴリ検索名を設定します。
|
void |
setItemCategorySetCd(String itemCategorySetCd)
品目カテゴリセットコード設定します。
|
void |
setItemCategoryShortName(String itemCategoryShortName)
品目カテゴリ略称を設定します。
|
void |
setNotes(String notes)
備考を設定します。
|
void |
setRecordDate(Date recordDate)
最終更新日を設定します。
|
void |
setRecordUserCd(String recordUserCd)
最終更新者のユーザコードを設定します
|
void |
setSortKey(int sortKey)
ソートキーを取得します。
|
void |
setStartDate(Date startDate)
開始日を設定します。
|
void |
setTermCd(String termCd)
期間コードを設定します。
|
public IItemCategoryElement createLocaleElement()
IWithLocalecreateLocaleElement インタフェース内 IWithLocale<IItemCategoryElement>public String getCompanyCd()
getCompanyCd インタフェース内 IItemCategoryBizKeypublic Locale getDefaultLocale()
IWithLocalegetDefaultLocale インタフェース内 IWithLocale<IItemCategoryElement>public IItemCategoryElement getDefaultLocaleElement()
IWithLocalegetDefaultLocaleElement インタフェース内 IWithLocale<IItemCategoryElement>public Date getEndDate()
ITermgetEndDate インタフェース内 ITermpublic String getItemCategoryCd()
getItemCategoryCd インタフェース内 IItemCategoryBizKeypublic String getItemCategoryName()
IItemCategoryElementgetItemCategoryName インタフェース内 IItemCategoryElementpublic String getItemCategorySearchName()
IItemCategoryElementgetItemCategorySearchName インタフェース内 IItemCategoryElementpublic String getItemCategorySetCd()
getItemCategorySetCd インタフェース内 IItemCategoryBizKeypublic String getItemCategoryShortName()
IItemCategoryElementgetItemCategoryShortName インタフェース内 IItemCategoryElementpublic IItemCategoryElement getLocaleElement(Locale locale)
IWithLocalegetLocaleElement インタフェース内 IWithLocale<IItemCategoryElement>locale - 取得する国際化情報のロケールpublic Locale[] getLocales()
IWithLocalegetLocales インタフェース内 IWithLocale<IItemCategoryElement>public String getNotes()
IItemCategoryElementgetNotes インタフェース内 IItemCategoryElementpublic Date getRecordDate()
IRecordergetRecordDate インタフェース内 IRecorderpublic String getRecordUserCd()
IRecordergetRecordUserCd インタフェース内 IRecorderpublic int getSortKey()
getSortKey インタフェース内 ISortablepublic Date getStartDate()
ITermgetStartDate インタフェース内 ITermpublic boolean isDisable()
IDisablepublic void putLocaleElement(Locale locale, IItemCategoryElement element)
IWithLocaleputLocaleElement インタフェース内 IWithLocale<IItemCategoryElement>locale - 設定するロケールelement - 設定する国際化情報データpublic void removeLocaleElement(Locale locale)
IWithLocaleremoveLocaleElement インタフェース内 IWithLocale<IItemCategoryElement>locale - 削除する国際化情報のロケールpublic void setCompanyCd(String companyCd)
setCompanyCd インタフェース内 IItemCategoryBizKeycompanyCd - String 会社コードpublic void setDefaultLocale(Locale locale)
IWithLocalesetDefaultLocale インタフェース内 IWithLocale<IItemCategoryElement>locale - 設定するロケールpublic void setDisable(boolean disable)
IDisablesetDisable インタフェース内 IDisabledisable - true/有効 false/無効public void setEndDate(Date endDate)
ITermsetEndDate インタフェース内 ITermendDate - 終了日public void setItemCategoryCd(String itemCategoryCd)
IItemCategoryBizKeysetItemCategoryCd インタフェース内 IItemCategoryBizKeyitemCategoryCd - String
品目カテゴリコードpublic void setItemCategoryName(String itemCategoryName)
IItemCategoryElementsetItemCategoryName インタフェース内 IItemCategoryElementitemCategoryName - 品目カテゴリ名public void setItemCategorySearchName(String itemCategorySearchName)
IItemCategoryElementsetItemCategorySearchName インタフェース内 IItemCategoryElementitemCategorySearchName - 品目カテゴリ検索名public void setItemCategorySetCd(String itemCategorySetCd)
IItemCategoryBizKeysetItemCategorySetCd インタフェース内 IItemCategoryBizKeyitemCategorySetCd - String
品目カテゴリコードpublic void setItemCategoryShortName(String itemCategoryShortName)
IItemCategoryElementsetItemCategoryShortName インタフェース内 IItemCategoryElementitemCategoryShortName - 品目カテゴリ略称public void setNotes(String notes)
IItemCategoryElementsetNotes インタフェース内 IItemCategoryElementnotes - 備考public void setRecordDate(Date recordDate)
IRecordersetRecordDate インタフェース内 IRecorderrecordDate - 最終更新日public void setRecordUserCd(String recordUserCd)
IRecordersetRecordUserCd インタフェース内 IRecorderrecordUserCd - 最終更新者のユーザコードpublic void setSortKey(int sortKey)
ISortablesetSortKey インタフェース内 ISortablesortKey - ソートキーpublic void setStartDate(Date startDate)
ITermsetStartDate インタフェース内 ITermstartDate - 開始日Copyright © 2012 NTT DATA INTRAMART CORPORATION