class Customer extends AbstractEntity implements UserInterface

Customer

@UniqueEntity("email")

Methods

offsetExists($offset)

No description

offsetSet($offset, $value)

No description

offsetGet($offset)

No description

offsetUnset($offset)

No description

string
__toString()

No description

getRoles()

{@inheritdoc}

getUsername()

{@inheritdoc}

eraseCredentials()

{@inheritdoc}

static 
loadValidatorMetadata(ClassMetadata $metadata)

No description

__construct()

Constructor

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

integer
getPrefId()

Get pref_id

setAddr01(string $addr01)

Set addr01

string
getAddr01()

Get addr01

setAddr02(string $addr02)

Set addr02

string
getAddr02()

Get addr02

setEmail(string $email)

Set email

string
getEmail()

Get email

setEmailMobile(string $emailMobile)

Set email_mobile

string
getEmailMobile()

Get email_mobile

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

setBirth(DateTime $birth)

Set birth

getBirth()

Get birth

setPassword(string $password)

Set password

string
getPassword()

Get password

setReminder(Reminder $Reminder = null)

Set reminder

getReminder()

Get reminder

setReminderAnswer(string $reminderAnswer)

Set reminder_answer

string
getReminderAnswer()

Get reminder_answer

setSalt(string $salt)

Set salt

string
getSalt()

Get salt

setSecretKey(string $secretKey)

Set secret_key

string
getSecretKey()

Get secret_key

setFirstBuyDate(DateTime $firstBuyDate)

Set firstbuydate

getFirstBuyDate()

Get firstbuydate

setLastBuyDate(DateTime $lastBuyDate)

Set lastbuydate

getLastBuyDate()

Get lastbuydate

setBuyTimes(string $buyTimes)

Set buy_times

string
getBuyTimes()

Get buy_times

setBuyTotal(string $buyTotal)

Set buy_total

string
getBuyTotal()

Get buy_total

setPoint(string $point)

Set point

string
getPoint()

Get point

setNote(string $note)

Set note

string
getNote()

Get note

setStatus(CustomerStatus $status = null)

Set Status

getStatus()

Get Status

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_flg

integer
getDelFlg()

Get del_flg

setMobilePhoneId(string $mobilePhoneId)

Set mobilephoneid

string
getMobilePhoneId()

Get mobilephoneid

setMailmagaFlg(MailMagazinType $MailmagaFlg)

Set mailmaga_flg

MailMagazinType
getMailmagaFlg()

Get Mailmaga_flg

addCustomerFavoriteProduct(CustomerFavoriteProduct $customerFavoriteProducts)

Add CustomerFavoriteProducts

removeCustomerFavoriteProduct(CustomerFavoriteProduct $customerFavoriteProducts)

Remove CustomerFavoriteProducts

Collection
getCustomerFavoriteProducts()

Get CustomerFavoriteProducts

addOrder(Order $order)

Add Orders

removeOrder(Order $order)

Remove Orders

Collection
getOrders()

Get Orders

addOtherDeliv(OtherDeliv $otherDeliv)

Add OtherDelivs

removeOtherDeliv(OtherDeliv $otherDeliv)

Remove OtherDelivs

Collection
getOtherDelivs()

Get OtherDelivs

setSex(Sex $sex = null)

Set Sex

Sex
getSex()

Get Sex

setJob(Job $job = null)

Set Job

Job
getJob()

Get Job

setCountry(Country $country = null)

Set Country

getCountry()

Get Country

setPref(Pref $pref = null)

Set Pref

getPref()

Get Pref

string
getZipcode()

Get zipcode

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

at line 42
string __toString()

Return Value

string

at line 50
getRoles()

{@inheritdoc}

at line 58
getUsername()

{@inheritdoc}

at line 66
eraseCredentials()

{@inheritdoc}

at line 71
static loadValidatorMetadata(ClassMetadata $metadata)

Parameters

ClassMetadata $metadata

at line 303
__construct()

Constructor

at line 315
integer getId()

Get id

Return Value

integer

at line 326
Customer setName01(string $name01)

Set name01

Parameters

string $name01

Return Value

Customer

at line 338
string getName01()

Get name01

Return Value

string

at line 349
Customer setName02(string $name02)

Set name02

Parameters

string $name02

Return Value

Customer

at line 361
string getName02()

Get name02

Return Value

string

at line 372
Customer setKana01(string $kana01)

Set kana01

Parameters

string $kana01

Return Value

