public class Corporation extends Object implements ICorporationBizKey, ISortable, IDisable, IRecorder, IWithLocale<ICorporationElement>, ITerm, ICorporationElement
修飾子とタイプ | クラスと説明 |
---|---|
static class |
Corporation.CorporationElement |
MAX_LENGTH
コンストラクタと説明 |
---|
Corporation() |
修飾子とタイプ | メソッドと説明 |
---|---|
ICorporationElement |
createLocaleElement()
国際化情報を生成します。
|
String |
getAddress1()
住所1を取得します。
|
String |
getAddress2()
住所2を取得します。
|
String |
getAddress3()
住所3を取得します。
|
String |
getCompanyCd()
会社コードを取得します。
|
String |
getCorporateNumber()
法人番号を取得します。
|
String |
getCorporationCd()
法人コードを取得します。
|
String |
getCorporationName()
法人名を取得します。
|
String |
getCorporationSearchName()
法人検索名を取得します。
|
String |
getCorporationShortName()
法人略称を取得します。
|
String |
getCountryCd()
国コードを取得します。
|
Locale |
getDefaultLocale()
デフォルトロケールを取得します
|
ICorporationElement |
getDefaultLocaleElement()
デフォルトロケールの国際化情報を取得します。
|
Date |
getEndDate()
終了日を取得します。
|
String |
getExtensionFaxNumber()
内線FAX番号を取得します。
|
String |
getExtensionNumber()
内線番号を取得します。
|
String |
getFaxNumber()
FAX番号を取得します。
|
ICorporationElement |
getLocaleElement(Locale locale)
引数のロケールとして設定されている国際化情報を取得します。
|
Locale[] |
getLocales()
国際化情報が設定されているロケールを全て取得します
|
String |
getMailAddress1()
メールアドレス1を取得します。
|
String |
getMailAddress2()
メールアドレス2を取得します。
|
String |
getNotes()
備考を取得します。
|
Date |
getRecordDate()
最終更新日を取得します。
|
String |
getRecordUserCd()
最終更新者を取得します。
|
int |
getSortKey()
ソートキーを取得します。
|
Date |
getStartDate()
開始日を取得します。
|
String |
getTelephoneNumber()
電話番号を取得します。
|
String |
getTermCd()
期間コードを取得します。
|
String |
getURL()
URLを取得します。
|
String |
getZipCode()
郵便番号を取得します。
|
boolean |
isDisable()
削除フラグを取得します。
|
void |
putLocaleElement(Locale locale,
ICorporationElement element)
引数のロケールのデータとして、国際化情報を設定します。
|
void |
removeLocaleElement(Locale locale)
引数のロケールとして設定されている国際化情報を削除します。
|
void |
setAddress1(String address1)
住所1を設定します。
|
void |
setAddress2(String address2)
住所2を設定します。
|
void |
setAddress3(String address3)
住所3を設定します。
|
void |
setCompanyCd(String CompanyCd)
会社コードを設定します。
|
void |
setCorporateNumber(String corporateNumber)
法人番号を設定します。
|
void |
setCorporationCd(String CorporationCd)
法人コードを設定します。
|
void |
setCorporationName(String corporationName)
法人名を設定します。
|
void |
setCorporationSearchName(String corporationSearchName)
法人検索名を設定します。
|
void |
setCorporationShortName(String corporationShortName)
法人略称を設定します。
|
void |
setCountryCd(String countryCd)
国コードを設定します。
|
void |
setDefaultLocale(Locale locale)
デフォルトのロケールを設定します。
|
void |
setDisable(boolean disable)
削除フラグを設定します。
|
void |
setEndDate(Date endDate)
終了日を設定します。
|
void |
setExtensionFaxNumber(String extensionFaxNumber)
内線FAX番号を設定します。
|
void |
setExtensionNumber(String extensionNumber)
電話番号を設定します。
|
void |
setFaxNumber(String faxNumber)
FAX番号を設定します。
|
void |
setMailAddress1(String mailAddress1)
メールアドレス1を設定します。
|
void |
setMailAddress2(String mailAddress2)
メールアドレス2を設定します。
|
void |
setNotes(String notes)
備考を設定します。
|
void |
setRecordDate(Date recordDate)
最終更新日を設定します。
|
void |
setRecordUserCd(String recordUserCd)
最終更新者を設定します。
|
void |
setSortKey(int sortKey)
ソートキーを設定します。
|
void |
setStartDate(Date startDate)
開始日を設定します。
|
void |
setTelephoneNumber(String telephoneNumber)
電話番号を設定します。
|
void |
setTermCd(String termCd)
期間コードを取得します。
|
void |
setURL(String URL)
URLを設定します。
|
void |
setZipCode(String zipCode)
郵便番号を設定します。
|
public ICorporationElement createLocaleElement()
createLocaleElement
インタフェース内 IWithLocale<ICorporationElement>
public String getAddress1()
getAddress1
インタフェース内 ICorporationElement
public String getAddress2()
getAddress2
インタフェース内 ICorporationElement
public String getAddress3()
getAddress3
インタフェース内 ICorporationElement
public String getCompanyCd()
getCompanyCd
インタフェース内 ICorporationBizKey
public String getCorporationCd()
getCorporationCd
インタフェース内 ICorporationBizKey
public String getCorporationName()
getCorporationName
インタフェース内 ICorporationElement
public String getCorporationSearchName()
getCorporationSearchName
インタフェース内 ICorporationElement
public String getCorporationShortName()
getCorporationShortName
インタフェース内 ICorporationElement
public String getCorporateNumber()
getCorporateNumber
インタフェース内 ICorporationElement
public String getCountryCd()
getCountryCd
インタフェース内 ICorporationElement
public Locale getDefaultLocale()
getDefaultLocale
インタフェース内 IWithLocale<ICorporationElement>
public ICorporationElement getDefaultLocaleElement()
getDefaultLocaleElement
インタフェース内 IWithLocale<ICorporationElement>
public Date getEndDate()
getEndDate
インタフェース内 ITerm
public String getExtensionFaxNumber()
getExtensionFaxNumber
インタフェース内 ICorporationElement
public String getExtensionNumber()
getExtensionNumber
インタフェース内 ICorporationElement
public String getFaxNumber()
getFaxNumber
インタフェース内 ICorporationElement
public ICorporationElement getLocaleElement(Locale locale)
getLocaleElement
インタフェース内 IWithLocale<ICorporationElement>
locale
- 取得する国際化情報のロケールpublic Locale[] getLocales()
getLocales
インタフェース内 IWithLocale<ICorporationElement>
public String getMailAddress1()
getMailAddress1
インタフェース内 ICorporationElement
public String getMailAddress2()
getMailAddress2
インタフェース内 ICorporationElement
public String getNotes()
getNotes
インタフェース内 ICorporationElement
public Date getRecordDate()
getRecordDate
インタフェース内 IRecorder
public String getRecordUserCd()
getRecordUserCd
インタフェース内 IRecorder
public int getSortKey()
getSortKey
インタフェース内 ISortable
public Date getStartDate()
getStartDate
インタフェース内 ITerm
public String getTelephoneNumber()
getTelephoneNumber
インタフェース内 ICorporationElement
public String getURL()
getURL
インタフェース内 ICorporationElement
public String getZipCode()
getZipCode
インタフェース内 ICorporationElement
public void putLocaleElement(Locale locale, ICorporationElement element)
putLocaleElement
インタフェース内 IWithLocale<ICorporationElement>
locale
- 設定するロケールelement
- 設定する国際化情報データpublic void removeLocaleElement(Locale locale)
removeLocaleElement
インタフェース内 IWithLocale<ICorporationElement>
locale
- 削除する国際化情報のロケールpublic void setAddress1(String address1)
setAddress1
インタフェース内 ICorporationElement
address1
- 住所1public void setAddress2(String address2)
setAddress2
インタフェース内 ICorporationElement
address2
- 住所2public void setAddress3(String address3)
setAddress3
インタフェース内 ICorporationElement
address3
- 住所3public void setCompanyCd(String CompanyCd)
setCompanyCd
インタフェース内 ICorporationBizKey
CompanyCd
- 会社コードpublic void setCorporationCd(String CorporationCd)
setCorporationCd
インタフェース内 ICorporationBizKey
CorporationCd
- 法人コードpublic void setCorporationName(String corporationName)
setCorporationName
インタフェース内 ICorporationElement
corporationName
- 法人名public void setCorporationSearchName(String corporationSearchName)
setCorporationSearchName
インタフェース内 ICorporationElement
corporationSearchName
- 法人検索名public void setCorporationShortName(String corporationShortName)
setCorporationShortName
インタフェース内 ICorporationElement
corporationShortName
- 法人略称public void setCorporateNumber(String corporateNumber)
setCorporateNumber
インタフェース内 ICorporationElement
corporateNumber
- 法人番号public void setCountryCd(String countryCd)
setCountryCd
インタフェース内 ICorporationElement
countryCd
- 国コードpublic void setDefaultLocale(Locale locale)
setDefaultLocale
インタフェース内 IWithLocale<ICorporationElement>
locale
- 設定するロケールpublic void setDisable(boolean disable)
setDisable
インタフェース内 IDisable
disable
- 削除フラグpublic void setEndDate(Date endDate)
setEndDate
インタフェース内 ITerm
endDate
- 終了日public void setExtensionFaxNumber(String extensionFaxNumber)
setExtensionFaxNumber
インタフェース内 ICorporationElement
extensionFaxNumber
- 内線FAX番号public void setExtensionNumber(String extensionNumber)
setExtensionNumber
インタフェース内 ICorporationElement
extensionNumber
- 電話番号public void setFaxNumber(String faxNumber)
setFaxNumber
インタフェース内 ICorporationElement
faxNumber
- 内線FAX番号public void setMailAddress1(String mailAddress1)
setMailAddress1
インタフェース内 ICorporationElement
mailAddress1
- メールアドレス1public void setMailAddress2(String mailAddress2)
setMailAddress2
インタフェース内 ICorporationElement
mailAddress2
- メールアドレス2public void setNotes(String notes)
setNotes
インタフェース内 ICorporationElement
notes
- 備考public void setRecordDate(Date recordDate)
setRecordDate
インタフェース内 IRecorder
recordDate
- 最終更新日public void setRecordUserCd(String recordUserCd)
setRecordUserCd
インタフェース内 IRecorder
recordUserCd
- 最終更新者public void setSortKey(int sortKey)
setSortKey
インタフェース内 ISortable
sortKey
- ソートキーpublic void setStartDate(Date startDate)
setStartDate
インタフェース内 ITerm
startDate
- 開始日public void setTelephoneNumber(String telephoneNumber)
setTelephoneNumber
インタフェース内 ICorporationElement
telephoneNumber
- 電話番号public void setTermCd(String termCd)
public void setURL(String URL)
setURL
インタフェース内 ICorporationElement
URL
- URLpublic void setZipCode(String zipCode)
setZipCode
インタフェース内 ICorporationElement
zipCode
- 郵便番号Copyright © 2012 NTT DATA INTRAMART CORPORATION