class BaseInfo extends AbstractEntity

BaseInfo

Methods

offsetExists($offset)

No description

offsetSet($offset, $value)

No description

offsetGet($offset)

No description

offsetUnset($offset)

No description

integer
getId()

Get id

setCompanyName(string $companyName)

Set company_name

string
getCompanyName()

Get company_name

setCompanyKana(string $companyKana)

Set company_kana

string
getCompanyKana()

Get company_kana

setZip01(string $zip01)

Set zip01

string
getZip01()

Get zip01

setZip02(string $zip02)

Set zip02

string
getZip02()

Get zip02

setZipcode(string $zipcode)

Set zipcode

string
getZipcode()

Get zipcode

setAddr01(string $addr01)

Set addr01

string
getAddr01()

Get addr01

setAddr02(string $addr02)

Set addr02

string
getAddr02()

Get addr02

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

setBusinessHour(string $businessHour)

Set business_hour

string
getBusinessHour()

Get business_hour

setEmail01(string $email01)

Set email01

string
getEmail01()

Get email01

setEmail02(string $email02)

Set email02

string
getEmail02()

Get email02

setEmail03(string $email03)

Set email03

string
getEmail03()

Get email03

setEmail04(string $email04)

Set email04

string
getEmail04()

Get email04

setShopName(string $shopName)

Set shop_name

string
getShopName()

Get shop_name

setShopKana(string $shopKana)

Set shop_kana

string
getShopKana()

Get shop_kana

setShopNameEng(string $shopNameEng)

Set shopnameeng

string
getShopNameEng()

Get shopnameeng

setUpdateDate(DateTime $updateDate)

Set update_date

getUpdateDate()

Get update_date

setGoodTraded(string $goodTraded)

Set good_traded

string
getGoodTraded()

Get good_traded

setMessage(string $message)

Set message

string
getMessage()

Get message

setLatitude(string $latitude)

Set latitude

string
getLatitude()

Get latitude

setLongitude(string $longitude)

Set longitude

string
getLongitude()

Get longitude

setDeliveryFreeAmount(string $deliveryFreeAmount)

Set deliveryfreeamount

string
getDeliveryFreeAmount()

Get deliveryfreeamount

setDeliveryFreeQuantity(integer $deliveryFreeQuantity)

Set deliveryfreequantity

integer
getDeliveryFreeQuantity()

Get deliveryfreequantity

setOptionMultipleShipping(integer $optionMultipleShipping)

Set optionmultipleshipping

integer
getOptionMultipleShipping()

Get optionmultipleshipping

setOptionMypageOrderStatusDisplay(integer $optionMypageOrderStatusDisplay)

Set optionmypageorderstatusdisplay

integer
getOptionMypageOrderStatusDisplay()

Get optionmypageorderstatusdisplay

setNostockHidden(integer $nostockHidden)

Set nostock_hidden

integer
getNostockHidden()

Get nostock_hidden

setOptionFavoriteProduct(integer $optionFavoriteProduct)

Set optionfavoriteproduct

integer
getOptionFavoriteProduct()

Get optionfavoriteproduct

setOptionProductDeliveryFee(integer $optionProductDeliveryFee)

Set optionproductdelivery_fee

integer
getOptionProductDeliveryFee()

Get optionproductdelivery_fee

setOptionProductTaxRule(integer $optionProductTaxRule)

Set optionproducttax_rule

integer
getOptionProductTaxRule()

Get optionproducttax_rule

setOptionDeliveryFee(integer $optionDeliveryFee)

Set optiondeliveryfee

integer
getOptionDeliveryFee()

Get optiondeliveryfee

setOptionCustomerActivate(integer $optionCustomerActivate)

Set optioncustomeractivate

integer
getOptionCustomerActivate()

Get optioncustomeractivate

setOptionRememberMe(integer $optionRememberMe)

Set optionrememberme

integer
getOptionRememberMe()

Get optionrememberme

setAuthenticationKey(string $authenticationKey)

Set authentication_key

string
getAuthenticationKey()

Get authentication_keye

setCountry(Country $country = null)

Set Country

getCountry()

Get Country

setPref(Pref $pref = null)

Set Pref

getPref()

Get Pref

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 243
integer getId()

Get id

Return Value

integer

at line 254
BaseInfo setCompanyName(string $companyName)

Set company_name

Parameters

string $companyName

Return Value

BaseInfo

at line 266
string getCompanyName()

Get company_name

Return Value

string

at line 277
BaseInfo setCompanyKana(string $companyKana)