Customer

at line 384
string getKana01()

Get kana01

Return Value

string

at line 395
Customer setKana02(string $kana02)

Set kana02

Parameters

string $kana02

Return Value

Customer

at line 407
string getKana02()

Get kana02

Return Value

string

at line 418
Customer setCompanyName(string $companyName)

Set company_name

Parameters

string $companyName

Return Value

Customer

at line 430
string getCompanyName()

Get company_name

Return Value

string

at line 441
Customer setZip01(string $zip01)

Set zip01

Parameters

string $zip01

Return Value

Customer

at line 453
string getZip01()

Get zip01

Return Value

string

at line 464
Customer setZip02(string $zip02)

Set zip02

Parameters

string $zip02

Return Value

Customer

at line 476
string getZip02()

Get zip02

Return Value

string

at line 487
Customer setZipcode(string $zipcode)

Set zipcode

Parameters

string $zipcode

Return Value

Customer

at line 499
integer getPrefId()

Get pref_id

Return Value

integer

at line 510
Customer setAddr01(string $addr01)

Set addr01

Parameters

string $addr01

Return Value

Customer

at line 522
string getAddr01()

Get addr01

Return Value

string

at line 533
Customer setAddr02(string $addr02)

Set addr02

Parameters

string $addr02

Return Value

Customer

at line 545
string getAddr02()

Get addr02

Return Value

string

at line 556
Customer setEmail(string $email)

Set email

Parameters

string $email

Return Value

Customer

at line 568
string getEmail()

Get email

Return Value

string

at line 579
Customer setEmailMobile(string $emailMobile)

Set email_mobile

Parameters

string $emailMobile

Return Value

Customer

at line 591
string getEmailMobile()

Get email_mobile

Return Value

string

at line 602
Customer setTel01(string $tel01)

Set tel01

Parameters

string $tel01

Return Value

Customer

at line 614
string getTel01()

Get tel01

Return Value

string

at line 625
Customer setTel02(string $tel02)

Set tel02

Parameters

string $tel02

Return Value

Customer

at line 637
string getTel02()

Get tel02

Return Value

string

at line 648
Customer setTel03(string $tel03)

Set tel03

Parameters

string $tel03

Return Value

Customer

at line 660
string getTel03()

Get tel03

Return Value

string

at line 671
Customer setFax01(string $fax01)

Set fax01

Parameters

string $fax01

Return Value

Customer

at line 683
string getFax01()

Get fax01

Return Value

string

at line 694
Customer setFax02(string $fax02)

Set fax02

Parameters

string $fax02

Return Value

Customer

at line 706
string getFax02()

Get fax02

Return Value

string

at line 717
Customer setFax03(string $fax03)

Set fax03

Parameters

string $fax03

Return Value

Customer

at line 729
string getFax03()

Get fax03

Return Value

string

at line 740
Customer setBirth(DateTime $birth)

Set birth

Parameters

DateTime $birth

Return Value

Customer

at line 752
DateTime getBirth()

Get birth

Return Value

DateTime

at line 763
Customer setPassword(string $password)

Set password

Parameters

string $password

Return Value

Customer

at line 775
string getPassword()

Get password

Return Value

string

at line 786
Customer setReminder(Reminder $Reminder = null)

Set reminder

Parameters

Reminder $Reminder

Return Value

Customer

at line 798
Reminder getReminder()

Get reminder

Return Value

Reminder

at line 809
Customer setReminderAnswer(string $reminderAnswer)

Set reminder_answer

Parameters

string $reminderAnswer

Return Value

Customer

at line 821
string getReminderAnswer()

Get reminder_answer

Return Value

string

at line 832
Customer setSalt(string $salt)

Set salt

Parameters

string $salt

Return Value

Customer

at line 844
string getSalt()

Get salt

Return Value

string

at line 855
Customer setSecretKey(string $secretKey)

Set secret_key

Parameters

string $secretKey

Return Value

Customer

at line 867
string getSecretKey()

Get secret_key

Return Value

string

at line 878
Customer setFirstBuyDate(DateTime $firstBuyDate)

Set firstbuydate

Parameters

DateTime $firstBuyDate

Return Value

Customer

at line 890
DateTime getFirstBuyDate()

Get firstbuydate

Return Value

DateTime

at line 901
Customer setLastBuyDate(DateTime $lastBuyDate)

Set lastbuydate

Parameters

DateTime $lastBuyDate

Return Value

Customer

