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 10
offsetExists($offset)

Parameters

$offset

in AbstractEntity at line 17
offsetSet($offset, $value)

Parameters

$offset
$value

in AbstractEntity at line 21
offsetGet($offset)

Parameters

$offset

in AbstractEntity at line 32
offsetUnset($offset)

Parameters

$offset

at line 20
string __toString()

Return Value

string

at line 28
getRoles()

{@inheritdoc}

at line 36
getUsername()

{@inheritdoc}

at line 44
eraseCredentials()

{@inheritdoc}

at line 49
static loadValidatorMetadata(ClassMetadata $metadata)

Parameters

ClassMetadata $metadata

at line 281
__construct()

Constructor

at line 293
integer getId()

Get id

Return Value

integer

at line 304
Customer setName01(string $name01)

Set name01

Parameters

string $name01

Return Value

Customer

at line 316
string getName01()

Get name01

Return Value

string

at line 327
Customer setName02(string $name02)

Set name02

Parameters

string $name02

Return Value

Customer

at line 339
string getName02()

Get name02

Return Value

string

at line 350
Customer setKana01(string $kana01)

Set kana01

Parameters

string $kana01

Return Value

Customer

at line 362
string getKana01()

Get kana01

Return Value

string

at line 373
Customer setKana02(string $kana02)

Set kana02

Parameters

string $kana02

Return Value

Customer

at line 385
string getKana02()

Get kana02

Return Value

string

at line 396
Customer setCompanyName(string $companyName)

Set company_name

Parameters

string $companyName

Return Value

Customer

at line 408
string getCompanyName()

Get company_name

Return Value

string

at line 419
Customer setZip01(string $zip01)

Set zip01

Parameters

string $zip01

Return Value

Customer

at line 431
string getZip01()

Get zip01

Return Value

string

at line 442
Customer setZip02(string $zip02)

Set zip02

Parameters

string $zip02

Return Value

Customer

at line 454
string getZip02()

Get zip02

Return Value

string

at line 465
Customer setZipcode(string $zipcode)

Set zipcode

Parameters

string $zipcode

Return Value

Customer

at line 477
integer getPrefId()

Get pref_id

Return Value

integer

at line 488
Customer setAddr01(string $addr01)

Set addr01

Parameters

string $addr01

Return Value

Customer

at line 500
string getAddr01()

Get addr01

Return Value

string

at line 511
Customer setAddr02(string $addr02)

Set addr02

Parameters

string $addr02

Return Value

Customer

at line 523
string getAddr02()

Get addr02

Return Value

string

at line 534
Customer setEmail(string $email)

Set email

Parameters

string $email

Return Value

Customer

at line 546
string getEmail()

Get email

Return Value

string

at line 557
Customer setEmailMobile(string $emailMobile)

Set email_mobile

Parameters

string $emailMobile

Return Value

Customer

at line 569
string getEmailMobile()

Get email_mobile

Return Value

string

at line 580
Customer setTel01(string $tel01)

Set tel01

Parameters

string $tel01

Return Value

Customer

at line 592
string getTel01()

Get tel01

Return Value

string

at line 603
Customer setTel02(string $tel02)

Set tel02

Parameters

string $tel02

Return Value

Customer

at line 615
string getTel02()

Get tel02

Return Value

string

at line 626
Customer setTel03(string $tel03)

Set tel03

Parameters

string $tel03

Return Value

Customer

at line 638
string getTel03()

Get tel03

Return Value

string

at line 649
Customer setFax01(string $fax01)

Set fax01

Parameters

string $fax01

Return Value

Customer

at line 661
string getFax01()

Get fax01

Return Value

string

at line 672
Customer setFax02(string $fax02)

Set fax02

Parameters

string $fax02

Return Value

Customer

at line 684
string getFax02()

Get fax02

Return Value

string

at line 695
Customer setFax03(string $fax03)

Set fax03

Parameters

string $fax03

Return Value

Customer

at line 707
string getFax03()

Get fax03

Return Value

string

at line 718
Customer setBirth(DateTime $birth)

Set birth

Parameters

DateTime $birth

Return Value

Customer

at line 730
DateTime getBirth()

Get birth

Return Value

DateTime

at line 741
Customer setPassword(string $password)

Set password

Parameters

string $password

Return Value

Customer

at line 753
string getPassword()

Get password

Return Value

string

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

Set reminder

Parameters

Reminder $Reminder

Return Value

Customer

at line 776
Reminder getReminder()

Get reminder

Return Value

Reminder

at line 787
Customer setReminderAnswer(string $reminderAnswer)

Set reminder_answer

Parameters

string $reminderAnswer

Return Value

Customer

at line 799
string getReminderAnswer()

Get reminder_answer

Return Value

string

at line 810
Customer setSalt(string $salt)

Set salt

Parameters

string $salt

Return Value

Customer

at line 822
string getSalt()

