PHP Interface Elcodi\Plugin\CustomShippingBundle\Entity\Interfaces\ShippingWeightRangeInterface

Show file Open project: elcodi/bamboo

Public Methods

Method Description
getFromWeight ( ) : integer Get FromWeight
getToWeight ( ) : integer Get ToWeight
setFromWeight ( integer $fromWeight ) Sets FromWeight
setToWeight ( integer $toWeight ) Sets ToWeight

Method Details

getFromWeight() public method

Get FromWeight
public getFromWeight ( ) : integer
return integer FromWeight

getToWeight() public method

Get ToWeight
public getToWeight ( ) : integer
return integer ToWeight

setFromWeight() public method

Sets FromWeight
public setFromWeight ( integer $fromWeight )
$fromWeight integer FromWeight

setToWeight() public method

Sets ToWeight
public setToWeight ( integer $toWeight )
$toWeight integer ToWeight