at line 913
DateTime getLastBuyDate()

Get lastbuydate

Return Value

DateTime

at line 924
Customer setBuyTimes(string $buyTimes)

Set buy_times

Parameters

string $buyTimes

Return Value

Customer

at line 936
string getBuyTimes()

Get buy_times

Return Value

string

at line 947
Customer setBuyTotal(string $buyTotal)

Set buy_total

Parameters

string $buyTotal

Return Value

Customer

at line 959
string getBuyTotal()

Get buy_total

Return Value

string

at line 970
Customer setPoint(string $point)

Set point

Parameters

string $point

Return Value

Customer

at line 982
string getPoint()

Get point

Return Value

string

at line 993
Customer setNote(string $note)

Set note

Parameters

string $note

Return Value

Customer

at line 1005
string getNote()

Get note

Return Value

string

at line 1016
Customer setStatus(CustomerStatus $status = null)

Set Status

Parameters

CustomerStatus $status

Return Value

Customer

at line 1028
CustomerStatus getStatus()

Get Status

Return Value

CustomerStatus

at line 1039
Customer setCreateDate(DateTime $createDate)

Set create_date

Parameters

DateTime $createDate

Return Value

Customer

at line 1051
DateTime getCreateDate()

Get create_date

Return Value

DateTime

at line 1062
Customer setUpdateDate(DateTime $updateDate)

Set update_date

Parameters

DateTime $updateDate

Return Value

Customer

at line 1074
DateTime getUpdateDate()

Get update_date

Return Value

DateTime

at line 1085
Customer setDelFlg(integer $delFlg)

Set del_flg

Parameters

integer $delFlg

Return Value

Customer

at line 1097
integer getDelFlg()

Get del_flg

Return Value

integer

at line 1108
Customer setMobilePhoneId(string $mobilePhoneId)

Set mobilephoneid

Parameters

string $mobilePhoneId

Return Value

Customer

at line 1120
string getMobilePhoneId()

Get mobilephoneid

Return Value

string

at line 1131
Customer setMailmagaFlg(MailMagazinType $MailmagaFlg)

Set mailmaga_flg

Parameters

MailMagazinType $MailmagaFlg

Return Value

Customer

at line 1143
MailMagazinType getMailmagaFlg()

Get Mailmaga_flg

Return Value

MailMagazinType

at line 1154
Customer addCustomerFavoriteProduct(CustomerFavoriteProduct $customerFavoriteProducts)

Add CustomerFavoriteProducts

Parameters

CustomerFavoriteProduct $customerFavoriteProducts

Return Value

Customer

at line 1166
removeCustomerFavoriteProduct(CustomerFavoriteProduct $customerFavoriteProducts)

Remove CustomerFavoriteProducts

Parameters

CustomerFavoriteProduct $customerFavoriteProducts

at line 1176
Collection getCustomerFavoriteProducts()

Get CustomerFavoriteProducts

Return Value

Collection

at line 1187
Customer addOrder(Order $order)

Add Orders

Parameters

Order $order

Return Value

Customer

at line 1199
removeOrder(Order $order)

Remove Orders

Parameters

Order $order

at line 1209
Collection getOrders()

Get Orders

Return Value

Collection

at line 1220
Customer addOtherDeliv(OtherDeliv $otherDeliv)

Add OtherDelivs

Parameters

OtherDeliv $otherDeliv

Return Value

Customer

at line 1232
removeOtherDeliv(OtherDeliv $otherDeliv)

Remove OtherDelivs

Parameters

OtherDeliv $otherDeliv

at line 1242
Collection getOtherDelivs()

Get OtherDelivs

Return Value

Collection

at line 1253
Customer setSex(Sex $sex = null)

Set Sex

Parameters

Sex $sex

Return Value

Customer

at line 1265
Sex getSex()

Get Sex

Return Value

Sex

at line 1276
Customer setJob(Job $job = null)

Set Job

Parameters

Job $job

Return Value

Customer

at line 1288
Job getJob()

Get Job

Return Value

Job

at line 1299
Customer setCountry(Country $country = null)

Set Country

Parameters

Country $country

Return Value

Customer

at line 1311
Country getCountry()

Get Country

Return Value

Country

at line 1322
Customer setPref(Pref $pref = null)

Set Pref

Parameters

Pref $pref

Return Value

Customer

at line 1334
Pref getPref()

Get Pref

Return Value

Pref

at line 1344
string getZipcode()

Get zipcode

Return Value

string