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 10
offsetExists($offset)
in AbstractEntity at line 17
offsetSet($offset, $value)
in AbstractEntity at line 21
offsetGet($offset)
in AbstractEntity at line 32
offsetUnset($offset)
at line 165
__construct()
Constructor
at line 176
Shipping
setShippingId(integer $shippingId)
Set shipping_id
at line 188
integer
getShippingId()
Get shipping_id
at line 199
Shipping
setOrderId(integer $orderId)
Set order_id
at line 211
integer
getOrderId()
Get order_id
at line 222
Shipping
setName01(string $name01)
Set name01
at line 234
string
getName01()
Get name01
at line 245
Shipping
setName02(string $name02)
Set name02
at line 257
string
getName02()
Get name02
at line 268
Shipping
setKana01(string $kana01)
Set kana01
at line 280
string
getKana01()
Get kana01
at line 291
Shipping
setKana02(string $kana02)
Set kana02
at line 303
string
getKana02()
Get kana02
at line 314
Shipping
setCompanyName(string $companyName)
Set company_name
at line 326
string
getCompanyName()
Get company_name
at line 337
Shipping
setTel01(string $tel01)
Set tel01
at line 349
string
getTel01()
Get tel01
at line 360
Shipping
setTel02(string $tel02)
Set tel02
at line 372
string
getTel02()
Get tel02
at line 383
Shipping
setTel03(string $tel03)
Set tel03
at line 395
string
getTel03()
Get tel03
at line 406
Shipping
setFax01(string $fax01)
Set fax01
at line 418
string
getFax01()
Get fax01
at line 429
Shipping
setFax02(string $fax02)
Set fax02
at line 441
string
getFax02()
Get fax02
at line 452
Shipping
setFax03(string $fax03)
Set fax03
at line 464
string
getFax03()
Get fax03
at line 475
Shipping
setZip01(string $zip01)
Set zip01
at line 487
string
getZip01()
Get zip01
at line 498
Shipping
setZip02(string $zip02)
Set zip02
at line 510
string
getZip02()
Get zip02
at line 521
Shipping
setZipcode(string $zipcode)
Set zipcode
at line 533
string
getZipcode()
Get zipcode
at line 544
Shipping
setAddr01(string $addr01)
Set addr01
at line 556
string
getAddr01()
Get addr01
at line 567
Shipping
setAddr02(string $addr02)
Set addr02
at line 579
string
getAddr02()
Get addr02
at line 590
Shipping
setTimeId(integer $timeId)
Set time_id
at line 602
integer
getTimeId()
Get time_id
at line 613
Shipping
setShippingTime(string $shippingTime)
Set shipping_time
at line 625
string
getShippingTime()
Get shipping_time
at line 648
DateTime
getShippingDate()
Get shipping_date
at line 671
DateTime
getShippingCommitDate()
Get shippingcommitdate
at line 682
Shipping
setRank(integer $rank)
Set rank
at line 694
integer
getRank()
Get rank
at line 717
DateTime
getCreateDate()
Get create_date
at line 740
DateTime
getUpdateDate()
Get update_date
at line 751
Shipping
setDelFlg(integer $delFlg)
Set del_flg
at line 763
integer
getDelFlg()
Get del_flg
at line 774
Shipping
addShipmentItem(ShipmentItem $shipmentItems)
Add ShipmentItems
at line 786
removeShipmentItem(ShipmentItem $shipmentItems)
Remove ShipmentItems
at line 796
Collection
getShipmentItems()
Get ShipmentItems
at line 819
Country
getCountry()
Get Country
at line 842
Pref
getPref()
Get Pref
at line 865
Order
getOrder()
Get Order