CustomerAddress
class CustomerAddress extends AbstractEntity
CustomerAddress
Methods
引数の連想配列を元にプロパティを設定します.
コピー元のオブジェクトのフィールド名を指定して、同名のフィールドに値をコピー
No description
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 36
string
getShippingMultipleDefaultName()
at line 161
integer
getId()
Get id
at line 172
CustomerAddress
setName01(string $name01)
Set name01
at line 184
string
getName01()
Get name01
at line 195
CustomerAddress
setName02(string $name02)
Set name02
at line 207
string
getName02()
Get name02
at line 218
CustomerAddress
setKana01(string $kana01)
Set kana01
at line 230
string
getKana01()
Get kana01
at line 241
CustomerAddress
setKana02(string $kana02)
Set kana02
at line 253
string
getKana02()
Get kana02
at line 264
CustomerAddress
setCompanyName(string $companyName)
Set company_name
at line 276
string
getCompanyName()
Get company_name
at line 287
CustomerAddress
setZip01(string $zip01)
Set zip01
at line 299
string
getZip01()
Get zip01
at line 310
CustomerAddress
setZip02(string $zip02)
Set zip02
at line 322
string
getZip02()
Get zip02
at line 333
CustomerAddress
setZipcode(string $zipcode)
Set zipcode
at line 345
string
getZipcode()
Get zipcode
at line 356
CustomerAddress
setAddr01(string $addr01)
Set addr01
at line 368
string
getAddr01()
Get addr01
at line 379
CustomerAddress
setAddr02(string $addr02)
Set addr02
at line 391
string
getAddr02()
Get addr02
at line 402
CustomerAddress
setTel01(string $tel01)
Set tel01
at line 414
string
getTel01()
Get tel01
at line 425
CustomerAddress
setTel02(string $tel02)
Set tel02
at line 437
string
getTel02()
Get tel02
at line 448
CustomerAddress
setTel03(string $tel03)
Set tel03
at line 460
string
getTel03()
Get tel03
at line 471
CustomerAddress
setFax01(string $fax01)
Set fax01
at line 483
string
getFax01()
Get fax01
at line 494
CustomerAddress
setFax02(string $fax02)
Set fax02
at line 506
string
getFax02()
Get fax02
at line 517
CustomerAddress
setFax03(string $fax03)
Set fax03
at line 529
string
getFax03()
Get fax03
at line 540
CustomerAddress
setCreateDate(DateTime $createDate)
Set create_date
at line 552
DateTime
getCreateDate()
Get create_date
at line 563
CustomerAddress
setUpdateDate(DateTime $updateDate)
Set update_date
at line 575
DateTime
getUpdateDate()
Get update_date
at line 586
CustomerAddress
setDelFlg(integer $delFlg)
Set del_lfg
at line 598
integer
getDelFlg()
Get del_flg
at line 609
CustomerAddress
setCustomer(Customer $customer)
Set Customer
at line 621
Customer
getCustomer()
Get Customer
at line 632
CustomerAddress
setCountry(Country $country = null)
Set Country
at line 644
Country
getCountry()
Get Country
at line 655
CustomerAddress
setPref(Pref $pref = null)
Set Pref
at line 667
Pref
getPref()
Get Pref