Set company_kana

Parameters

string $companyKana

Return Value

BaseInfo

at line 289
string getCompanyKana()

Get company_kana

Return Value

string

at line 300
BaseInfo setZip01(string $zip01)

Set zip01

Parameters

string $zip01

Return Value

BaseInfo

at line 312
string getZip01()

Get zip01

Return Value

string

at line 323
BaseInfo setZip02(string $zip02)

Set zip02

Parameters

string $zip02

Return Value

BaseInfo

at line 335
string getZip02()

Get zip02

Return Value

string

at line 346
BaseInfo setZipcode(string $zipcode)

Set zipcode

Parameters

string $zipcode

Return Value

BaseInfo

at line 358
string getZipcode()

Get zipcode

Return Value

string

at line 369
BaseInfo setAddr01(string $addr01)

Set addr01

Parameters

string $addr01

Return Value

BaseInfo

at line 381
string getAddr01()

Get addr01

Return Value

string

at line 392
BaseInfo setAddr02(string $addr02)

Set addr02

Parameters

string $addr02

Return Value

BaseInfo

at line 404
string getAddr02()

Get addr02

Return Value

string

at line 415
BaseInfo setTel01(string $tel01)

Set tel01

Parameters

string $tel01

Return Value

BaseInfo

at line 427
string getTel01()

Get tel01

Return Value

string

at line 438
BaseInfo setTel02(string $tel02)

Set tel02

Parameters

string $tel02

Return Value

BaseInfo

at line 450
string getTel02()

Get tel02

Return Value

string

at line 461
BaseInfo setTel03(string $tel03)

Set tel03

Parameters

string $tel03

Return Value

BaseInfo

at line 473
string getTel03()

Get tel03

Return Value

string

at line 484
BaseInfo setFax01(string $fax01)

Set fax01

Parameters

string $fax01

Return Value

BaseInfo

at line 496
string getFax01()

Get fax01

Return Value

string

at line 507
BaseInfo setFax02(string $fax02)

Set fax02

Parameters

string $fax02

Return Value

BaseInfo

at line 519
string getFax02()

Get fax02

Return Value

string

at line 530
BaseInfo setFax03(string $fax03)

Set fax03

Parameters

string $fax03

Return Value

BaseInfo

at line 542
string getFax03()

Get fax03

Return Value

string

at line 553
BaseInfo setBusinessHour(string $businessHour)

Set business_hour

Parameters

string $businessHour

Return Value

BaseInfo

at line 565
string getBusinessHour()

Get business_hour

Return Value

string

at line 576
BaseInfo setEmail01(string $email01)

Set email01

Parameters

string $email01

Return Value

BaseInfo

at line 588
string getEmail01()

Get email01

Return Value

string

at line 599
BaseInfo setEmail02(string $email02)

Set email02

Parameters

string $email02

Return Value

BaseInfo

at line 611
string getEmail02()

Get email02

Return Value

string

at line 622
BaseInfo setEmail03(string $email03)

Set email03

Parameters

string $email03

Return Value

BaseInfo

at line 634
string getEmail03()

Get email03

Return Value

string

at line 645
BaseInfo setEmail04(string $email04)

Set email04

Parameters

string $email04

Return Value

BaseInfo

at line 657
string getEmail04()

Get email04

Return Value

string

at line 668
BaseInfo setShopName(string $shopName)

Set shop_name

Parameters

string $shopName

Return Value

BaseInfo

at line 680
string getShopName()

Get shop_name

Return Value

string

at line 691
BaseInfo setShopKana(string $shopKana)

Set shop_kana

Parameters

string $shopKana

Return Value

BaseInfo

at line 703
string getShopKana()

Get shop_kana

Return Value

string

at line 714
BaseInfo setShopNameEng(string $shopNameEng)

Set shopnameeng

Parameters

string $shopNameEng

Return Value

BaseInfo

at line 726
string getShopNameEng()

Get shopnameeng

Return Value

string

at line 737
BaseInfo setUpdateDate(DateTime $updateDate)

Set update_date

Parameters

DateTime $updateDate

Return Value

BaseInfo

at line 749
DateTime getUpdateDate()

Get update_date

Return Value

DateTime

at line 760
BaseInfo setGoodTraded(string $goodTraded)

Set good_traded

Parameters

string $goodTraded

Return Value

BaseInfo

at line 772
string getGoodTraded()

Get good_traded

Return Value

string

at line 783
BaseInfo setMessage(string $message)

Set message

Parameters

string $message

Return Value

BaseInfo

