PHP Interface WellCommerce\Bundle\CompanyBundle\Entity\CompanyInterface

Author: Adam Piotrowski ([email protected])
Inheritance: extends WellCommerce\Bundle\DoctrineBundle\Entity\EntityInterface, extends WellCommerce\Bundle\CoreBundle\Entity\TimestampableInterface, extends WellCommerce\Bundle\CoreBundle\Entity\BlameableInterface
Show file Open project: wellcommerce/wellcommerce

Public Methods

Method Description
getAddress ( ) : WellCommerce\Bundle\CompanyBundle\Entity\CompanyAddressInterface
getName ( ) : string
getShortName ( ) : string
setAddress ( WellCommerce\Bundle\CompanyBundle\Entity\CompanyAddressInterface $address )
setName ( string $name )
setShortName ( string $shortName )

Method Details

getAddress() public method

public getAddress ( ) : WellCommerce\Bundle\CompanyBundle\Entity\CompanyAddressInterface
return WellCommerce\Bundle\CompanyBundle\Entity\CompanyAddressInterface

getName() public method

public getName ( ) : string
return string

getShortName() public method

public getShortName ( ) : string
return string

setAddress() public method

public setAddress ( WellCommerce\Bundle\CompanyBundle\Entity\CompanyAddressInterface $address )
$address WellCommerce\Bundle\CompanyBundle\Entity\CompanyAddressInterface

setName() public method

public setName ( string $name )
$name string

setShortName() public method

public setShortName ( string $shortName )
$shortName string