PHP Class Eccube\Entity\Shipping

Inheritance: extends Eccube\Entity\AbstractEntity
Datei anzeigen Open project: ec-cube/ec-cube Class Usage Examples

Public Methods

Method Description
__construct ( ) Constructor
addShipmentItem ( Eccube\Entity\ShipmentItem $shipmentItems ) : Shipping Add ShipmentItems
clearCustomerAddress ( ) : Shipping 個人情報をクリア.
getAddr01 ( ) : string Get addr01
getAddr02 ( ) : string Get addr02
getCompanyName ( ) : string Get company_name
getCountry ( ) : Eccube\Entity\Master\Country Get Country
getCreateDate ( ) : DateTime Get create_date
getDelFlg ( ) : integer Get del_flg
getDelivery ( ) : Eccube\Entity\Delivery Get Delivery
getDeliveryFee ( ) : Eccube\Entity\DeliveryFee Get DeliveryFee
getDeliveryTime ( ) : Eccube\Entity\DeliveryTime Get DeliveryTime
getFax01 ( ) : string Get fax01
getFax02 ( ) : string Get fax02
getFax03 ( ) : string Get fax03
getId ( ) : integer Get id
getKana01 ( ) : string Get kana01
getKana02 ( ) : string Get kana02
getName01 ( ) : string Get name01
getName02 ( ) : string Get name02
getOrder ( ) : Order Get Order
getPref ( ) : Eccube\Entity\Master\Pref Get Pref
getRank ( ) : integer Get rank
getShipmentItems ( ) : Doctrine\Common\Collections\Collection Get ShipmentItems
getShippingCommitDate ( ) : DateTime Get shipping_commit_date
getShippingDeliveryDate ( ) : DateTime Get shipping_delivery_date
getShippingDeliveryFee ( ) : string Get shipping_delivery_fee
getShippingDeliveryName ( ) : string Get shipping_delivery_name
getShippingDeliveryTime ( ) : string Get shipping_delivery_time
getTel01 ( ) : string Get tel01
getTel02 ( ) : string Get tel02
getTel03 ( ) : string Get tel03
getUpdateDate ( ) : DateTime Get update_date
getZip01 ( ) : string Get zip01
getZip02 ( ) : string Get zip02
getZipcode ( ) : string Get zipcode
removeShipmentItem ( Eccube\Entity\ShipmentItem $shipmentItems ) Remove ShipmentItems
setAddr01 ( string $addr01 ) : Shipping Set addr01
setAddr02 ( string $addr02 ) : Shipping Set addr02
setCompanyName ( string $companyName ) : Shipping Set company_name
setCountry ( Eccube\Entity\Master\Country $country = null ) : Shipping Set Country
setCreateDate ( DateTime $createDate ) : Shipping Set create_date
setDelFlg ( integer $delFlg ) : Shipping Set del_flg
setDelivery ( Eccube\Entity\Delivery $delivery = null ) : Shipping Set Delivery
setDeliveryFee ( Eccube\Entity\DeliveryFee $deliveryFee = null ) : Shipping Set DeliveryFee
setDeliveryTime ( Eccube\Entity\DeliveryTime $deliveryTime = null ) : Shipping Set DeliveryTime
setFax01 ( string $fax01 ) : Shipping Set fax01
setFax02 ( string $fax02 ) : Shipping Set fax02
setFax03 ( string $fax03 ) : Shipping Set fax03
setFromCustomerAddress ( CustomerAddress $CustomerAddress ) : Shipping CustomerAddress から個人情報を設定.
setKana01 ( string $kana01 ) : Shipping Set kana01
setKana02 ( string $kana02 ) : Shipping Set kana02
setName01 ( string $name01 ) : Shipping Set name01
setName02 ( string $name02 ) : Shipping Set name02
setOrder ( Order $order = null ) : Shipping Set Order
setPref ( Eccube\Entity\Master\Pref $pref = null ) : Shipping Set Pref
setRank ( integer $rank ) : Shipping Set rank
setShippingCommitDate ( DateTime $shippingCommitDate ) : Shipping Set shipping_commit_date
setShippingDeliveryDate ( DateTime $shippingDeliveryDate ) : Shipping Set shipping_delivery_date
setShippingDeliveryFee ( string $shippingDeliveryFee ) : Shipping Set shipping_delivery_fee
setShippingDeliveryName ( string $shippingDeliveryName ) : Shipping Set shipping_delivery_name
setShippingDeliveryTime ( string $shippingDeliveryTime ) : Shipping Set shipping_delivery_time
setTel01 ( string $tel01 ) : Shipping Set tel01
setTel02 ( string $tel02 ) : Shipping Set tel02
setTel03 ( string $tel03 ) : Shipping Set tel03
setUpdateDate ( DateTime $updateDate ) : Shipping Set update_date
setZip01 ( string $zip01 ) : Shipping Set zip01
setZip02 ( string $zip02 ) : Shipping Set zip02
setZipcode ( string $zipcode ) : Shipping Set zipcode

