Customer
class Customer extends AbstractEntity implements UserInterface
Customer
@UniqueEntity("email")
Methods
No description
{@inheritdoc}
{@inheritdoc}
{@inheritdoc}
No description
Constructor
Get id
Get name01
Get name02
Get kana01
Get kana02
Set company_name
Get company_name
Get zip01
Get zip02
Set zipcode
Get pref_id
Get addr01
Get addr02
Get email
Set email_mobile
Get email_mobile
Get tel01
Get tel02
Get tel03
Get fax01
Get fax02
Get fax03
Set password
Get password
Get reminder
Set reminder_answer
Get reminder_answer
Get salt
Set secret_key
Get secret_key
Get firstbuydate
Get lastbuydate
Set buy_times
Get buy_times
Set buy_total
Get buy_total
Get point
Get note
Get Status
Get create_date
Get update_date
Get del_flg
Set mobilephoneid
Get mobilephoneid
Set mailmaga_flg
Get Mailmaga_flg
Add CustomerFavoriteProducts
Remove CustomerFavoriteProducts
Get CustomerFavoriteProducts
Get Orders
Get OtherDelivs
Get Country
Get zipcode
Details
in AbstractEntity at line 10
offsetExists($offset)
in AbstractEntity at line 17
offsetSet($offset, $value)
in AbstractEntity at line 21
offsetGet($offset)
in AbstractEntity at line 32
offsetUnset($offset)
at line 20
string
__toString()
at line 28
getRoles()
{@inheritdoc}
at line 36
getUsername()
{@inheritdoc}
at line 44
eraseCredentials()
{@inheritdoc}
at line 49
static
loadValidatorMetadata(ClassMetadata $metadata)
at line 281
__construct()
Constructor
at line 293
integer
getId()
Get id
at line 304
Customer
setName01(string $name01)
Set name01
at line 316
string
getName01()
Get name01
at line 327
Customer
setName02(string $name02)
Set name02
at line 339
string
getName02()
Get name02
at line 350
Customer
setKana01(string $kana01)
Set kana01
at line 362
string
getKana01()
Get kana01
at line 373
Customer
setKana02(string $kana02)
Set kana02
at line 385
string
getKana02()
Get kana02
at line 396
Customer
setCompanyName(string $companyName)
Set company_name
at line 408
string
getCompanyName()
Get company_name
at line 419
Customer
setZip01(string $zip01)
Set zip01
at line 431
string
getZip01()
Get zip01
at line 442
Customer
setZip02(string $zip02)
Set zip02
at line 454
string
getZip02()
Get zip02
at line 465
Customer
setZipcode(string $zipcode)
Set zipcode
at line 477
integer
getPrefId()
Get pref_id
at line 488
Customer
setAddr01(string $addr01)
Set addr01
at line 500
string
getAddr01()
Get addr01
at line 511
Customer
setAddr02(string $addr02)
Set addr02
at line 523
string
getAddr02()
Get addr02
at line 534
Customer
setEmail(string $email)
Set email
at line 546
string
getEmail()
Get email
at line 557
Customer
setEmailMobile(string $emailMobile)
Set email_mobile
at line 569
string
getEmailMobile()
Get email_mobile
at line 580
Customer
setTel01(string $tel01)
Set tel01
at line 592
string
getTel01()
Get tel01
at line 603
Customer
setTel02(string $tel02)
Set tel02
at line 615
string
getTel02()
Get tel02
at line 626
Customer
setTel03(string $tel03)
Set tel03
at line 638
string
getTel03()
Get tel03
at line 649
Customer
setFax01(string $fax01)
Set fax01
at line 661
string
getFax01()
Get fax01
at line 672
Customer
setFax02(string $fax02)
Set fax02
at line 684
string
getFax02()
Get fax02
at line 695
Customer
setFax03(string $fax03)
Set fax03
at line 707
string
getFax03()
Get fax03
at line 730
DateTime
getBirth()
Get birth
at line 741
Customer
setPassword(string $password)
Set password
at line 753
string
getPassword()
Get password
at line 776
Reminder
getReminder()
Get reminder
at line 787
Customer
setReminderAnswer(string $reminderAnswer)
Set reminder_answer
at line 799
string
getReminderAnswer()
Get reminder_answer
at line 810
Customer
setSalt(string $salt)
Set salt
at line 822
string
getSalt()
Get salt
at line 833
Customer
setSecretKey(string $secretKey)
Set secret_key
at line 845
string
getSecretKey()
Get secret_key
at line 868
DateTime
getFirstBuyDate()
Get firstbuydate
at line 891
DateTime
getLastBuyDate()
Get lastbuydate
at line 902
Customer
setBuyTimes(string $buyTimes)
Set buy_times
at line 914
string
getBuyTimes()
Get buy_times
at line 925
Customer
setBuyTotal(string $buyTotal)
Set buy_total
at line 937
string
getBuyTotal()
Get buy_total
at line 948
Customer
setPoint(string $point)
Set point
at line 960
string
getPoint()
Get point
at line 971
Customer
setNote(string $note)
Set note
at line 983
string
getNote()
Get note
at line 994
Customer
setStatus(CustomerStatus $status = null)
Set Status
at line 1006
CustomerStatus
getStatus()
Get Status
at line 1029
DateTime
getCreateDate()
Get create_date
at line 1052
DateTime
getUpdateDate()
Get update_date
at line 1063
Customer
setDelFlg(integer $delFlg)
Set del_flg
at line 1075
integer
getDelFlg()
Get del_flg
at line 1086
Customer
setMobilePhoneId(string $mobilePhoneId)
Set mobilephoneid
at line 1098
string
getMobilePhoneId()
Get mobilephoneid
at line 1109
Customer
setMailmagaFlg(MailMagazinType $MailmagaFlg)
Set mailmaga_flg
at line 1121
MailMagazinType
getMailmagaFlg()
Get Mailmaga_flg
at line 1132
Customer
addCustomerFavoriteProduct(CustomerFavoriteProduct $customerFavoriteProducts)
Add CustomerFavoriteProducts
at line 1144
removeCustomerFavoriteProduct(CustomerFavoriteProduct $customerFavoriteProducts)
Remove CustomerFavoriteProducts
at line 1154
Collection
getCustomerFavoriteProducts()
Get CustomerFavoriteProducts
at line 1177
removeOrder(Order $order)
Remove Orders
at line 1187
Collection
getOrders()
Get Orders
at line 1198
Customer
addOtherDeliv(OtherDeliv $otherDeliv)
Add OtherDelivs
at line 1210
removeOtherDeliv(OtherDeliv $otherDeliv)
Remove OtherDelivs
at line 1220
Collection
getOtherDelivs()
Get OtherDelivs
at line 1243
Sex
getSex()
Get Sex
at line 1266
Job
getJob()
Get Job
at line 1289
Country
getCountry()
Get Country
at line 1312
Pref
getPref()
Get Pref
at line 1322
string
getZipcode()
Get zipcode