Class AccountInfo

Description

連絡先情報のクラス

  • author: Created automatically by DtoCreator

Located in /tgMdkDto/AccountInfo.php (line 10)


	
			
Method Summary
string getAccountInfoId ()
string getAccountType ()
string getAddress ()
string getDefaultAccount ()
string getRecipient ()
string getTel ()
string getZip ()
void setAccountInfoId (string $accountInfoId)
void setAccountType (string $accountType)
void setAddress (string $address)
void setDefaultAccount (string $defaultAccount)
void setRecipient (string $recipient)
void setTel (string $tel)
void setZip (string $zip)
Methods
getAccountInfoId (line 83)

連絡先IDを取得する

  • return: 連絡先ID
  • access: public
string getAccountInfoId ()
getAccountType (line 99)

連絡先区分を取得する

  • return: 連絡先区分
  • access: public
string getAccountType ()
getAddress (line 163)

住所を取得する

  • return: 住所
  • access: public
string getAddress ()
getDefaultAccount (line 115)

標準連絡先フラグを取得する

  • return: 標準連絡先フラグ
  • access: public
string getDefaultAccount ()
getRecipient (line 131)

宛名を取得する

  • return: 宛名
  • access: public
string getRecipient ()
getTel (line 179)

電話番号を取得する

  • return: 電話番号
  • access: public
string getTel ()
getZip (line 147)

郵便番号を取得する

  • return: 郵便番号
  • access: public
string getZip ()
setAccountInfoId (line 75)

連絡先IDを設定する

  • access: public
void setAccountInfoId (string $accountInfoId)
  • string $accountInfoId: 連絡先ID
setAccountType (line 91)

連絡先区分を設定する

  • access: public
void setAccountType (string $accountType)
  • string $accountType: 連絡先区分
setAddress (line 155)

住所を設定する

  • access: public
void setAddress (string $address)
  • string $address: 住所
setDefaultAccount (line 107)

標準連絡先フラグを設定する

  • access: public
void setDefaultAccount (string $defaultAccount)
  • string $defaultAccount: 標準連絡先フラグ
setRecipient (line 123)

宛名を設定する

  • access: public
void setRecipient (string $recipient)
  • string $recipient: 宛名
setTel (line 171)

電話番号を設定する

  • access: public
void setTel (string $tel)
  • string $tel: 電話番号
setZip (line 139)

郵便番号を設定する

  • access: public
void setZip (string $zip)
  • string $zip: 郵便番号

Documentation generated on Tue, 12 Mar 2024 14:04:18 +0900 by phpDocumentor 1.4.4