PHP Class Eccube\Entity\CustomerAddress

Inheritance: extends Eccube\Entity\AbstractEntity
Show file Open project: ec-cube/ec-cube Class Usage Examples

Public Methods

Method Description
__construct ( )
getAddr01 ( ) : string Get addr01
getAddr02 ( ) : string Get addr02
getCompanyName ( ) : string Get company_name
getCountry ( ) : Eccube\Entity\Master\Country Get Country
getCreateDate ( ) : DateTime Get create_date
getCustomer ( ) : Customer Get Customer
getDelFlg ( ) : integer Get del_flg
getFax01 ( ) : string Get fax01
getFax02 ( ) : string Get fax02
getFax03 ( ) : string Get fax03
getId ( ) : integer Get id
getKana01 ( ) : string Get kana01
getKana02 ( ) : string Get kana02
getName01 ( ) : string Get name01
getName02 ( ) : string Get name02
getPref ( ) : Eccube\Entity\Master\Pref Get Pref
getShippingMultipleDefaultName ( ) : string getShippingMultipleDefaultName
getTel01 ( ) : string Get tel01
getTel02 ( ) : string Get tel02
getTel03 ( ) : string Get tel03
getUpdateDate ( ) : DateTime Get update_date
getZip01 ( ) : string Get zip01
getZip02 ( ) : string Get zip02
getZipcode ( ) : string Get zipcode
setAddr01 ( string $addr01 ) : CustomerAddress Set addr01
setAddr02 ( string $addr02 ) : CustomerAddress Set addr02
setCompanyName ( string $companyName ) : CustomerAddress Set company_name
setCountry ( Eccube\Entity\Master\Country $country = null ) : CustomerAddress Set Country
setCreateDate ( DateTime $createDate ) : CustomerAddress Set create_date
setCustomer ( Customer $customer ) : CustomerAddress Set Customer
setDelFlg ( integer $delFlg ) : CustomerAddress Set del_lfg
setFax01 ( string $fax01 ) : CustomerAddress Set fax01
setFax02 ( string $fax02 ) : CustomerAddress Set fax02
setFax03 ( string $fax03 ) : CustomerAddress Set fax03
setFromCustomer ( Customer $Customer ) : CustomerAddress Set from customer.
setFromShipping ( Shipping $Shipping ) : CustomerAddress Set from Shipping.
setKana01 ( string $kana01 ) : CustomerAddress Set kana01
setKana02 ( string $kana02 ) : CustomerAddress Set kana02
setName01 ( string $name01 ) : CustomerAddress Set name01
setName02 ( string $name02 ) : CustomerAddress Set name02
setPref ( Eccube\Entity\Master\Pref $pref = null ) : CustomerAddress Set Pref
setTel01 ( string $tel01 ) : CustomerAddress Set tel01
setTel02 ( string $tel02 ) : CustomerAddress Set tel02
setTel03 ( string $tel03 ) : CustomerAddress Set tel03
setUpdateDate ( DateTime $updateDate ) : CustomerAddress Set update_date
setZip01 ( string $zip01 ) : CustomerAddress Set zip01
setZip02 ( string $zip02 ) : CustomerAddress Set zip02
setZipcode ( string $zipcode ) : CustomerAddress Set zipcode

Method Details

__construct() public method

public __construct ( )

getAddr01() public method

Get addr01
public getAddr01 ( ) : string
return string

getAddr02() public method

Get addr02
public getAddr02 ( ) : string
return string

getCompanyName() public method

Get company_name
public getCompanyName ( ) : string
return string

getCountry() public method

Get Country
public getCountry ( ) : Eccube\Entity\Master\Country
return Eccube\Entity\Master\Country

getCreateDate() public method

Get create_date
public getCreateDate ( ) : DateTime
return DateTime

getCustomer() public method

Get Customer
public getCustomer ( ) : Customer
return Customer

getDelFlg() public method

Get del_flg
public getDelFlg ( ) : integer
return integer

getFax01() public method

Get fax01
public getFax01 ( ) : string
return string

getFax02() public method

Get fax02
public getFax02 ( ) : string
return string

getFax03() public method

Get fax03
public getFax03 ( ) : string
return string

getId() public method

Get id
public getId ( ) : integer
return integer

getKana01() public method

Get kana01
public getKana01 ( ) : string
return string

getKana02() public method

Get kana02
public getKana02 ( ) : string
return string

getName01() public method