Get salt

Return Value

string

at line 833
Customer setSecretKey(string $secretKey)

Set secret_key

Parameters

string $secretKey

Return Value

Customer

at line 845
string getSecretKey()

Get secret_key

Return Value

string

at line 856
Customer setFirstBuyDate(DateTime $firstBuyDate)

Set firstbuydate

Parameters

DateTime $firstBuyDate

Return Value

Customer

at line 868
DateTime getFirstBuyDate()

Get firstbuydate

Return Value

DateTime

at line 879
Customer setLastBuyDate(DateTime $lastBuyDate)

Set lastbuydate

Parameters

DateTime $lastBuyDate

Return Value

Customer

at line 891
DateTime getLastBuyDate()

Get lastbuydate

Return Value

DateTime

at line 902
Customer setBuyTimes(string $buyTimes)

Set buy_times

Parameters

string $buyTimes

Return Value

Customer

at line 914
string getBuyTimes()

Get buy_times

Return Value

string

at line 925
Customer setBuyTotal(string $buyTotal)

Set buy_total

Parameters

string $buyTotal

Return Value

Customer

at line 937
string getBuyTotal()

Get buy_total

Return Value

string

at line 948
Customer setPoint(string $point)

Set point

Parameters

string $point

Return Value

Customer

at line 960
string getPoint()

Get point

Return Value

string

at line 971
Customer setNote(string $note)

Set note

Parameters

string $note

Return Value

Customer

at line 983
string getNote()

Get note

Return Value

string

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

Set Status

Parameters

CustomerStatus $status

Return Value

Customer

at line 1006
CustomerStatus getStatus()

Get Status

Return Value

CustomerStatus

at line 1017
Customer setCreateDate(DateTime $createDate)

Set create_date

Parameters

DateTime $createDate

Return Value

Customer

at line 1029
DateTime getCreateDate()

Get create_date

Return Value

DateTime

at line 1040
Customer setUpdateDate(DateTime $updateDate)

Set update_date

Parameters

DateTime $updateDate

Return Value

Customer

at line 1052
DateTime getUpdateDate()

Get update_date

Return Value

DateTime

at line 1063
Customer setDelFlg(integer $delFlg)

Set del_flg

Parameters

integer $delFlg

Return Value

Customer

at line 1075
integer getDelFlg()

Get del_flg

Return Value

integer

at line 1086
Customer setMobilePhoneId(string $mobilePhoneId)

Set mobilephoneid

Parameters

string $mobilePhoneId

Return Value

Customer

at line 1098
string getMobilePhoneId()

Get mobilephoneid

Return Value

string

at line 1109
Customer setMailmagaFlg(MailMagazinType $MailmagaFlg)

Set mailmaga_flg

Parameters

MailMagazinType $MailmagaFlg

Return Value

Customer

at line 1121
MailMagazinType getMailmagaFlg()

Get Mailmaga_flg

Return Value

MailMagazinType

at line 1132
Customer addCustomerFavoriteProduct(CustomerFavoriteProduct $customerFavoriteProducts)

Add CustomerFavoriteProducts

Parameters

CustomerFavoriteProduct $customerFavoriteProducts

Return Value

Customer

at line 1144
removeCustomerFavoriteProduct(CustomerFavoriteProduct $customerFavoriteProducts)

Remove CustomerFavoriteProducts

Parameters

CustomerFavoriteProduct $customerFavoriteProducts

at line 1154
Collection getCustomerFavoriteProducts()

Get CustomerFavoriteProducts

Return Value

Collection

at line 1165
Customer addOrder(Order $order)

Add Orders

Parameters

Order $order

Return Value

Customer

at line 1177
removeOrder(Order $order)

Remove Orders

Parameters

Order $order

at line 1187
Collection getOrders()

Get Orders

Return Value

Collection

at line 1198
Customer addOtherDeliv(OtherDeliv $otherDeliv)

Add OtherDelivs

Parameters

OtherDeliv $otherDeliv

Return Value

Customer

at line 1210
removeOtherDeliv(OtherDeliv $otherDeliv)

Remove OtherDelivs

Parameters

OtherDeliv $otherDeliv

at line 1220
Collection getOtherDelivs()

Get OtherDelivs

Return Value

Collection

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

Set Sex

Parameters

Sex $sex

Return Value

Customer

at line 1243
Sex getSex()

Get Sex

Return Value

Sex

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

Set Job

Parameters

Job $job

Return Value

Customer

at line 1266
Job getJob()

Get Job

Return Value

Job

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

Set Country

Parameters

Country $country

Return Value

Customer

at line 1289
Country getCountry()

Get Country

Return Value

Country

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

Set Pref

Parameters

Pref $pref

Return Value

Customer

at line 1312
Pref getPref()

Get Pref

Return Value

Pref

at line 1322
string getZipcode()

Get zipcode

Return Value

string