public class DepartmentAttachBaseModelImpl extends GenericBaseModel implements DepartmentAttachBaseModel
COMPANY_CODE, DEPARTMENT_CODE, POST_CODE, RECORD_DATE, RECORD_USER_CODE, SORT_KEY, USER_CODE
コンストラクタと説明 |
---|
DepartmentAttachBaseModelImpl() |
修飾子とタイプ | メソッドと説明 |
---|---|
String |
getCompanyCode()
会社コードを取得します。
|
String |
getDepartmentCode()
組織コードを取得します。
|
String |
getPostCode()
役職CDを取得します。
|
String |
getPostCode(Date date)
役職CDを取得します。
|
Date |
getRecordDate()
最終更新日を取得します。
|
String |
getRecordUserCode()
最終更新者を取得します。
|
int |
getSortKey()
ソートキーを取得します。
|
String |
getUserCode()
ユーザコードを取得します。
|
DepartmentAttachTerminableModel |
selectDepartmentAttachTerminableModel(Date date)
指定された日付に該当する組織所属の期間化モデルを取得します。
|
void |
setPostCode(String postCode)
役職CDを設定します。
|
void |
setPostCode(String postCode,
Date date)
役職CDを設定します。
|
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 getUserCode() throws AccessorException
getUserCode
インタフェース内 DepartmentAttachBaseModel
AccessorException
- データの取得に失敗した場合public String getCompanyCode() throws AccessorException
getCompanyCode
インタフェース内 DepartmentAttachBaseModel
AccessorException
- データの取得に失敗した場合public String getDepartmentCode() throws AccessorException
getDepartmentCode
インタフェース内 DepartmentAttachBaseModel
AccessorException
- データの取得に失敗した場合public int getSortKey() throws AccessorException
getSortKey
インタフェース内 DepartmentAttachBaseModel
AccessorException
- データの取得に失敗した場合public void setSortKey(int sortKey) throws AccessorException
setSortKey
インタフェース内 DepartmentAttachBaseModel
sortKey
- ソートキーAccessorException
- データの設定に失敗した場合public String getRecordUserCode() throws AccessorException
getRecordUserCode
インタフェース内 DepartmentAttachBaseModel
AccessorException
- データの取得に失敗した場合public Date getRecordDate() throws AccessorException
getRecordDate
インタフェース内 DepartmentAttachBaseModel
AccessorException
- データの取得に失敗した場合public String getPostCode() throws AccessorException
getPostCode
インタフェース内 DepartmentAttachBaseModel
AccessorException
- データの取得に失敗した場合public String getPostCode(Date date) throws AccessorException
getPostCode
インタフェース内 DepartmentAttachBaseModel
date
- 日時AccessorException
- データの取得に失敗した場合public void setPostCode(String postCode) throws AccessorException
setPostCode
インタフェース内 DepartmentAttachBaseModel
postCode
- 役職CDAccessorException
- データの設定に失敗した場合public void setPostCode(String postCode, Date date) throws AccessorException
setPostCode
インタフェース内 DepartmentAttachBaseModel
postCode
- 役職CDdate
- 日時AccessorException
- データの設定に失敗した場合public DepartmentAttachTerminableModel selectDepartmentAttachTerminableModel(Date date) throws IllegalTermException
selectDepartmentAttachTerminableModel
インタフェース内 DepartmentAttachBaseModel
date
- 指定日付IllegalTermException
- 指定された日付に該当する期間が定義されていないCopyright © 2012 NTT DATA INTRAMART CORPORATION