PHP 클래스 Eccube\Entity\CustomerAddress

상속: extends Eccube\Entity\AbstractEntity
파일 보기 프로젝트 열기: ec-cube/ec-cube 1 사용 예제들

공개 메소드들

메소드 설명
__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

메소드 상세

__construct() 공개 메소드

public __construct ( )

getAddr01() 공개 메소드

Get addr01
public getAddr01 ( ) : string
리턴 string

getAddr02() 공개 메소드

Get addr02
public getAddr02 ( ) : string
리턴 string

getCompanyName() 공개 메소드

Get company_name
public getCompanyName ( ) : string
리턴 string

getCountry() 공개 메소드

Get Country
public getCountry ( ) : Eccube\Entity\Master\Country
리턴 Eccube\Entity\Master\Country

getCreateDate() 공개 메소드

Get create_date
public getCreateDate ( ) : DateTime
리턴 DateTime

getCustomer() 공개 메소드

Get Customer
public getCustomer ( ) : Customer
리턴 Customer

getDelFlg() 공개 메소드

Get del_flg
public getDelFlg ( ) : integer
리턴 integer

getFax01() 공개 메소드

Get fax01
public getFax01 ( ) : string
리턴 string

getFax02() 공개 메소드

Get fax02
public getFax02 ( ) : string
리턴 string

getFax03() 공개 메소드

Get fax03
public getFax03 ( ) : string
리턴 string

getId() 공개 메소드

Get id
public getId ( ) : integer
리턴 integer

getKana01() 공개 메소드

Get kana01
public getKana01 ( ) : string
리턴 string

getKana02() 공개 메소드

Get kana02
public getKana02 ( ) : string
리턴 string

getName01() 공개 메소드

Get name01
public getName01 ( ) : string
리턴 string

getName02() 공개 메소드

Get name02
public getName02 ( ) : string
리턴 string

getPref() 공개 메소드

Get Pref
public getPref ( ) : Eccube\Entity\Master\Pref
리턴 Eccube\Entity\Master\Pref

getShippingMultipleDefaultName() 공개 메소드

getShippingMultipleDefaultName

getTel01() 공개 메소드

Get tel01
public getTel01 ( ) : string
리턴 string

getTel02() 공개 메소드

Get tel02
public getTel02 ( ) : string
리턴 string

getTel03() 공개 메소드

Get tel03
public getTel03 ( ) : string
리턴 string

getUpdateDate() 공개 메소드

Get update_date
public getUpdateDate ( ) : DateTime
리턴 DateTime

getZip01() 공개 메소드

Get zip01
public getZip01 ( ) : string
리턴 string

getZip02() 공개 메소드

Get zip02
public getZip02 ( ) : string
리턴 string

getZipcode() 공개 메소드

Get zipcode
public getZipcode ( ) : string
리턴 string

setAddr01() 공개 메소드

Set addr01
public setAddr01 ( string $addr01 ) : CustomerAddress
$addr01 string
리턴 CustomerAddress

setAddr02() 공개 메소드

Set addr02
public setAddr02 ( string $addr02 ) : CustomerAddress
$addr02 string
리턴 CustomerAddress

setCompanyName() 공개 메소드

Set company_name
public setCompanyName ( string $companyName ) : CustomerAddress
$companyName string
리턴 CustomerAddress

setCountry() 공개 메소드

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

setCreateDate() 공개 메소드

Set create_date
public setCreateDate ( DateTime $createDate ) : CustomerAddress
$createDate DateTime
리턴 CustomerAddress

setCustomer() 공개 메소드

Set Customer
public setCustomer ( Customer $customer ) : CustomerAddress
$customer Customer
리턴 CustomerAddress

setDelFlg() 공개 메소드

Set del_lfg
public setDelFlg ( integer $delFlg ) : CustomerAddress
$delFlg integer
리턴 CustomerAddress

setFax01() 공개 메소드

Set fax01
public setFax01 ( string $fax01 ) : CustomerAddress
$fax01 string
리턴 CustomerAddress

setFax02() 공개 메소드

Set fax02
public setFax02 ( string $fax02 ) : CustomerAddress
$fax02 string
리턴 CustomerAddress

setFax03() 공개 메소드

Set fax03
public setFax03 ( string $fax03 ) : CustomerAddress
$fax03 string
리턴 CustomerAddress

setFromCustomer() 공개 메소드

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

setFromShipping() 공개 메소드

Set from Shipping.
public setFromShipping ( Shipping $Shipping ) : CustomerAddress
$Shipping Shipping
리턴 CustomerAddress

setKana01() 공개 메소드

Set kana01
public setKana01 ( string $kana01 ) : CustomerAddress
$kana01 string
리턴 CustomerAddress

setKana02() 공개 메소드

Set kana02
public setKana02 ( string $kana02 ) : CustomerAddress
$kana02 string
리턴 CustomerAddress

setName01() 공개 메소드

Set name01
public setName01 ( string $name01 ) : CustomerAddress
$name01 string
리턴 CustomerAddress

setName02() 공개 메소드

Set name02
public setName02 ( string $name02 ) : CustomerAddress
$name02 string
리턴 CustomerAddress

setPref() 공개 메소드

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

setTel01() 공개 메소드

Set tel01
public setTel01 ( string $tel01 ) : CustomerAddress
$tel01 string
리턴 CustomerAddress

setTel02() 공개 메소드

Set tel02
public setTel02 ( string $tel02 ) : CustomerAddress
$tel02 string
리턴 CustomerAddress

setTel03() 공개 메소드

Set tel03
public setTel03 ( string $tel03 ) : CustomerAddress
$tel03 string
리턴 CustomerAddress

setUpdateDate() 공개 메소드

Set update_date
public setUpdateDate ( DateTime $updateDate ) : CustomerAddress
$updateDate DateTime
리턴 CustomerAddress

setZip01() 공개 메소드

Set zip01
public setZip01 ( string $zip01 ) : CustomerAddress
$zip01 string
리턴 CustomerAddress

setZip02() 공개 메소드

Set zip02
public setZip02 ( string $zip02 ) : CustomerAddress
$zip02 string
리턴 CustomerAddress

setZipcode() 공개 메소드

Set zipcode
public setZipcode ( string $zipcode ) : CustomerAddress
$zipcode string
리턴 CustomerAddress