jp.veritrans.tercerog.mdk.dto
クラス Account

java.lang.Object
  上位を拡張 jp.veritrans.tercerog.mdk.dto.Account

public class Account
extends Object

会員情報のクラス

作成者:
Created automatically by DtoCreator

コンストラクタの概要
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
 

コンストラクタの詳細

Account

public Account()
メソッドの詳細

setAccountId

public void setAccountId(String accountId)
会員IDを設定する

パラメータ:
accountId - 会員ID

getAccountId

public String getAccountId()
会員IDを取得する

戻り値:
会員ID

setTransData

public void setTransData(String transData)
リクエスト項目を設定する

パラメータ:
transData - リクエスト項目

getTransData

public String getTransData()
リクエスト項目を取得する

戻り値:
リクエスト項目

setAccountBasic

public void setAccountBasic(AccountBasic accountBasic)
会員基本情報を設定する

パラメータ:
accountBasic - 会員基本情報

getAccountBasic

public AccountBasic getAccountBasic()
会員基本情報を取得する

戻り値:
会員基本情報

setAccountInfo

public void setAccountInfo(AccountInfo[] accountInfo)
連絡先情報を設定する

パラメータ:
accountInfo - 連絡先情報

getAccountInfo

public AccountInfo[] getAccountInfo()
連絡先情報を取得する

戻り値:
連絡先情報

setCardInfo

public void setCardInfo(CardInfo[] cardInfo)
カード情報を設定する

パラメータ:
cardInfo - カード情報

getCardInfo

public CardInfo[] getCardInfo()
カード情報を取得する

戻り値:
カード情報

setRecurringCharge

public void setRecurringCharge(RecurringCharge[] recurringCharge)
会員課金情報を設定する

パラメータ:
recurringCharge - 会員課金情報

getRecurringCharge

public RecurringCharge[] getRecurringCharge()
会員課金情報を取得する

戻り値:
会員課金情報

setBankAccountInfo

public void setBankAccountInfo(BankAccountInfo bankAccountInfo)
銀行口座情報を設定する

パラメータ:
bankAccountInfo - 銀行口座情報

getBankAccountInfo

public BankAccountInfo getBankAccountInfo()
銀行口座情報を取得する

戻り値:
銀行口座情報


Copyright © 2017. All rights reserved.