Class AccountBasicParam

Description

会員基本情報のクラス

  • author: Created automatically by DtoCreator

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


	
			
Method Summary
string getCreateDate ()
string getDeleteCardInfo ()
string getDeleteDate ()
string getForceDeleteDate ()
void setCreateDate (string $createDate)
void setDeleteCardInfo (string $deleteCardInfo)
void setDeleteDate (string $deleteDate)
void setForceDeleteDate (string $forceDeleteDate)
Methods
getCreateDate (line 60)

入会年月日を取得する

  • return: 入会年月日
  • access: public
string getCreateDate ()
getDeleteCardInfo (line 108)

カード情報削除フラグを取得する

  • return: カード情報削除フラグ
  • access: public
string getDeleteCardInfo ()
getDeleteDate (line 76)

退会年月日を取得する

  • return: 退会年月日
  • access: public
string getDeleteDate ()
getForceDeleteDate (line 92)

強制退会フラグを取得する

  • return: 強制退会フラグ
  • access: public
string getForceDeleteDate ()
setCreateDate (line 52)

入会年月日を設定する

  • access: public
void setCreateDate (string $createDate)
  • string $createDate: 入会年月日
setDeleteCardInfo (line 100)

カード情報削除フラグを設定する

  • access: public
void setDeleteCardInfo (string $deleteCardInfo)
  • string $deleteCardInfo: カード情報削除フラグ
setDeleteDate (line 68)

退会年月日を設定する

  • access: public
void setDeleteDate (string $deleteDate)
  • string $deleteDate: 退会年月日
setForceDeleteDate (line 84)

強制退会フラグを設定する

  • access: public
void setForceDeleteDate (string $forceDeleteDate)
  • string $forceDeleteDate: 強制退会フラグ

Documentation generated on Thu, 16 Feb 2017 17:58:48 +0900 by phpDocumentor 1.4.4