PartKeepr\PartBundle\Entity\PartParameter::setUnit PHP 메소드

setUnit() 공개 메소드

Sets the unit.
public setUnit ( Unit $unit = null )
$unit PartKeepr\UnitBundle\Entity\Unit The unit to set
    public function setUnit(Unit $unit = null)
    {
        $this->unit = $unit;
    }