PHP Class WellCommerce\Bundle\CompanyBundle\Entity\Company

Author: Adam Piotrowski ([email protected])
Inheritance: extends WellCommerce\Bundle\DoctrineBundle\Entity\AbstractEntity, implements WellCommerce\Bundle\CompanyBundle\Entity\CompanyInterface, use trait Knp\DoctrineBehaviors\Model\Timestampable\Timestampable, use trait Knp\DoctrineBehaviors\Model\Blameable\Blameable
Mostrar archivo Open project: wellcommerce/wellcommerce Class Usage Examples

Protected Properties

Property Type Description
$address WellCommerce\Bundle\CompanyBundle\Entity\CompanyAddressInterface
$name string
$shortName string

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

Property Details

$address protected_oe property

protected CompanyAddressInterface,WellCommerce\Bundle\CompanyBundle\Entity $address
return WellCommerce\Bundle\CompanyBundle\Entity\CompanyAddressInterface

$name protected_oe property

protected string $name
return string

$shortName protected_oe property

protected string $shortName
return string