class CustomerAddress extends AbstractEntity

CustomerAddress

Methods

offsetExists($offset)

No description

offsetSet($offset, $value)

No description

offsetGet($offset)

No description

offsetUnset($offset)

No description

setPropertiesFromArray(array $arrProps, array $excludeAttribute = array(), ReflectionClass $parentClass = null)

引数の連想配列を元にプロパティを設定します.

array
toArray(array $excludeAttribute = array(), ReflectionClass $parentClass = null)

プロパティの値を連想配列で返します.

object
copyProperties(object $srcObject, array $excludeAttribute = array())

コピー元のオブジェクトのフィールド名を指定して、同名のフィールドに値をコピー

__construct()

No description

string
getShippingMultipleDefaultName()

getShippingMultipleDefaultName

setFromCustomer(Customer $Customer)

Set from customer.

setFromShipping(Shipping $Shipping)

Set from Shipping.

integer
getId()

Get id

setName01(string $name01)

Set name01

string
getName01()

Get name01

setName02(string $name02)

Set name02

string
getName02()

Get name02

setKana01(string $kana01)

Set kana01

string
getKana01()

Get kana01

setKana02(string $kana02)

Set kana02

string
getKana02()

Get kana02

setCompanyName(string $companyName)

Set company_name

string
getCompanyName()

Get company_name

setZip01(string $zip01)

Set zip01

string
getZip01()

Get zip01

setZip02(string $zip02)

Set zip02

string
getZip02()

Get zip02

setZipcode(string $zipcode)

Set zipcode

string
getZipcode()

Get zipcode

setAddr01(string $addr01)

Set addr01

string
getAddr01()

Get addr01

setAddr02(string $addr02)

Set addr02

string
getAddr02()

Get addr02

setTel01(string $tel01)

Set tel01

string
getTel01()

Get tel01

setTel02(string $tel02)

Set tel02

string
getTel02()

Get tel02

setTel03(string $tel03)

Set tel03

string
getTel03()

Get tel03

setFax01(string $fax01)

Set fax01

string
getFax01()

Get fax01

setFax02(string $fax02)

Set fax02

string
getFax02()

Get fax02

setFax03(string $fax03)

Set fax03

string
getFax03()

Get fax03

setCreateDate(DateTime $createDate)

Set create_date

getCreateDate()

Get create_date

setUpdateDate(DateTime $updateDate)

Set update_date

getUpdateDate()

Get update_date

setDelFlg(integer $delFlg)

Set del_lfg

integer
getDelFlg()

Get del_flg

setCustomer(Customer $customer)

Set Customer

getCustomer()

Get Customer

setCountry(Country $country = null)

Set Country

getCountry()

Get Country

setPref(Pref $pref = null)

Set Pref

getPref()

Get Pref

Details

in AbstractEntity at line 32
offsetExists($offset)

Parameters

$offset

in AbstractEntity at line 39
offsetSet($offset, $value)

Parameters

$offset
$value

in AbstractEntity at line 43
offsetGet($offset)

Parameters

$offset

in AbstractEntity at line 54
offsetUnset($offset)

Parameters

$offset

in AbstractEntity at line 66
setPropertiesFromArray(array $arrProps, array $excludeAttribute = array(), ReflectionClass $parentClass = null)

引数の連想配列を元にプロパティを設定します.

DBから取り出した連想配列を, プロパティへ設定する際に使用します.

Parameters

array $arrProps
array $excludeAttribute
ReflectionClass $parentClass

in AbstractEntity at line 99
array toArray(array $excludeAttribute = array(), ReflectionClass $parentClass = null)

プロパティの値を連想配列で返します.

DBを更新する場合などで, 連想配列の値を取得したい場合に使用します.

Parameters

array $excludeAttribute
ReflectionClass $parentClass

Return Value

array 連想配列のプロパティの値

in AbstractEntity at line 139
object copyProperties(object $srcObject, array $excludeAttribute = array())

コピー元のオブジェクトのフィールド名を指定して、同名のフィールドに値をコピー

Parameters

object $srcObject コピー元のオブジェクト
array $excludeAttribute 除外したいフィールド名の配列

Return Value

object

at line 149
__construct()

at line 159
string getShippingMultipleDefaultName()

getShippingMultipleDefaultName

Return Value

string

at line 170
CustomerAddress setFromCustomer(Customer $Customer)

Set from customer.

Parameters

Customer $Customer

Return Value

CustomerAddress

at line 201
CustomerAddress setFromShipping(Shipping $Shipping)

Set from Shipping.

Parameters

Shipping $Shipping

Return Value

CustomerAddress

