public class DealBaseModelImpl extends GenericBaseModel implements DealBaseModel
CURRENCY_CODE, CUSTOMER_COMPANY_CODE, CUSTOMER_DEPARTMENT_CODE, DEAL_CODE, DEAL_NAME, DEAL_TYPE, DEAL_TYPE_BUY, DEAL_TYPE_SELL, NOTES, RECORD_DATE, RECORD_USER_CODE, UNIT_PRICE
コンストラクタと説明 |
---|
DealBaseModelImpl() |
修飾子とタイプ | メソッドと説明 |
---|---|
String |
getCurrencyCode()
通貨コードを取得します。
|
String |
getCustomerCompanyCode()
取引先会社コードを取得します。
|
String |
getCustomerDepartmentCode()
取引先組織コードを取得します。
|
String |
getDealCode()
取扱コードを取得します。
|
String |
getDealName()
取扱名を取得します。
|
int |
getDealType()
取扱種別を取得します。
|
String |
getNotes()
備考を取得します。
|
Date |
getRecordDate()
最終更新日を取得します。
|
String |
getRecordUserCode()
最終更新者を取得します。
|
double |
getUnitPrice()
単価を取得します。
|
double |
getUnitPrice(Date date)
単価を取得します。
|
DealTerminableModel |
selectDealTerminableModel(Date date)
指定された日付に該当する取扱の期間化モデルを取得します。
|
void |
setCurrencyCode(String currencyCode)
通貨コードを設定します。
|
void |
setDealName(String dealName)
取扱名を設定します。
|
void |
setDealType(int dealType)
取扱種別を設定します。
|
void |
setNotes(String notes)
備考を設定します。
|
void |
setUnitPrice(double unitPrice)
単価を設定します。
|
void |
setUnitPrice(double unitPrice,
Date date)
単価を設定します。
|
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 getCustomerCompanyCode() throws AccessorException
getCustomerCompanyCode
インタフェース内 DealBaseModel
AccessorException
- データの取得に失敗した場合public String getCustomerDepartmentCode() throws AccessorException
getCustomerDepartmentCode
インタフェース内 DealBaseModel
AccessorException
- データの取得に失敗した場合public String getDealCode() throws AccessorException
getDealCode
インタフェース内 DealBaseModel
AccessorException
- データの取得に失敗した場合public String getDealName() throws AccessorException
getDealName
インタフェース内 DealBaseModel
AccessorException
- データの取得に失敗した場合public void setDealName(String dealName) throws AccessorException
setDealName
インタフェース内 DealBaseModel
dealName
- 取扱名AccessorException
- データの設定に失敗した場合public int getDealType() throws AccessorException
getDealType
インタフェース内 DealBaseModel
AccessorException
- データの取得に失敗した場合public void setDealType(int dealType) throws AccessorException
setDealType
インタフェース内 DealBaseModel
dealType
- 取扱種別AccessorException
- データの設定に失敗した場合public String getCurrencyCode() throws AccessorException
getCurrencyCode
インタフェース内 DealBaseModel
AccessorException
- データの取得に失敗した場合public void setCurrencyCode(String currencyCode) throws AccessorException
setCurrencyCode
インタフェース内 DealBaseModel
currencyCode
- 通貨コードAccessorException
- データの設定に失敗した場合public String getNotes() throws AccessorException
getNotes
インタフェース内 DealBaseModel
AccessorException
- データの取得に失敗した場合public void setNotes(String notes) throws AccessorException
setNotes
インタフェース内 DealBaseModel
notes
- 備考AccessorException
- データの設定に失敗した場合public String getRecordUserCode() throws AccessorException
getRecordUserCode
インタフェース内 DealBaseModel
AccessorException
- データの取得に失敗した場合public Date getRecordDate() throws AccessorException
getRecordDate
インタフェース内 DealBaseModel
AccessorException
- データの取得に失敗した場合public double getUnitPrice() throws AccessorException
getUnitPrice
インタフェース内 DealBaseModel
AccessorException
- データの取得に失敗した場合public double getUnitPrice(Date date) throws AccessorException
getUnitPrice
インタフェース内 DealBaseModel
date
- 日時AccessorException
- データの取得に失敗した場合public void setUnitPrice(double unitPrice) throws AccessorException
setUnitPrice
インタフェース内 DealBaseModel
unitPrice
- 単価AccessorException
- データの設定に失敗した場合public void setUnitPrice(double unitPrice, Date date) throws AccessorException
setUnitPrice
インタフェース内 DealBaseModel
unitPrice
- 単価date
- 日時AccessorException
- データの設定に失敗した場合public DealTerminableModel selectDealTerminableModel(Date date) throws IllegalTermException
selectDealTerminableModel
インタフェース内 DealBaseModel
date
- 指定日付IllegalTermException
- 指定された日付に該当する期間が定義されていないCopyright © 2012 NTT DATA INTRAMART CORPORATION