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

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

public class AccountInfo
extends Object

連絡先情報のクラス

作成者:
Created automatically by DtoCreator

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

コンストラクタの詳細

AccountInfo

public AccountInfo()
メソッドの詳細

setAccountInfoId

public void setAccountInfoId(String accountInfoId)
連絡先IDを設定する

パラメータ:
accountInfoId - 連絡先ID

getAccountInfoId

public String getAccountInfoId()
連絡先IDを取得する

戻り値:
連絡先ID

setAccountType

public void setAccountType(String accountType)
連絡先区分を設定する

パラメータ:
accountType - 連絡先区分

getAccountType

public String getAccountType()
連絡先区分を取得する

戻り値:
連絡先区分

setDefaultAccount

public void setDefaultAccount(String defaultAccount)
標準連絡先フラグを設定する

パラメータ:
defaultAccount - 標準連絡先フラグ

getDefaultAccount

public String getDefaultAccount()
標準連絡先フラグを取得する

戻り値:
標準連絡先フラグ

setRecipient

public void setRecipient(String recipient)
宛名を設定する

パラメータ:
recipient - 宛名

getRecipient

public String getRecipient()
宛名を取得する

戻り値:
宛名

setZip

public void setZip(String zip)
郵便番号を設定する

パラメータ:
zip - 郵便番号

getZip

public String getZip()
郵便番号を取得する

戻り値:
郵便番号

setAddress

public void setAddress(String address)
住所を設定する

パラメータ:
address - 住所

getAddress

public String getAddress()
住所を取得する

戻り値:
住所

setTel

public void setTel(String tel)
電話番号を設定する

パラメータ:
tel - 電話番号

getTel

public String getTel()
電話番号を取得する

戻り値:
電話番号


Copyright © 2017. All rights reserved.