class BaseInfo extends AbstractEntity

BaseInfo

Methods

offsetExists($offset)

No description

offsetSet($offset, $value)

No description

offsetGet($offset)

No description

offsetUnset($offset)

No description

setPropertiesFromArray(array $arrProps, array $excludeAttribute = array(), ReflectionClass $parentClass = null)

引数の連想配列を元にプロパティを設定します.

array
toArray(array $excludeAttribute = array(), ReflectionClass $parentClass = null)

プロパティの値を連想配列で返します.

object
copyProperties(object $srcObject, array $excludeAttribute = array())

コピー元のオブジェクトのフィールド名を指定して、同名のフィールドに値をコピー

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

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

in AbstractEntity at line 66
setPropertiesFromArray(array $arrProps, array $excludeAttribute = array(), ReflectionClass $parentClass = null)

引数の連想配列を元にプロパティを設定します.

DBから取り出した連想配列を, プロパティへ設定する際に使用します.

Parameters

array $arrProps
array $excludeAttribute
ReflectionClass $parentClass

in AbstractEntity at line 99
array toArray(array $excludeAttribute = array(), ReflectionClass $parentClass = null)

プロパティの値を連想配列で返します.

DBを更新する場合などで, 連想配列の値を取得したい場合に使用します.

Parameters

array $excludeAttribute
ReflectionClass $parentClass

Return Value

array 連想配列のプロパティの値

in AbstractEntity at line 139
object copyProperties(object $srcObject, array $excludeAttribute = array())

コピー元のオブジェクトのフィールド名を指定して、同名のフィールドに値をコピー

Parameters

object $srcObject コピー元のオブジェクト
array $excludeAttribute 除外したいフィールド名の配列

Return Value

object

at line 238
integer getId()

Get id

Return Value

integer

at line 249
BaseInfo setCompanyName(string $companyName)

Set company_name

Parameters

string $companyName

Return Value

BaseInfo

at line 261
string getCompanyName()

Get company_name

Return Value

string

at line 272
BaseInfo setCompanyKana(string $companyKana)

Set company_kana

Parameters

string $companyKana

Return Value

BaseInfo

at line 284
string getCompanyKana()

Get company_kana

Return Value

string

at line 295
BaseInfo setZip01(string $zip01)

Set zip01

Parameters

string $zip01

Return Value

BaseInfo

at line 307
string getZip01()

Get zip01

Return Value

string

at line 318
BaseInfo setZip02(string $zip02)

Set zip02

Parameters

string $zip02

Return Value

BaseInfo

at line 330
string getZip02()

Get zip02

Return Value

string

at line 341
BaseInfo setZipcode(string $zipcode)

Set zipcode

Parameters

string $zipcode

Return Value

BaseInfo

at line 353
string getZipcode()

Get zipcode

Return Value

string

at line 364
BaseInfo setAddr01(string $addr01)

Set addr01

Parameters

string $addr01

Return Value

BaseInfo

at line 376
string getAddr01()

Get addr01

Return Value

string

at line 387
BaseInfo setAddr02(string $addr02)

Set addr02

Parameters

string $addr02

Return Value

BaseInfo

at line 399
string getAddr02()

Get addr02

Return Value

string

at line 410
BaseInfo setTel01(string $tel01)

Set tel01

Parameters

string $tel01

Return Value

BaseInfo

at line 422
string getTel01()

Get tel01

Return Value

string

at line 433
BaseInfo setTel02(string $tel02)

Set tel02

Parameters

string $tel02

Return Value

BaseInfo

at line 445
string getTel02()

Get tel02

Return Value

string

at line 456
BaseInfo setTel03(string $tel03)

Set tel03

Parameters

string $tel03

Return Value

BaseInfo

at line 468
string getTel03()

Get tel03

Return Value

string

at line 479
BaseInfo setFax01(string $fax01)

Set fax01

Parameters

string $fax01

Return Value

BaseInfo

at line 491
string getFax01()

Get fax01

Return Value

string

at line 502
BaseInfo setFax02(string $fax02)

Set fax02

Parameters

string $fax02

Return Value

BaseInfo

at line 514
string getFax02()

Get fax02

Return Value

string

at line 525
BaseInfo setFax03(string $fax03)

Set fax03

Parameters

string $fax03

Return Value

BaseInfo

at line 537
string getFax03()

Get fax03

Return Value

string

at line 548
BaseInfo setBusinessHour(string $businessHour)

Set business_hour

Parameters

string $businessHour

Return Value

BaseInfo

at line 560
string getBusinessHour()

Get business_hour

Return Value

string

at line 571
BaseInfo setEmail01(string $email01)

Set email01

Parameters

string $email01

Return Value

BaseInfo

at line 583
string getEmail01()

Get email01

Return Value

string

at line 594
BaseInfo setEmail02(string $email02)

Set email02

Parameters

string $email02

Return Value

BaseInfo

at line 606
string getEmail02()

Get email02

Return Value

string

at line 617
BaseInfo setEmail03(string $email03)

Set email03

Parameters

string $email03

Return Value

BaseInfo

at line 629
string getEmail03()

Get email03

Return Value

string

at line 640
BaseInfo setEmail04(string $email04)

Set email04

Parameters

string $email04

Return Value

BaseInfo

at line 652
string getEmail04()

Get email04

Return Value

