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 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)
at line 42
string
__toString()
at line 50
getRoles()
{@inheritdoc}
at line 58
getUsername()
{@inheritdoc}
at line 66
eraseCredentials()
{@inheritdoc}
at line 71
static
loadValidatorMetadata(ClassMetadata $metadata)
at line 303
__construct()
Constructor
at line 315
integer
getId()
Get id
at line 326
Customer
setName01(string $name01)
Set name01
at line 338
string
getName01()
Get name01
at line 349
Customer
setName02(string $name02)
Set name02
at line 361
string
getName02()
Get name02
at line 372
Customer
setKana01(string $kana01)
Set kana01
at line 384
string
getKana01()
Get kana01
at line 395
Customer
setKana02(string $kana02)
Set kana02
at line 407
string
getKana02()
Get kana02
at line 418
Customer
setCompanyName(string $companyName)
Set company_name
at line 430
string
getCompanyName()
Get company_name
at line 441
Customer
setZip01(string $zip01)
Set zip01
at line 453
string
getZip01()
Get zip01
at line 464
Customer
setZip02(string $zip02)
Set zip02
at line 476
string
getZip02()
Get zip02
at line 487
Customer
setZipcode(string $zipcode)
Set zipcode
at line 499
integer
getPrefId()
Get pref_id
at line 510
Customer
setAddr01(string $addr01)
Set addr01
at line 522
string
getAddr01()
Get addr01
at line 533
Customer
setAddr02(string $addr02)
Set addr02
at line 545
string
getAddr02()
Get addr02
at line 556
Customer
setEmail(string $email)
Set email
at line 568
string
getEmail()
Get email
at line 579
Customer
setEmailMobile(string $emailMobile)
Set email_mobile
at line 591
string
getEmailMobile()
Get email_mobile
at line 602
Customer
setTel01(string $tel01)
Set tel01
at line 614
string
getTel01()
Get tel01
at line 625
Customer
setTel02(string $tel02)
Set tel02
at line 637
string
getTel02()
Get tel02
at line 648
Customer
setTel03(string $tel03)
Set tel03
at line 660
string
getTel03()
Get tel03
at line 671
Customer
setFax01(string $fax01)
Set fax01
at line 683
string
getFax01()
Get fax01
at line 694
Customer
setFax02(string $fax02)
Set fax02
at line 706
string
getFax02()
Get fax02
at line 717
Customer
setFax03(string $fax03)
Set fax03
at line 729
string
getFax03()
Get fax03
at line 752
DateTime
getBirth()
Get birth
at line 763
Customer
setPassword(string $password)
Set password
at line 775
string
getPassword()
Get password
at line 798
Reminder
getReminder()
Get reminder
at line 809
Customer
setReminderAnswer(string $reminderAnswer)
Set reminder_answer
at line 821
string
getReminderAnswer()
Get reminder_answer
at line 832
Customer
setSalt(string $salt)
Set salt
at line 844
string
getSalt()
Get salt
at line 855
Customer
setSecretKey(string $secretKey)
Set secret_key
at line 867
string
getSecretKey()
Get secret_key
at line 890
DateTime
getFirstBuyDate()
Get firstbuydate
at line 913
DateTime
getLastBuyDate()
Get lastbuydate
at line 924
Customer
setBuyTimes(string $buyTimes)
Set buy_times
at line 936
string
getBuyTimes()
Get buy_times
at line 947
Customer
setBuyTotal(string $buyTotal)
Set buy_total
at line 959
string
getBuyTotal()
Get buy_total
at line 970
Customer
setPoint(string $point)
Set point
at line 982
string
getPoint()
Get point
at line 993
Customer
setNote(string $note)
Set note
at line 1005
string
getNote()
Get note
at line 1016
Customer
setStatus(CustomerStatus $status = null)
Set Status
at line 1028
CustomerStatus
getStatus()
Get Status
at line 1051
DateTime
getCreateDate()
Get create_date
at line 1074
DateTime
getUpdateDate()
Get update_date
at line 1085
Customer
setDelFlg(integer $delFlg)
Set del_flg
at line 1097
integer
getDelFlg()
Get del_flg
at line 1108
Customer
setMobilePhoneId(string $mobilePhoneId)
Set mobilephoneid
at line 1120
string
getMobilePhoneId()
Get mobilephoneid
at line 1131
Customer
setMailmagaFlg(MailMagazinType $MailmagaFlg)
Set mailmaga_flg
at line 1143
MailMagazinType
getMailmagaFlg()
Get Mailmaga_flg
at line 1154
Customer
addCustomerFavoriteProduct(CustomerFavoriteProduct $customerFavoriteProducts)
Add CustomerFavoriteProducts
at line 1166
removeCustomerFavoriteProduct(CustomerFavoriteProduct $customerFavoriteProducts)
Remove CustomerFavoriteProducts
at line 1176
Collection
getCustomerFavoriteProducts()
Get CustomerFavoriteProducts
at line 1199
removeOrder(Order $order)
Remove Orders
at line 1209
Collection
getOrders()
Get Orders
at line 1220
Customer
addOtherDeliv(OtherDeliv $otherDeliv)
Add OtherDelivs
at line 1232
removeOtherDeliv(OtherDeliv $otherDeliv)
Remove OtherDelivs
at line 1242
Collection
getOtherDelivs()
Get OtherDelivs
at line 1265
Sex
getSex()
Get Sex
at line 1288
Job
getJob()
Get Job
at line 1311
Country
getCountry()
Get Country
at line 1334
Pref
getPref()
Get Pref
at line 1344
string
getZipcode()
Get zipcode