Get name01
public getName01 ( ) : string
return string

getName02() public method

Get name02
public getName02 ( ) : string
return string

getPref() public method

Get Pref
public getPref ( ) : Eccube\Entity\Master\Pref
return Eccube\Entity\Master\Pref

getShippingMultipleDefaultName() public method

getShippingMultipleDefaultName

getTel01() public method

Get tel01
public getTel01 ( ) : string
return string

getTel02() public method

Get tel02
public getTel02 ( ) : string
return string

getTel03() public method

Get tel03
public getTel03 ( ) : string
return string

getUpdateDate() public method

Get update_date
public getUpdateDate ( ) : DateTime
return DateTime

getZip01() public method

Get zip01
public getZip01 ( ) : string
return string

getZip02() public method

Get zip02
public getZip02 ( ) : string
return string

getZipcode() public method

Get zipcode
public getZipcode ( ) : string
return string

setAddr01() public method

Set addr01
public setAddr01 ( string $addr01 ) : CustomerAddress
$addr01 string
return CustomerAddress

setAddr02() public method

Set addr02
public setAddr02 ( string $addr02 ) : CustomerAddress
$addr02 string
return CustomerAddress

setCompanyName() public method

Set company_name
public setCompanyName ( string $companyName ) : CustomerAddress
$companyName string
return CustomerAddress

setCountry() public method

Set Country
public setCountry ( Eccube\Entity\Master\Country $country = null ) : CustomerAddress
$country Eccube\Entity\Master\Country
return CustomerAddress

setCreateDate() public method

Set create_date
public setCreateDate ( DateTime $createDate ) : CustomerAddress
$createDate DateTime
return CustomerAddress

setCustomer() public method

Set Customer
public setCustomer ( Customer $customer ) : CustomerAddress
$customer Customer
return CustomerAddress

setDelFlg() public method

Set del_lfg
public setDelFlg ( integer $delFlg ) : CustomerAddress
$delFlg integer
return CustomerAddress

setFax01() public method

Set fax01
public setFax01 ( string $fax01 ) : CustomerAddress
$fax01 string
return CustomerAddress

setFax02() public method

Set fax02
public setFax02 ( string $fax02 ) : CustomerAddress
$fax02 string
return CustomerAddress

setFax03() public method

Set fax03
public setFax03 ( string $fax03 ) : CustomerAddress
$fax03 string
return CustomerAddress

setFromCustomer() public method

Set from customer.
public setFromCustomer ( Customer $Customer ) : CustomerAddress
$Customer Customer
return CustomerAddress

setFromShipping() public method

Set from Shipping.
public setFromShipping ( Shipping $Shipping ) : CustomerAddress
$Shipping Shipping
return CustomerAddress

setKana01() public method

Set kana01
public setKana01 ( string $kana01 ) : CustomerAddress
$kana01 string
return CustomerAddress

setKana02() public method

Set kana02
public setKana02 ( string $kana02 ) : CustomerAddress
$kana02 string
return CustomerAddress

setName01() public method

Set name01
public setName01 ( string $name01 ) : CustomerAddress
$name01 string
return CustomerAddress

setName02() public method

Set name02
public setName02 ( string $name02 ) : CustomerAddress
$name02 string
return CustomerAddress

setPref() public method

Set Pref
public setPref ( Eccube\Entity\Master\Pref $pref = null ) : CustomerAddress
$pref Eccube\Entity\Master\Pref
return CustomerAddress

setTel01() public method

Set tel01
public setTel01 ( string $tel01 ) : CustomerAddress
$tel01 string
return CustomerAddress

setTel02() public method

Set tel02
public setTel02 ( string $tel02 ) : CustomerAddress
$tel02 string
return CustomerAddress

setTel03() public method

Set tel03
public setTel03 ( string $tel03 ) : CustomerAddress
$tel03 string
return CustomerAddress

setUpdateDate() public method

Set update_date
public setUpdateDate ( DateTime $updateDate ) : CustomerAddress
$updateDate DateTime
return CustomerAddress

setZip01() public method

Set zip01
public setZip01 ( string $zip01 ) : CustomerAddress
$zip01 string
return CustomerAddress

setZip02() public method

Set zip02
public setZip02 ( string $zip02 ) : CustomerAddress
$zip02 string
return CustomerAddress

setZipcode() public method

Set zipcode
public setZipcode ( string $zipcode ) : CustomerAddress
$zipcode string
return CustomerAddress