PHP Interface WellCommerce\Bundle\DistributionBundle\Entity\PackageInterface

Author: Adam Piotrowski ([email protected])
Inheritance: extends WellCommerce\Bundle\CoreBundle\Entity\TimestampableInterface
Show file Open project: wellcommerce/wellcommerce Interface Usage Examples

Public Methods

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

Method Details

getFullName() public method

public getFullName ( ) : string
return string

getId() public method

public getId ( ) : integer
return integer

getLocalVersion() public method

public getLocalVersion ( ) : string
return string

getName() public method

public getName ( ) : string
return string

getRemoteVersion() public method

public getRemoteVersion ( ) : string
return string

getVendor() public method

public getVendor ( ) : string
return string

setFullName() public method

public setFullName ( string $fullName )
$fullName string

setLocalVersion() public method

public setLocalVersion ( string $localVersion )
$localVersion string

setName() public method

public setName ( string $name )
$name string

setRemoteVersion() public method

public setRemoteVersion ( string $remoteVersion )
$remoteVersion string

setVendor() public method

public setVendor ( string $vendor )
$vendor string