Method | Description | |
---|---|---|
getCarrier ( ) : Elcodi\Plugin\CustomShippingBundle\Entity\Interfaces\CarrierInterface | Get Carrier | |
getFromZone ( ) : Elcodi\Component\Zone\Entity\Interfaces\ZoneInterface | Get FromZone | |
getName ( ) : string | Get Name | |
getPrice ( ) : Elcodi\Component\Currency\Entity\Interfaces\MoneyInterface | Get price | |
getToZone ( ) : Elcodi\Component\Zone\Entity\Interfaces\ZoneInterface | Get ToZone | |
getType ( ) : mixed | Get Type | |
setCarrier ( Elcodi\Plugin\CustomShippingBundle\Entity\Interfaces\CarrierInterface $carrier ) | Sets Carrier | |
setFromZone ( Elcodi\Component\Zone\Entity\Interfaces\ZoneInterface $fromZone ) | Sets FromZone | |
setName ( string $name ) | Sets Name | |
setPrice ( Elcodi\Component\Currency\Entity\Interfaces\MoneyInterface $amount ) | Set price | |
setToZone ( Elcodi\Component\Zone\Entity\Interfaces\ZoneInterface $toZone ) | Sets ToZone | |
setType ( mixed $type ) | Sets Type |
public getCarrier ( ) : Elcodi\Plugin\CustomShippingBundle\Entity\Interfaces\CarrierInterface | ||
return | Elcodi\Plugin\CustomShippingBundle\Entity\Interfaces\CarrierInterface | Carrier |
public getFromZone ( ) : Elcodi\Component\Zone\Entity\Interfaces\ZoneInterface | ||
return | Elcodi\Component\Zone\Entity\Interfaces\ZoneInterface | FromZone |
public getPrice ( ) : Elcodi\Component\Currency\Entity\Interfaces\MoneyInterface | ||
return | Elcodi\Component\Currency\Entity\Interfaces\MoneyInterface | Price |
public getToZone ( ) : Elcodi\Component\Zone\Entity\Interfaces\ZoneInterface | ||
return | Elcodi\Component\Zone\Entity\Interfaces\ZoneInterface | ToZone |
public setCarrier ( Elcodi\Plugin\CustomShippingBundle\Entity\Interfaces\CarrierInterface $carrier ) | ||
$carrier | Elcodi\Plugin\CustomShippingBundle\Entity\Interfaces\CarrierInterface | Carrier |
public setFromZone ( Elcodi\Component\Zone\Entity\Interfaces\ZoneInterface $fromZone ) | ||
$fromZone | Elcodi\Component\Zone\Entity\Interfaces\ZoneInterface | FromZone |
public setPrice ( Elcodi\Component\Currency\Entity\Interfaces\MoneyInterface $amount ) | ||
$amount | Elcodi\Component\Currency\Entity\Interfaces\MoneyInterface | Price |
public setToZone ( Elcodi\Component\Zone\Entity\Interfaces\ZoneInterface $toZone ) | ||
$toZone | Elcodi\Component\Zone\Entity\Interfaces\ZoneInterface | ToZone |