CustomerAddress
class CustomerAddress extends AbstractEntity
CustomerAddress
Methods
引数の連想配列を元にプロパティを設定します.
コピー元のオブジェクトのフィールド名を指定して、同名のフィールドに値をコピー
No description
getShippingMultipleDefaultName
Get id
Set name01
Get name01
Set name02
Get name02
Set kana01
Get kana01
Set kana02
Get kana02
Set company_name
Get company_name
Set zip01
Get zip01
Set zip02
Get zip02
Set zipcode
Get zipcode
Set addr01
Get addr01
Set addr02
Get addr02
Set tel01
Get tel01
Set tel02
Get tel02
Set tel03
Get tel03
Set fax01
Get fax01
Set fax02
Get fax02
Set fax03
Get fax03
Get create_date
Get update_date
Set del_lfg
Get del_flg
Get Customer
Get Country
Details
in AbstractEntity at line 32
offsetExists($offset)
in AbstractEntity at line 39
offsetSet($offset, $value)
in AbstractEntity at line 43
offsetGet($offset)
in AbstractEntity at line 54
offsetUnset($offset)
in AbstractEntity at line 66
setPropertiesFromArray(array $arrProps, array $excludeAttribute = array(), ReflectionClass $parentClass = null)
引数の連想配列を元にプロパティを設定します.
DBから取り出した連想配列を, プロパティへ設定する際に使用します.
in AbstractEntity at line 99
array
toArray(array $excludeAttribute = array(), ReflectionClass $parentClass = null)
プロパティの値を連想配列で返します.
DBを更新する場合などで, 連想配列の値を取得したい場合に使用します.
in AbstractEntity at line 139
object
copyProperties(object $srcObject, array $excludeAttribute = array())
コピー元のオブジェクトのフィールド名を指定して、同名のフィールドに値をコピー
at line 149
__construct()
at line 159
string
getShippingMultipleDefaultName()
getShippingMultipleDefaultName
at line 170
CustomerAddress
setFromCustomer(Customer $Customer)
Set from customer.
at line 201
CustomerAddress
setFromShipping(Shipping $Shipping)
Set from Shipping.
at line 230
integer
getId()
Get id
at line 241
CustomerAddress
setName01(string $name01)
Set name01
at line 253
string
getName01()
Get name01
at line 264
CustomerAddress
setName02(string $name02)
Set name02
at line 276
string
getName02()
Get name02
at line 287
CustomerAddress
setKana01(string $kana01)
Set kana01
at line 299
string
getKana01()
Get kana01
at line 310
CustomerAddress
setKana02(string $kana02)
Set kana02
at line 322
string
getKana02()
Get kana02
at line 333
CustomerAddress
setCompanyName(string $companyName)
Set company_name
at line 345
string
getCompanyName()
Get company_name
at line 356
CustomerAddress
setZip01(string $zip01)
Set zip01
at line 368
string
getZip01()
Get zip01
at line 379
CustomerAddress
setZip02(string $zip02)
Set zip02
at line 391
string
getZip02()
Get zip02
at line 402
CustomerAddress
setZipcode(string $zipcode)
Set zipcode
at line 414
string
getZipcode()
Get zipcode
at line 425
CustomerAddress
setAddr01(string $addr01)
Set addr01
at line 437
string
getAddr01()
Get addr01
at line 448
CustomerAddress
setAddr02(string $addr02)
Set addr02
at line 460
string
getAddr02()
Get addr02
at line 471
CustomerAddress
setTel01(string $tel01)
Set tel01
at line 483
string
getTel01()
Get tel01
at line 494
CustomerAddress
setTel02(string $tel02)
Set tel02
at line 506
string
getTel02()
Get tel02
at line 517
CustomerAddress
setTel03(string $tel03)
Set tel03
at line 529
string
getTel03()
Get tel03
at line 540
CustomerAddress
setFax01(string $fax01)
Set fax01
at line 552
string
getFax01()
Get fax01
at line 563
CustomerAddress
setFax02(string $fax02)
Set fax02
at line 575
string
getFax02()
Get fax02
at line 586
CustomerAddress
setFax03(string $fax03)
Set fax03
at line 598
string
getFax03()
Get fax03
at line 609
CustomerAddress
setCreateDate(DateTime $createDate)
Set create_date
at line 621
DateTime
getCreateDate()
Get create_date
at line 632
CustomerAddress
setUpdateDate(DateTime $updateDate)
Set update_date
at line 644
DateTime
getUpdateDate()
Get update_date
at line 655
CustomerAddress
setDelFlg(integer $delFlg)
Set del_lfg
at line 667
integer
getDelFlg()
Get del_flg
at line 678
CustomerAddress
setCustomer(Customer $customer)
Set Customer
at line 690
Customer
getCustomer()
Get Customer
at line 701
CustomerAddress
setCountry(Country $country = null)
Set Country
at line 713
Country
getCountry()
Get Country
at line 724
CustomerAddress
setPref(Pref $pref = null)
Set Pref
at line 736
Pref
getPref()
Get Pref