Shipping
class Shipping extends AbstractEntity
Shipping
Methods
Constructor
Set shipping_id
Get shipping_id
Set order_id
Get order_id
Get name01
Get name02
Get kana01
Get kana02
Set company_name
Get company_name
Get tel01
Get tel02
Get tel03
Get fax01
Get fax02
Get fax03
Get zip01
Get zip02
Set zipcode
Get zipcode
Get addr01
Get addr02
Get time_id
Set shipping_time
Get shipping_time
Get shipping_date
Get shippingcommitdate
Get rank
Get create_date
Get update_date
Get del_flg
Get ShipmentItems
Get Country
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 185
__construct()
Constructor
at line 196
Shipping
setShippingId(integer $shippingId)
Set shipping_id
at line 208
integer
getShippingId()
Get shipping_id
at line 219
Shipping
setOrderId(integer $orderId)
Set order_id
at line 231
integer
getOrderId()
Get order_id
at line 242
Shipping
setName01(string $name01)
Set name01
at line 254
string
getName01()
Get name01
at line 265
Shipping
setName02(string $name02)
Set name02
at line 277
string
getName02()
Get name02
at line 288
Shipping
setKana01(string $kana01)
Set kana01
at line 300
string
getKana01()
Get kana01
at line 311
Shipping
setKana02(string $kana02)
Set kana02
at line 323
string
getKana02()
Get kana02
at line 334
Shipping
setCompanyName(string $companyName)
Set company_name
at line 346
string
getCompanyName()
Get company_name
at line 357
Shipping
setTel01(string $tel01)
Set tel01
at line 369
string
getTel01()
Get tel01
at line 380
Shipping
setTel02(string $tel02)
Set tel02
at line 392
string
getTel02()
Get tel02
at line 403
Shipping
setTel03(string $tel03)
Set tel03
at line 415
string
getTel03()
Get tel03
at line 426
Shipping
setFax01(string $fax01)
Set fax01
at line 438
string
getFax01()
Get fax01
at line 449
Shipping
setFax02(string $fax02)
Set fax02
at line 461
string
getFax02()
Get fax02
at line 472
Shipping
setFax03(string $fax03)
Set fax03
at line 484
string
getFax03()
Get fax03
at line 495
Shipping
setZip01(string $zip01)
Set zip01
at line 507
string
getZip01()
Get zip01
at line 518
Shipping
setZip02(string $zip02)
Set zip02
at line 530
string
getZip02()
Get zip02
at line 541
Shipping
setZipcode(string $zipcode)
Set zipcode
at line 553
string
getZipcode()
Get zipcode
at line 564
Shipping
setAddr01(string $addr01)
Set addr01
at line 576
string
getAddr01()
Get addr01
at line 587
Shipping
setAddr02(string $addr02)
Set addr02
at line 599
string
getAddr02()
Get addr02
at line 610
Shipping
setTimeId(integer $timeId)
Set time_id
at line 622
integer
getTimeId()
Get time_id
at line 633
Shipping
setShippingTime(string $shippingTime)
Set shipping_time
at line 645
string
getShippingTime()
Get shipping_time
at line 668
DateTime
getShippingDate()
Get shipping_date
at line 691
DateTime
getShippingCommitDate()
Get shippingcommitdate
at line 702
Shipping
setRank(integer $rank)
Set rank
at line 714
integer
getRank()
Get rank
at line 737
DateTime
getCreateDate()
Get create_date
at line 760
DateTime
getUpdateDate()
Get update_date
at line 771
Shipping
setDelFlg(integer $delFlg)
Set del_flg
at line 783
integer
getDelFlg()
Get del_flg
at line 794
Shipping
addShipmentItem(ShipmentItem $shipmentItems)
Add ShipmentItems
at line 806
removeShipmentItem(ShipmentItem $shipmentItems)
Remove ShipmentItems
at line 816
Collection
getShipmentItems()
Get ShipmentItems
at line 839
Country
getCountry()
Get Country
at line 862
Pref
getPref()
Get Pref
at line 885
Order
getOrder()
Get Order