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

setAddress() public method

Sets the address of this distributor.
public setAddress ( string $address )
$address string The address of the distributor
    public function setAddress($address)
    {
        $this->address = $address;
    }