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
Afficher le fichier Open project: wellcommerce/wellcommerce Class Usage Examples

Protected Properties

Свойство Type Description
$fullName string
$id integer
$localVersion string
$name string
$remoteVersion string
$vendor string

Méthodes publiques

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

Method Details

getFullName() public méthode

public getFullName ( )

getId() public méthode

public getId ( )

getLocalVersion() public méthode

public getLocalVersion ( )

getName() public méthode

public getName ( )

getRemoteVersion() public méthode

public getRemoteVersion ( )

getVendor() public méthode

public getVendor ( )

setFullName() public méthode

public setFullName ( $fullName )

setLocalVersion() public méthode

public setLocalVersion ( $localVersion )

setName() public méthode

public setName ( $name )

setRemoteVersion() public méthode

public setRemoteVersion ( $remoteVersion )

setVendor() public méthode

public setVendor ( $vendor )

Property Details

$fullName protected_oe property

protected string $fullName
Résultat string

$id protected_oe property

protected int $id
Résultat integer

$localVersion protected_oe property

protected string $localVersion
Résultat string

$name protected_oe property

protected string $name
Résultat string

$remoteVersion protected_oe property

protected string $remoteVersion
Résultat string

$vendor protected_oe property

protected string $vendor
Résultat string