Method Details

__construct() public method

Constructor
public __construct ( )

addShipmentItem() public method

Add ShipmentItems
public addShipmentItem ( Eccube\Entity\ShipmentItem $shipmentItems ) : Shipping
$shipmentItems Eccube\Entity\ShipmentItem
return Shipping

clearCustomerAddress() public method

個人情報をクリア.
public clearCustomerAddress ( ) : Shipping
return Shipping

getAddr01() public method

Get addr01
public getAddr01 ( ) : string
return string

getAddr02() public method

Get addr02
public getAddr02 ( ) : string
return string

getCompanyName() public method

Get company_name
public getCompanyName ( ) : string
return string

getCountry() public method

Get Country
public getCountry ( ) : Eccube\Entity\Master\Country
return Eccube\Entity\Master\Country

getCreateDate() public method

Get create_date
public getCreateDate ( ) : DateTime
return DateTime

getDelFlg() public method

Get del_flg
public getDelFlg ( ) : integer
return integer

getDelivery() public method

Get Delivery
public getDelivery ( ) : Eccube\Entity\Delivery
return Eccube\Entity\Delivery

getDeliveryFee() public method

Get DeliveryFee
public getDeliveryFee ( ) : Eccube\Entity\DeliveryFee
return Eccube\Entity\DeliveryFee

getDeliveryTime() public method

Get DeliveryTime
public getDeliveryTime ( ) : Eccube\Entity\DeliveryTime
return Eccube\Entity\DeliveryTime

getFax01() public method

Get fax01
public getFax01 ( ) : string
return string

getFax02() public method

Get fax02
public getFax02 ( ) : string
return string

getFax03() public method

Get fax03
public getFax03 ( ) : string
return string

getId() public method

Get id
public getId ( ) : integer
return integer

getKana01() public method

Get kana01
public getKana01 ( ) : string
return string

getKana02() public method

Get kana02
public getKana02 ( ) : string
return string

getName01() public method

Get name01
public getName01 ( ) : string
return string

getName02() public method

Get name02
public getName02 ( ) : string
return string

getOrder() public method

Get Order
public getOrder ( ) : Order
return Order

getPref() public method

Get Pref
public getPref ( ) : Eccube\Entity\Master\Pref
return Eccube\Entity\Master\Pref

getRank() public method

Get rank
public getRank ( ) : integer
return integer

getShipmentItems() public method

Get ShipmentItems
public getShipmentItems ( ) : Doctrine\Common\Collections\Collection
return Doctrine\Common\Collections\Collection

getShippingCommitDate() public method

Get shipping_commit_date
public getShippingCommitDate ( ) : DateTime
return DateTime

getShippingDeliveryDate() public method

Get shipping_delivery_date
public getShippingDeliveryDate ( ) : DateTime
return DateTime

getShippingDeliveryFee() public method

Get shipping_delivery_fee
public getShippingDeliveryFee ( ) : string
return string

getShippingDeliveryName() public method

Get shipping_delivery_name
public getShippingDeliveryName ( ) : string
return string

getShippingDeliveryTime() public method

Get shipping_delivery_time
public getShippingDeliveryTime ( ) : string
return string

getTel01() public method

Get tel01
public getTel01 ( ) : string
return string

getTel02() public method

Get tel02
public getTel02 ( ) : string
return string

getTel03() public method

Get tel03
public getTel03 ( ) : string
return string

getUpdateDate() public method

Get update_date
public getUpdateDate ( ) : DateTime
return DateTime

getZip01() public method

Get zip01
public getZip01 ( ) : string
return string

getZip02() public method

Get zip02
public getZip02 ( ) : string
return string

getZipcode() public method

Get zipcode
public getZipcode ( ) : string
return string

removeShipmentItem() public method

Remove ShipmentItems
public removeShipmentItem ( Eccube\Entity\ShipmentItem $shipmentItems )
$shipmentItems Eccube\Entity\ShipmentItem

setAddr01() public method

Set addr01
public setAddr01 ( string $addr01 ) : Shipping
$addr01 string
return Shipping

setAddr02() public method

Set addr02
public setAddr02 ( string $addr02 ) : Shipping
$addr02 string
return Shipping

setCompanyName() public method

