public class CompanyPost extends Object implements ICompanyPostBizKey, ISortable, IDisable, IRecorder, IWithLocale<ICompanyPostElement>, ITerm, ICompanyPostElement
MAX_LENGTH| コンストラクタと説明 |
|---|
CompanyPost() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
ICompanyPostElement |
createLocaleElement()
新しい国際化情報インスタンスを取得します。
|
String |
getCompanyCd()
会社コードを取得します。
|
Locale |
getDefaultLocale()
デフォルトロケールを取得します。
|
ICompanyPostElement |
getDefaultLocaleElement()
デフォルトロケールの国際化情報を取得します。
|
String |
getDepartmentSetCd()
組織セットコードを取得します。
|
Date |
getEndDate()
終了日を取得します。
|
ICompanyPostElement |
getLocaleElement(Locale locale)
指定したロケールの国際化情報を取得します。
|
Locale[] |
getLocales()
保持している国際化情報のロケールをすべて取得します。
|
String |
getNotes()
デフォルトロケールの国際化情報から備考を取得します。
|
String |
getPostCd()
役職コードを取得します。
|
String |
getPostName()
デフォルトロケールの国際化情報から役職名を取得します。
|
int |
getRank()
ランクを取得します。
|
Date |
getRecordDate()
更新日を取得します。
|
String |
getRecordUserCd()
更新ユーザコードを取得します。
|
int |
getSortKey()
ソートキーを取得します。
|
Date |
getStartDate()
開始日を取得します。
|
String |
getTermCd()
期間コードを取得します。
|
boolean |
isDisable()
削除フラグを取得します。
|
void |
putLocaleElement(Locale locale,
ICompanyPostElement element)
指定したロケールの国際化情報を追加します。
|
void |
removeLocaleElement(Locale locale)
指定したロケールの国際化情報を取り除きます。
|
void |
setCompanyCd(String companyCd)
会社コードをセットします。
|
void |
setDefaultLocale(Locale defaultLocale)
デフォルトロケールをセットします。
|
void |
setDepartmentSetCd(String departmentSetCd)
組織セットコードをセットします。
|
void |
setDisable(boolean disable)
削除フラグをセットします。
|
void |
setEndDate(Date endDate)
終了日をセットします。
|
void |
setNotes(String notes)
デフォルトロケールの国際化情報に備考をセットします。
|
void |
setPostCd(String postCd)
役職コードをセットします。
|
void |
setPostName(String postName)
デフォルトロケールの国際化情報に役職名をセットします。
|
void |
setRank(int rank)
ランクをセットします。
|
void |
setRecordDate(Date recordDate)
更新日をセットします。
|
void |
setRecordUserCd(String recordUserCd)
更新ユーザコードをセットします。
|
void |
setSortKey(int sortKey)
ソートキーをセットします。
|
void |
setStartDate(Date startDate)
開始日をセットします。
|
void |
setTermCd(String termCd)
期間コードをセットします。
|
public ICompanyPostElement createLocaleElement()
createLocaleElement インタフェース内 IWithLocale<ICompanyPostElement>public String getCompanyCd()
getCompanyCd インタフェース内 ICompanyPostBizKeypublic Locale getDefaultLocale()
getDefaultLocale インタフェース内 IWithLocale<ICompanyPostElement>public ICompanyPostElement getDefaultLocaleElement()
getDefaultLocaleElement インタフェース内 IWithLocale<ICompanyPostElement>public String getDepartmentSetCd()
getDepartmentSetCd インタフェース内 ICompanyPostBizKeypublic Date getEndDate()
getEndDate インタフェース内 ITermpublic ICompanyPostElement getLocaleElement(Locale locale)
getLocaleElement インタフェース内 IWithLocale<ICompanyPostElement>locale - ロケールpublic Locale[] getLocales()
getLocales インタフェース内 IWithLocale<ICompanyPostElement>public String getNotes()
getNotes インタフェース内 ICompanyPostElementpublic String getPostCd()
getPostCd インタフェース内 ICompanyPostBizKeypublic String getPostName()
getPostName インタフェース内 ICompanyPostElementpublic int getRank()
public Date getRecordDate()
getRecordDate インタフェース内 IRecorderpublic String getRecordUserCd()
getRecordUserCd インタフェース内 IRecorderpublic int getSortKey()
getSortKey インタフェース内 ISortablepublic Date getStartDate()
getStartDate インタフェース内 ITermpublic void putLocaleElement(Locale locale, ICompanyPostElement element)
putLocaleElement インタフェース内 IWithLocale<ICompanyPostElement>locale - 追加するロケールelement - 国際化情報public void removeLocaleElement(Locale locale)
removeLocaleElement インタフェース内 IWithLocale<ICompanyPostElement>locale - ロケールpublic void setCompanyCd(String companyCd)
setCompanyCd インタフェース内 ICompanyPostBizKeycompanyCd - 会社コードpublic void setDefaultLocale(Locale defaultLocale)
setDefaultLocale インタフェース内 IWithLocale<ICompanyPostElement>defaultLocale - デフォルトロケールpublic void setDepartmentSetCd(String departmentSetCd)
setDepartmentSetCd インタフェース内 ICompanyPostBizKeydepartmentSetCd - 組織セットコードpublic void setDisable(boolean disable)
setDisable インタフェース内 IDisabledisable - 削除フラグpublic void setEndDate(Date endDate)
setEndDate インタフェース内 ITermendDate - 終了日public void setNotes(String notes)
setNotes インタフェース内 ICompanyPostElementnotes - 備考public void setPostCd(String postCd)
setPostCd インタフェース内 ICompanyPostBizKeypostCd - 役職コードpublic void setPostName(String postName)
setPostName インタフェース内 ICompanyPostElementpostName - 役職名public void setRank(int rank)
rank - ランクをセットします。public void setRecordDate(Date recordDate)
setRecordDate インタフェース内 IRecorderrecordDate - 更新日public void setRecordUserCd(String recordUserCd)
setRecordUserCd インタフェース内 IRecorderrecordUserCd - 更新ユーザコードpublic void setSortKey(int sortKey)
setSortKey インタフェース内 ISortablesortKey - ソートキーpublic void setStartDate(Date startDate)
setStartDate インタフェース内 ITermstartDate - 開始日Copyright © 2012 NTT DATA INTRAMART CORPORATION