|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjp.veritrans.tercerog.mdk.dto.Account
public class Account
会員情報のクラス
コンストラクタの概要 | |
---|---|
Account()
|
メソッドの概要 | |
---|---|
AccountBasic |
getAccountBasic()
会員基本情報を取得する |
String |
getAccountId()
会員IDを取得する |
AccountInfo[] |
getAccountInfo()
連絡先情報を取得する |
BankAccountInfo |
getBankAccountInfo()
銀行口座情報を取得する |
CardInfo[] |
getCardInfo()
カード情報を取得する |
RecurringCharge[] |
getRecurringCharge()
会員課金情報を取得する |
String |
getTransData()
リクエスト項目を取得する |
void |
setAccountBasic(AccountBasic accountBasic)
会員基本情報を設定する |
void |
setAccountId(String accountId)
会員IDを設定する |
void |
setAccountInfo(AccountInfo[] accountInfo)
連絡先情報を設定する |
void |
setBankAccountInfo(BankAccountInfo bankAccountInfo)
銀行口座情報を設定する |
void |
setCardInfo(CardInfo[] cardInfo)
カード情報を設定する |
void |
setRecurringCharge(RecurringCharge[] recurringCharge)
会員課金情報を設定する |
void |
setTransData(String transData)
リクエスト項目を設定する |
クラス java.lang.Object から継承されたメソッド |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public Account()
メソッドの詳細 |
---|
public void setAccountId(String accountId)
accountId
- 会員IDpublic String getAccountId()
public void setTransData(String transData)
transData
- リクエスト項目public String getTransData()
public void setAccountBasic(AccountBasic accountBasic)
accountBasic
- 会員基本情報public AccountBasic getAccountBasic()
public void setAccountInfo(AccountInfo[] accountInfo)
accountInfo
- 連絡先情報public AccountInfo[] getAccountInfo()
public void setCardInfo(CardInfo[] cardInfo)
cardInfo
- カード情報public CardInfo[] getCardInfo()
public void setRecurringCharge(RecurringCharge[] recurringCharge)
recurringCharge
- 会員課金情報public RecurringCharge[] getRecurringCharge()
public void setBankAccountInfo(BankAccountInfo bankAccountInfo)
bankAccountInfo
- 銀行口座情報public BankAccountInfo getBankAccountInfo()
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |