|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjp.veritrans.tercerog.mdk.dto.AccountInfo
public class AccountInfo
連絡先情報のクラス
コンストラクタの概要 | |
---|---|
AccountInfo()
|
メソッドの概要 | |
---|---|
String |
getAccountInfoId()
連絡先IDを取得する |
String |
getAccountType()
連絡先区分を取得する |
String |
getAddress()
住所を取得する |
String |
getDefaultAccount()
標準連絡先フラグを取得する |
String |
getRecipient()
宛名を取得する |
String |
getTel()
電話番号を取得する |
String |
getZip()
郵便番号を取得する |
void |
setAccountInfoId(String accountInfoId)
連絡先IDを設定する |
void |
setAccountType(String accountType)
連絡先区分を設定する |
void |
setAddress(String address)
住所を設定する |
void |
setDefaultAccount(String defaultAccount)
標準連絡先フラグを設定する |
void |
setRecipient(String recipient)
宛名を設定する |
void |
setTel(String tel)
電話番号を設定する |
void |
setZip(String zip)
郵便番号を設定する |
クラス java.lang.Object から継承されたメソッド |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public AccountInfo()
メソッドの詳細 |
---|
public void setAccountInfoId(String accountInfoId)
accountInfoId
- 連絡先IDpublic String getAccountInfoId()
public void setAccountType(String accountType)
accountType
- 連絡先区分public String getAccountType()
public void setDefaultAccount(String defaultAccount)
defaultAccount
- 標準連絡先フラグpublic String getDefaultAccount()
public void setRecipient(String recipient)
recipient
- 宛名public String getRecipient()
public void setZip(String zip)
zip
- 郵便番号public String getZip()
public void setAddress(String address)
address
- 住所public String getAddress()
public void setTel(String tel)
tel
- 電話番号public String getTel()
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |