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. |
|