at line 795
string getMessage()

Get message

Return Value

string

at line 806
BaseInfo setLatitude(string $latitude)

Set latitude

Parameters

string $latitude

Return Value

BaseInfo

at line 818
string getLatitude()

Get latitude

Return Value

string

at line 829
BaseInfo setLongitude(string $longitude)

Set longitude

Parameters

string $longitude

Return Value

BaseInfo

at line 841
string getLongitude()

Get longitude

Return Value

string

at line 852
BaseInfo setDeliveryFreeAmount(string $deliveryFreeAmount)

Set deliveryfreeamount

Parameters

string $deliveryFreeAmount

Return Value

BaseInfo

at line 864
string getDeliveryFreeAmount()

Get deliveryfreeamount

Return Value

string

at line 875
BaseInfo setDeliveryFreeQuantity(integer $deliveryFreeQuantity)

Set deliveryfreequantity

Parameters

integer $deliveryFreeQuantity

Return Value

BaseInfo

at line 887
integer getDeliveryFreeQuantity()

Get deliveryfreequantity

Return Value

integer

at line 898
BaseInfo setOptionMultipleShipping(integer $optionMultipleShipping)

Set optionmultipleshipping

Parameters

integer $optionMultipleShipping

Return Value

BaseInfo

at line 910
integer getOptionMultipleShipping()

Get optionmultipleshipping

Return Value

integer

at line 921
BaseInfo setOptionMypageOrderStatusDisplay(integer $optionMypageOrderStatusDisplay)

Set optionmypageorderstatusdisplay

Parameters

integer $optionMypageOrderStatusDisplay

Return Value

BaseInfo

at line 933
integer getOptionMypageOrderStatusDisplay()

Get optionmypageorderstatusdisplay

Return Value

integer

at line 944
BaseInfo setNostockHidden(integer $nostockHidden)

Set nostock_hidden

Parameters

integer $nostockHidden

Return Value

BaseInfo

at line 956
integer getNostockHidden()

Get nostock_hidden

Return Value

integer

at line 967
BaseInfo setOptionFavoriteProduct(integer $optionFavoriteProduct)

Set optionfavoriteproduct

Parameters

integer $optionFavoriteProduct

Return Value

BaseInfo

at line 979
integer getOptionFavoriteProduct()

Get optionfavoriteproduct

Return Value

integer

at line 990
BaseInfo setOptionProductDeliveryFee(integer $optionProductDeliveryFee)

Set optionproductdelivery_fee

Parameters

integer $optionProductDeliveryFee

Return Value

BaseInfo

at line 1002
integer getOptionProductDeliveryFee()

Get optionproductdelivery_fee

Return Value

integer

at line 1013
BaseInfo setOptionProductTaxRule(integer $optionProductTaxRule)

Set optionproducttax_rule

Parameters

integer $optionProductTaxRule

Return Value

BaseInfo

at line 1025
integer getOptionProductTaxRule()

Get optionproducttax_rule

Return Value

integer

at line 1036
BaseInfo setOptionDeliveryFee(integer $optionDeliveryFee)

Set optiondeliveryfee

Parameters

integer $optionDeliveryFee

Return Value

BaseInfo

at line 1048
integer getOptionDeliveryFee()

Get optiondeliveryfee

Return Value

integer

at line 1059
BaseInfo setOptionCustomerActivate(integer $optionCustomerActivate)

Set optioncustomeractivate

Parameters

integer $optionCustomerActivate

Return Value

BaseInfo

at line 1071
integer getOptionCustomerActivate()

Get optioncustomeractivate

Return Value

integer

at line 1082
BaseInfo setOptionRememberMe(integer $optionRememberMe)

Set optionrememberme

Parameters

integer $optionRememberMe

Return Value

BaseInfo

at line 1094
integer getOptionRememberMe()

Get optionrememberme

Return Value

integer

at line 1105
BaseInfo setAuthenticationKey(string $authenticationKey)

Set authentication_key

Parameters

string $authenticationKey

Return Value

BaseInfo

at line 1115
string getAuthenticationKey()

Get authentication_keye

Return Value

string

at line 1126
BaseInfo setCountry(Country $country = null)

Set Country

Parameters

Country $country

Return Value

BaseInfo

at line 1138
Country getCountry()

Get Country

Return Value

Country

at line 1149
BaseInfo setPref(Pref $pref = null)

Set Pref

Parameters

Pref $pref

Return Value

BaseInfo

at line 1161
Pref getPref()

Get Pref

Return Value

Pref