PartKeepr\DistributorBundle\Entity\Distributor::setComment PHP Method

setComment() public method

Sets the comment for this distributor.
public setComment ( string $comment )
$comment string The comment for this distributor
    public function setComment($comment)
    {
        $this->comment = $comment;
    }