Set company_name
public setCompanyName ( string $companyName ) : Shipping
$companyName string
return Shipping

setCountry() public method

Set Country
public setCountry ( Eccube\Entity\Master\Country $country = null ) : Shipping
$country Eccube\Entity\Master\Country
return Shipping

setCreateDate() public method

Set create_date
public setCreateDate ( DateTime $createDate ) : Shipping
$createDate DateTime
return Shipping

setDelFlg() public method

Set del_flg
public setDelFlg ( integer $delFlg ) : Shipping
$delFlg integer
return Shipping

setDelivery() public method

Set Delivery
public setDelivery ( Eccube\Entity\Delivery $delivery = null ) : Shipping
$delivery Eccube\Entity\Delivery
return Shipping

setDeliveryFee() public method

Set DeliveryFee
public setDeliveryFee ( Eccube\Entity\DeliveryFee $deliveryFee = null ) : Shipping
$deliveryFee Eccube\Entity\DeliveryFee
return Shipping

setDeliveryTime() public method

Set DeliveryTime
public setDeliveryTime ( Eccube\Entity\DeliveryTime $deliveryTime = null ) : Shipping
$deliveryTime Eccube\Entity\DeliveryTime
return Shipping

setFax01() public method

Set fax01
public setFax01 ( string $fax01 ) : Shipping
$fax01 string
return Shipping

setFax02() public method

Set fax02
public setFax02 ( string $fax02 ) : Shipping
$fax02 string
return Shipping

setFax03() public method

Set fax03
public setFax03 ( string $fax03 ) : Shipping
$fax03 string
return Shipping

setFromCustomerAddress() public method

CustomerAddress から個人情報を設定.
public setFromCustomerAddress ( CustomerAddress $CustomerAddress ) : Shipping
$CustomerAddress CustomerAddress
return Shipping

setKana01() public method

Set kana01
public setKana01 ( string $kana01 ) : Shipping
$kana01 string
return Shipping

setKana02() public method

Set kana02
public setKana02 ( string $kana02 ) : Shipping
$kana02 string
return Shipping

setName01() public method

Set name01
public setName01 ( string $name01 ) : Shipping
$name01 string
return Shipping

setName02() public method

Set name02
public setName02 ( string $name02 ) : Shipping
$name02 string
return Shipping

setOrder() public method

Set Order
public setOrder ( Order $order = null ) : Shipping
$order Order
return Shipping

setPref() public method

Set Pref
public setPref ( Eccube\Entity\Master\Pref $pref = null ) : Shipping
$pref Eccube\Entity\Master\Pref
return Shipping

setRank() public method

Set rank
public setRank ( integer $rank ) : Shipping
$rank integer
return Shipping

setShippingCommitDate() public method

Set shipping_commit_date
public setShippingCommitDate ( DateTime $shippingCommitDate ) : Shipping
$shippingCommitDate DateTime
return Shipping

setShippingDeliveryDate() public method

Set shipping_delivery_date
public setShippingDeliveryDate ( DateTime $shippingDeliveryDate ) : Shipping
$shippingDeliveryDate DateTime
return Shipping

setShippingDeliveryFee() public method

Set shipping_delivery_fee
public setShippingDeliveryFee ( string $shippingDeliveryFee ) : Shipping
$shippingDeliveryFee string
return Shipping

setShippingDeliveryName() public method

Set shipping_delivery_name
public setShippingDeliveryName ( string $shippingDeliveryName ) : Shipping
$shippingDeliveryName string
return Shipping

setShippingDeliveryTime() public method

Set shipping_delivery_time
public setShippingDeliveryTime ( string $shippingDeliveryTime ) : Shipping
$shippingDeliveryTime string
return Shipping

setTel01() public method

Set tel01
public setTel01 ( string $tel01 ) : Shipping
$tel01 string
return Shipping

setTel02() public method

Set tel02
public setTel02 ( string $tel02 ) : Shipping
$tel02 string
return Shipping

setTel03() public method

Set tel03
public setTel03 ( string $tel03 ) : Shipping
$tel03 string
return Shipping

setUpdateDate() public method

Set update_date
public setUpdateDate ( DateTime $updateDate ) : Shipping
$updateDate DateTime
return Shipping

setZip01() public method

Set zip01
public setZip01 ( string $zip01 ) : Shipping
$zip01 string
return Shipping

setZip02() public method

Set zip02
public setZip02 ( string $zip02 ) : Shipping
$zip02 string
return Shipping

setZipcode() public method

Set zipcode
public setZipcode ( string $zipcode ) : Shipping
$zipcode string
return Shipping