PHP Class PartKeepr\DistributorBundle\Entity\Distributor

Inheritance: extends PartKeepr\CoreBundle\Entity\BaseEntity
Datei anzeigen Open project: partkeepr/PartKeepr Class Usage Examples

Public Methods

Method Description
getAddress ( ) : string Returns the address of this distributor.
getComment ( ) : string Returns the comment for this distributor.
getEmail ( ) : string Returns the email for this distributor.
getFax ( ) : string Returns the fax number for this distributor.
getName ( ) : string Returns the name of the distributor.
getPhone ( ) : string Returns the phone number of this distributor.
getSkuurl ( ) : string Returns the SKU lookup URL for this distributor.
getUrl ( ) : string Returns the URL for this distributor.
setAddress ( string $address ) Sets the address of this distributor.
setComment ( string $comment ) Sets the comment for this distributor.
setEmail ( string $email ) Sets the email for this distributor.
setFax ( string $fax ) Sets the fax number for this distributor.
setName ( string $name ) Sets the name for the distributor.
setPhone ( string $phone ) Sets the phone number for this distributor.
setSkuurl ( string $skuurl ) Sets the SKU lookup URL for this distributor.
setUrl ( string $url ) Sets the URL for this distributor.

Method Details

getAddress() public method

Returns the address of this distributor.
public getAddress ( ) : string
return string The address of this distributor

getComment() public method

Returns the comment for this distributor.
public getComment ( ) : string
return string The comment

getEmail() public method

Returns the email for this distributor.
public getEmail ( ) : string
return string The email

getFax() public method

Returns the fax number for this distributor.
public getFax ( ) : string
return string $fax The fax number

getName() public method

Returns the name of the distributor.
public getName ( ) : string
return string The distributor's name

getPhone() public method

Returns the phone number of this distributor.
public getPhone ( ) : string
return string The phone number

getSkuurl() public method

Returns the SKU lookup URL for this distributor.
public getSkuurl ( ) : string
return string The SKU lookup URL

getUrl() public method

Returns the URL for this distributor.
public getUrl ( ) : string
return string The URL

setAddress() public method

Sets the address of this distributor.
public setAddress ( string $address )
$address string The address of the distributor

setComment() public method

Sets the comment for this distributor.
public setComment ( string $comment )
$comment string The comment for this distributor

setEmail() public method

Sets the email for this distributor.
public setEmail ( string $email )
$email string The email for this distributor

setFax() public method

Sets the fax number for this distributor.
public setFax ( string $fax )
$fax string The fax number

setName() public method

Sets the name for the distributor.
public setName ( string $name )
$name string The distributor's name

setPhone() public method

Sets the phone number for this distributor.
public setPhone ( string $phone )
$phone string The phone number of this distributor

setSkuurl() public method

Sets the SKU lookup URL for this distributor.
public setSkuurl ( string $skuurl )
$skuurl string The SKU lookup URL for this distributor

setUrl() public method

Sets the URL for this distributor.
public setUrl ( string $url )
$url string The URL for this distributor