public class ItemBaseModelImpl extends GenericBaseModel implements ItemBaseModel
ITEM_CAPTION, ITEM_CODE, ITEM_NAME, NOTES, PRODUCT_MODEL_CODE, PURCHASE_UNIT_PRICE, RECORD_DATE, RECORD_USER_CODE, SALES_UNIT_PRICE| コンストラクタと説明 |
|---|
ItemBaseModelImpl() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
String |
getItemCaption()
商品通称を取得します。
|
String |
getItemCaption(Date date)
商品通称を取得します。
|
String |
getItemCaption(Date date,
Locale locale)
商品通称を取得します。
|
String |
getItemCaption(Locale locale)
商品通称を取得します。
|
String |
getItemCode()
商品コードを取得します。
|
String |
getItemName()
商品名を取得します。
|
String |
getItemName(Date date)
商品名を取得します。
|
String |
getItemName(Date date,
Locale locale)
商品名を取得します。
|
String |
getItemName(Locale locale)
商品名を取得します。
|
String |
getNotes()
備考を取得します。
|
String |
getProductModelCode()
製品型番を取得します。
|
double |
getPurchaseUnitPrice()
仕入単価を取得します。
|
double |
getPurchaseUnitPrice(Date date)
仕入単価を取得します。
|
Date |
getRecordDate()
最終更新日を取得します。
|
String |
getRecordUserCode()
最終更新者を取得します。
|
double |
getSalesUnitPrice()
販売単価を取得します。
|
double |
getSalesUnitPrice(Date date)
販売単価を取得します。
|
ItemTerminableModel |
selectItemTerminableModel(Date date)
指定された日付に該当する商品の期間化モデルを取得します。
|
void |
setItemCaption(String itemCaption)
商品通称を設定します。
|
void |
setItemCaption(String itemCaption,
Date date)
商品通称を設定します。
|
void |
setItemCaption(String itemCaption,
Date date,
Locale locale)
商品通称を設定します。
|
void |
setItemCaption(String itemCaption,
Locale locale)
商品通称を設定します。
|
void |
setItemName(String itemName)
商品名を設定します。
|
void |
setItemName(String itemName,
Date date)
商品名を設定します。
|
void |
setItemName(String itemName,
Date date,
Locale locale)
商品名を設定します。
|
void |
setItemName(String itemName,
Locale locale)
商品名を設定します。
|
void |
setNotes(String notes)
備考を設定します。
|
void |
setProductModelCode(String productModelCode)
製品型番を設定します。
|
void |
setPurchaseUnitPrice(double purchaseUnitPrice)
仕入単価を設定します。
|
void |
setPurchaseUnitPrice(double purchaseUnitPrice,
Date date)
仕入単価を設定します。
|
void |
setSalesUnitPrice(double salesUnitPrice)
販売単価を設定します。
|
void |
setSalesUnitPrice(double salesUnitPrice,
Date date)
販売単価を設定します。
|
get, get, get, get, getBaseAccessor, getDefaultDate, getDefaultLocale, getExtendedBaseModelMap, getInternationalModelMap, getTerminableModelMap, init, selectInternationalModel, selectTerminableModel, set, set, set, setclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetBaseAccessor, getExtendedBaseModelMap, getInternationalModelMap, getTerminableModelMap, initpublic String getItemCode() throws AccessorException
getItemCode インタフェース内 ItemBaseModelAccessorException - データの取得に失敗した場合public String getProductModelCode() throws AccessorException
getProductModelCode インタフェース内 ItemBaseModelAccessorException - データの取得に失敗した場合public void setProductModelCode(String productModelCode) throws AccessorException
setProductModelCode インタフェース内 ItemBaseModelproductModelCode - 製品型番AccessorException - データの設定に失敗した場合public String getNotes() throws AccessorException
getNotes インタフェース内 ItemBaseModelAccessorException - データの取得に失敗した場合public void setNotes(String notes) throws AccessorException
setNotes インタフェース内 ItemBaseModelnotes - 備考AccessorException - データの設定に失敗した場合public String getRecordUserCode() throws AccessorException
getRecordUserCode インタフェース内 ItemBaseModelAccessorException - データの取得に失敗した場合public Date getRecordDate() throws AccessorException
getRecordDate インタフェース内 ItemBaseModelAccessorException - データの取得に失敗した場合public double getSalesUnitPrice()
throws AccessorException
getSalesUnitPrice インタフェース内 ItemBaseModelAccessorException - データの取得に失敗した場合public double getSalesUnitPrice(Date date) throws AccessorException
getSalesUnitPrice インタフェース内 ItemBaseModeldate - 日時AccessorException - データの取得に失敗した場合public void setSalesUnitPrice(double salesUnitPrice)
throws AccessorException
setSalesUnitPrice インタフェース内 ItemBaseModelsalesUnitPrice - 販売単価AccessorException - データの設定に失敗した場合public void setSalesUnitPrice(double salesUnitPrice,
Date date)
throws AccessorException
setSalesUnitPrice インタフェース内 ItemBaseModelsalesUnitPrice - 販売単価date - 日時AccessorException - データの設定に失敗した場合public double getPurchaseUnitPrice()
throws AccessorException
getPurchaseUnitPrice インタフェース内 ItemBaseModelAccessorException - データの取得に失敗した場合public double getPurchaseUnitPrice(Date date) throws AccessorException
getPurchaseUnitPrice インタフェース内 ItemBaseModeldate - 日時AccessorException - データの取得に失敗した場合public void setPurchaseUnitPrice(double purchaseUnitPrice)
throws AccessorException
setPurchaseUnitPrice インタフェース内 ItemBaseModelpurchaseUnitPrice - 仕入単価AccessorException - データの設定に失敗した場合public void setPurchaseUnitPrice(double purchaseUnitPrice,
Date date)
throws AccessorException
setPurchaseUnitPrice インタフェース内 ItemBaseModelpurchaseUnitPrice - 仕入単価date - 日時AccessorException - データの設定に失敗した場合public String getItemName() throws AccessorException
getItemName インタフェース内 ItemBaseModelAccessorException - データの取得に失敗した場合public String getItemName(Date date) throws AccessorException
getItemName インタフェース内 ItemBaseModeldate - 日時AccessorException - データの取得に失敗した場合public String getItemName(Locale locale) throws AccessorException
getItemName インタフェース内 ItemBaseModellocale - 言語(ロケール)AccessorException - データの取得に失敗した場合public String getItemName(Date date, Locale locale) throws AccessorException
getItemName インタフェース内 ItemBaseModeldate - 日時locale - 言語(ロケール)AccessorException - データの取得に失敗した場合public void setItemName(String itemName) throws AccessorException
setItemName インタフェース内 ItemBaseModelitemName - 商品名AccessorException - データの設定に失敗した場合public void setItemName(String itemName, Date date) throws AccessorException
setItemName インタフェース内 ItemBaseModelitemName - 商品名date - 日時AccessorException - データの設定に失敗した場合public void setItemName(String itemName, Locale locale) throws AccessorException
setItemName インタフェース内 ItemBaseModelitemName - 商品名locale - 言語(ロケール)AccessorException - データの設定に失敗した場合public void setItemName(String itemName, Date date, Locale locale) throws AccessorException
setItemName インタフェース内 ItemBaseModelitemName - 商品名date - 日時locale - 言語(ロケール)AccessorException - データの設定に失敗した場合public String getItemCaption() throws AccessorException
getItemCaption インタフェース内 ItemBaseModelAccessorException - データの取得に失敗した場合public String getItemCaption(Date date) throws AccessorException
getItemCaption インタフェース内 ItemBaseModeldate - 日時AccessorException - データの取得に失敗した場合public String getItemCaption(Locale locale) throws AccessorException
getItemCaption インタフェース内 ItemBaseModellocale - 言語(ロケール)AccessorException - データの取得に失敗した場合public String getItemCaption(Date date, Locale locale) throws AccessorException
getItemCaption インタフェース内 ItemBaseModeldate - 日時locale - 言語(ロケール)AccessorException - データの取得に失敗した場合public void setItemCaption(String itemCaption) throws AccessorException
setItemCaption インタフェース内 ItemBaseModelitemCaption - 商品通称AccessorException - データの設定に失敗した場合public void setItemCaption(String itemCaption, Date date) throws AccessorException
setItemCaption インタフェース内 ItemBaseModelitemCaption - 商品通称date - 日時AccessorException - データの設定に失敗した場合public void setItemCaption(String itemCaption, Locale locale) throws AccessorException
setItemCaption インタフェース内 ItemBaseModelitemCaption - 商品通称locale - 言語(ロケール)AccessorException - データの設定に失敗した場合public void setItemCaption(String itemCaption, Date date, Locale locale) throws AccessorException
setItemCaption インタフェース内 ItemBaseModelitemCaption - 商品通称date - 日時locale - 言語(ロケール)AccessorException - データの設定に失敗した場合public ItemTerminableModel selectItemTerminableModel(Date date) throws IllegalTermException
selectItemTerminableModel インタフェース内 ItemBaseModeldate - 指定日付IllegalTermException - 指定された日付に該当する期間が定義されていないCopyright © 2012 NTT DATA INTRAMART CORPORATION