string

at line 663
BaseInfo setShopName(string $shopName)

Set shop_name

Parameters

string $shopName

Return Value

BaseInfo

at line 675
string getShopName()

Get shop_name

Return Value

string

at line 686
BaseInfo setShopKana(string $shopKana)

Set shop_kana

Parameters

string $shopKana

Return Value

BaseInfo

at line 698
string getShopKana()

Get shop_kana

Return Value

string

at line 709
BaseInfo setShopNameEng(string $shopNameEng)

Set shopnameeng

Parameters

string $shopNameEng

Return Value

BaseInfo

at line 721
string getShopNameEng()

Get shopnameeng

Return Value

string

at line 732
BaseInfo setUpdateDate(DateTime $updateDate)

Set update_date

Parameters

DateTime $updateDate

Return Value

BaseInfo

at line 744
DateTime getUpdateDate()

Get update_date

Return Value

DateTime

at line 755
BaseInfo setGoodTraded(string $goodTraded)

Set good_traded

Parameters

string $goodTraded

Return Value

BaseInfo

at line 767
string getGoodTraded()

Get good_traded

Return Value

string

at line 778
BaseInfo setMessage(string $message)

Set message

Parameters

string $message

Return Value

BaseInfo

at line 790
string getMessage()

Get message

Return Value

string

at line 801
BaseInfo setLatitude(string $latitude)

Set latitude

Parameters

string $latitude

Return Value

BaseInfo

at line 813
string getLatitude()

Get latitude

Return Value

string

at line 824
BaseInfo setLongitude(string $longitude)

Set longitude

Parameters

string $longitude

Return Value

BaseInfo

at line 836
string getLongitude()

Get longitude

Return Value

string

at line 847
BaseInfo setDeliveryFreeAmount(string $deliveryFreeAmount)

Set deliveryfreeamount

Parameters

string $deliveryFreeAmount

Return Value

BaseInfo

at line 859
string getDeliveryFreeAmount()

Get deliveryfreeamount

Return Value

string

at line 870
BaseInfo setDeliveryFreeQuantity(integer $deliveryFreeQuantity)

Set deliveryfreequantity

Parameters

integer $deliveryFreeQuantity

Return Value

BaseInfo

at line 882
integer getDeliveryFreeQuantity()

Get deliveryfreequantity

Return Value

integer

at line 893
BaseInfo setOptionMultipleShipping(integer $optionMultipleShipping)

Set optionmultipleshipping

Parameters

integer $optionMultipleShipping

Return Value

BaseInfo

at line 905
integer getOptionMultipleShipping()

Get optionmultipleshipping

Return Value

integer

at line 916
BaseInfo setOptionMypageOrderStatusDisplay(integer $optionMypageOrderStatusDisplay)

Set optionmypageorderstatusdisplay

Parameters

integer $optionMypageOrderStatusDisplay

Return Value

BaseInfo

at line 928
integer getOptionMypageOrderStatusDisplay()

Get optionmypageorderstatusdisplay

Return Value

integer

at line 939
BaseInfo setNostockHidden(integer $nostockHidden)

Set nostock_hidden

Parameters

integer $nostockHidden

Return Value

BaseInfo

at line 951
integer getNostockHidden()

Get nostock_hidden

Return Value

integer

at line 962
BaseInfo setOptionFavoriteProduct(integer $optionFavoriteProduct)

Set optionfavoriteproduct

Parameters

integer $optionFavoriteProduct

Return Value

BaseInfo

at line 974
integer getOptionFavoriteProduct()

Get optionfavoriteproduct

Return Value

integer

at line 985
BaseInfo setOptionProductDeliveryFee(integer $optionProductDeliveryFee)

Set optionproductdelivery_fee

Parameters

integer $optionProductDeliveryFee

Return Value

BaseInfo

at line 997
integer getOptionProductDeliveryFee()

Get optionproductdelivery_fee

Return Value

integer

at line 1008
BaseInfo setOptionProductTaxRule(integer $optionProductTaxRule)

Set optionproducttax_rule

Parameters

integer $optionProductTaxRule

Return Value

BaseInfo

at line 1020
integer getOptionProductTaxRule()

Get optionproducttax_rule

Return Value

integer

at line 1031
BaseInfo setOptionCustomerActivate(integer $optionCustomerActivate)

Set optioncustomeractivate

Parameters

integer $optionCustomerActivate

Return Value

BaseInfo

at line 1043
integer getOptionCustomerActivate()

Get optioncustomeractivate

Return Value

integer

at line 1054
BaseInfo setOptionRememberMe(integer $optionRememberMe)

Set optionrememberme

Parameters

integer $optionRememberMe

Return Value

BaseInfo

at line 1066
integer getOptionRememberMe()

Get optionrememberme

Return Value

integer

at line 1077
BaseInfo setAuthenticationKey(string $authenticationKey)

Set authentication_key

Parameters

string $authenticationKey

Return Value

BaseInfo

at line 1087
string getAuthenticationKey()

Get authentication_keye

Return Value

string

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

Set Country

Parameters

Country $country

Return Value

BaseInfo

at line 1110
Country getCountry()

Get Country

Return Value

Country

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

Set Pref

Parameters

Pref $pref

Return Value

BaseInfo

at line 1133
Pref getPref()

Get Pref

Return Value

Pref