public class ItemCatalogueBaseModelImpl extends GenericBaseModel implements ItemCatalogueBaseModel
ITEM_CATALOGUE_CODE, ITEM_CODE, MEDIA, MEDIA_CLS, MEDIA_CLS_FILE, MEDIA_CLS_URL, NOTES, RECORD_DATE, RECORD_USER_CODE, SORT_KEY
コンストラクタと説明 |
---|
ItemCatalogueBaseModelImpl() |
修飾子とタイプ | メソッドと説明 |
---|---|
String |
getItemCatalogueCode()
商品カタログコードを取得します。
|
String |
getItemCode()
商品コードを取得します。
|
String |
getMedia()
媒体を取得します。
|
int |
getMediaCls()
媒体種類を取得します。
|
String |
getNotes()
備考を取得します。
|
Date |
getRecordDate()
最終更新日を取得します。
|
String |
getRecordUserCode()
最終更新者を取得します。
|
int |
getSortKey()
ソートキーを取得します。
|
void |
setMedia(String media)
媒体を設定します。
|
void |
setMediaCls(int mediaCls)
媒体種類を設定します。
|
void |
setNotes(String notes)
備考を設定します。
|
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 getItemCode() throws AccessorException
getItemCode
インタフェース内 ItemCatalogueBaseModel
AccessorException
- データの取得に失敗した場合public String getItemCatalogueCode() throws AccessorException
getItemCatalogueCode
インタフェース内 ItemCatalogueBaseModel
AccessorException
- データの取得に失敗した場合public int getMediaCls() throws AccessorException
getMediaCls
インタフェース内 ItemCatalogueBaseModel
AccessorException
- データの取得に失敗した場合public void setMediaCls(int mediaCls) throws AccessorException
setMediaCls
インタフェース内 ItemCatalogueBaseModel
mediaCls
- 媒体種類AccessorException
- データの設定に失敗した場合public String getMedia() throws AccessorException
getMedia
インタフェース内 ItemCatalogueBaseModel
AccessorException
- データの取得に失敗した場合public void setMedia(String media) throws AccessorException
setMedia
インタフェース内 ItemCatalogueBaseModel
media
- 媒体AccessorException
- データの設定に失敗した場合public String getNotes() throws AccessorException
getNotes
インタフェース内 ItemCatalogueBaseModel
AccessorException
- データの取得に失敗した場合public void setNotes(String notes) throws AccessorException
setNotes
インタフェース内 ItemCatalogueBaseModel
notes
- 備考AccessorException
- データの設定に失敗した場合public int getSortKey() throws AccessorException
getSortKey
インタフェース内 ItemCatalogueBaseModel
AccessorException
- データの取得に失敗した場合public void setSortKey(int sortKey) throws AccessorException
setSortKey
インタフェース内 ItemCatalogueBaseModel
sortKey
- ソートキーAccessorException
- データの設定に失敗した場合public String getRecordUserCode() throws AccessorException
getRecordUserCode
インタフェース内 ItemCatalogueBaseModel
AccessorException
- データの取得に失敗した場合public Date getRecordDate() throws AccessorException
getRecordDate
インタフェース内 ItemCatalogueBaseModel
AccessorException
- データの取得に失敗した場合Copyright © 2012 NTT DATA INTRAMART CORPORATION