PHP Class WellCommerce\Bundle\DistributionBundle\Entity\Package

Author: Adam Piotrowski ([email protected])
Inheritance: implements WellCommerce\Bundle\DistributionBundle\Entity\PackageInterface, use trait Knp\DoctrineBehaviors\Model\Timestampable\Timestampable
Show file Open project: wellcommerce/wellcommerce Class Usage Examples

Protected Properties

Property Type Description
$fullName string
$id integer
$localVersion string
$name string
$remoteVersion string
$vendor string

Public Methods

Method Description
getFullName ( )
getId ( )
getLocalVersion ( )
getName ( )
getRemoteVersion ( )
getVendor ( )
setFullName ( $fullName )
setLocalVersion ( $localVersion )
setName ( $name )
setRemoteVersion ( $remoteVersion )
setVendor ( $vendor )

Method Details

getFullName() public method

public getFullName ( )

getId() public method

public getId ( )

getLocalVersion() public method

public getLocalVersion ( )

getName() public method

public getName ( )

getRemoteVersion() public method

public getRemoteVersion ( )

getVendor() public method

public getVendor ( )

setFullName() public method

public setFullName ( $fullName )

setLocalVersion() public method

public setLocalVersion ( $localVersion )

setName() public method

public setName ( $name )

setRemoteVersion() public method

public setRemoteVersion ( $remoteVersion )

setVendor() public method

public setVendor ( $vendor )

Property Details

$fullName protected property

protected string $fullName
return string

$id protected property

protected int $id
return integer

$localVersion protected property

protected string $localVersion
return string

$name protected property

protected string $name
return string

$remoteVersion protected property

protected string $remoteVersion
return string

$vendor protected property

protected string $vendor
return string