PartKeepr\PartBundle\Entity\PartParameter::setDescription PHP Method

setDescription() public method

Sets the description for this parameter.
public setDescription ( string $description )
$description string The description
    public function setDescription($description)
    {
        $this->description = $description;
    }