at line 230
integer getId()

Get id

Return Value

integer

at line 241
CustomerAddress setName01(string $name01)

Set name01

Parameters

string $name01

Return Value

CustomerAddress

at line 253
string getName01()

Get name01

Return Value

string

at line 264
CustomerAddress setName02(string $name02)

Set name02

Parameters

string $name02

Return Value

CustomerAddress

at line 276
string getName02()

Get name02

Return Value

string

at line 287
CustomerAddress setKana01(string $kana01)

Set kana01

Parameters

string $kana01

Return Value

CustomerAddress

at line 299
string getKana01()

Get kana01

Return Value

string

at line 310
CustomerAddress setKana02(string $kana02)

Set kana02

Parameters

string $kana02

Return Value

CustomerAddress

at line 322
string getKana02()

Get kana02

Return Value

string

at line 333
CustomerAddress setCompanyName(string $companyName)

Set company_name

Parameters

string $companyName

Return Value

CustomerAddress

at line 345
string getCompanyName()

Get company_name

Return Value

string

at line 356
CustomerAddress setZip01(string $zip01)

Set zip01

Parameters

string $zip01

Return Value

CustomerAddress

at line 368
string getZip01()

Get zip01

Return Value

string

at line 379
CustomerAddress setZip02(string $zip02)

Set zip02

Parameters

string $zip02

Return Value

CustomerAddress

at line 391
string getZip02()

Get zip02

Return Value

string

at line 402
CustomerAddress setZipcode(string $zipcode)

Set zipcode

Parameters

string $zipcode

Return Value

CustomerAddress

at line 414
string getZipcode()

Get zipcode

Return Value

string

at line 425
CustomerAddress setAddr01(string $addr01)

Set addr01

Parameters

string $addr01

Return Value

CustomerAddress

at line 437
string getAddr01()

Get addr01

Return Value

string

at line 448
CustomerAddress setAddr02(string $addr02)

Set addr02

Parameters

string $addr02

Return Value

CustomerAddress

at line 460
string getAddr02()

Get addr02

Return Value

string

at line 471
CustomerAddress setTel01(string $tel01)

Set tel01

Parameters

string $tel01

Return Value

CustomerAddress

at line 483
string getTel01()

Get tel01

Return Value

string

at line 494
CustomerAddress setTel02(string $tel02)

Set tel02

Parameters

string $tel02

Return Value

CustomerAddress

at line 506
string getTel02()

Get tel02

Return Value

string

at line 517
CustomerAddress setTel03(string $tel03)

Set tel03

Parameters

string $tel03

Return Value

CustomerAddress

at line 529
string getTel03()

Get tel03

Return Value

string

at line 540
CustomerAddress setFax01(string $fax01)

Set fax01

Parameters

string $fax01

Return Value

CustomerAddress

at line 552
string getFax01()

Get fax01

Return Value

string

at line 563
CustomerAddress setFax02(string $fax02)

Set fax02

Parameters

string $fax02

Return Value

CustomerAddress

at line 575
string getFax02()

Get fax02

Return Value

string

at line 586
CustomerAddress setFax03(string $fax03)

Set fax03

Parameters

string $fax03

Return Value

CustomerAddress

at line 598
string getFax03()

Get fax03

Return Value

string

at line 609
CustomerAddress setCreateDate(DateTime $createDate)

Set create_date

Parameters

DateTime $createDate

Return Value

CustomerAddress

at line 621
DateTime getCreateDate()

Get create_date

Return Value

DateTime

at line 632
CustomerAddress setUpdateDate(DateTime $updateDate)

Set update_date

Parameters

DateTime $updateDate

Return Value

CustomerAddress

at line 644
DateTime getUpdateDate()

Get update_date

Return Value

DateTime

at line 655
CustomerAddress setDelFlg(integer $delFlg)

Set del_lfg

Parameters

integer $delFlg

Return Value

CustomerAddress

at line 667
integer getDelFlg()

Get del_flg

Return Value

integer

at line 678
CustomerAddress setCustomer(Customer $customer)

Set Customer

Parameters

Customer $customer

Return Value

CustomerAddress

at line 690
Customer getCustomer()

Get Customer

Return Value

Customer

at line 701
CustomerAddress setCountry(Country $country = null)

Set Country

Parameters

Country $country

Return Value

CustomerAddress

at line 713
Country getCountry()

Get Country

Return Value

Country

at line 724
CustomerAddress setPref(Pref $pref = null)

Set Pref

Parameters

Pref $pref

Return Value

CustomerAddress

at line 736
Pref getPref()

Get Pref

Return Value

Pref