public class CateogryClassBaseModelImpl extends GenericBaseModel implements CateogryClassBaseModel
CATEGORY_CLASS_CODE, NAME, NOTES, RECORD_DATE, RECORD_USER_CODE
コンストラクタと説明 |
---|
CateogryClassBaseModelImpl() |
修飾子とタイプ | メソッドと説明 |
---|---|
String |
getCategoryClassCode()
分類区分コードを取得します。
|
String |
getName()
分類区分名を取得します。
|
String |
getName(Locale locale)
分類区分名を取得します。
|
String |
getNotes()
備考を取得します。
|
Date |
getRecordDate()
最終更新日を取得します。
|
String |
getRecordUserCode()
最終更新者を取得します。
|
CateogryClassInternationalModel |
selectCateogryClassInternationalModel(Locale locale)
指定された言語に該当する分類区分の国際化モデルを取得します。
|
void |
setName(String name)
分類区分名を設定します。
|
void |
setName(String name,
Locale locale)
分類区分名を設定します。
|
void |
setNotes(String notes)
備考を設定します。
|
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 getCategoryClassCode() throws AccessorException
getCategoryClassCode
インタフェース内 CateogryClassBaseModel
AccessorException
- データの取得に失敗した場合public String getNotes() throws AccessorException
getNotes
インタフェース内 CateogryClassBaseModel
AccessorException
- データの取得に失敗した場合public void setNotes(String notes) throws AccessorException
setNotes
インタフェース内 CateogryClassBaseModel
notes
- 備考AccessorException
- データの設定に失敗した場合public String getRecordUserCode() throws AccessorException
getRecordUserCode
インタフェース内 CateogryClassBaseModel
AccessorException
- データの取得に失敗した場合public Date getRecordDate() throws AccessorException
getRecordDate
インタフェース内 CateogryClassBaseModel
AccessorException
- データの取得に失敗した場合public String getName() throws AccessorException
getName
インタフェース内 CateogryClassBaseModel
AccessorException
- データの取得に失敗した場合public String getName(Locale locale) throws AccessorException
getName
インタフェース内 CateogryClassBaseModel
locale
- 言語(ロケール)AccessorException
- データの取得に失敗した場合public void setName(String name) throws AccessorException
setName
インタフェース内 CateogryClassBaseModel
name
- 分類区分名AccessorException
- データの設定に失敗した場合public void setName(String name, Locale locale) throws AccessorException
setName
インタフェース内 CateogryClassBaseModel
name
- 分類区分名locale
- 言語(ロケール)AccessorException
- データの設定に失敗した場合public CateogryClassInternationalModel selectCateogryClassInternationalModel(Locale locale) throws IllegalLocaleException
selectCateogryClassInternationalModel
インタフェース内 CateogryClassBaseModel
locale
- 言語(ロケール)IllegalLocaleException
- ロケールに関する例外が発生した場合Copyright © 2012 NTT DATA INTRAMART CORPORATION