public
|
|
public
integer
|
#
getId( )
Returns the id.
Returns
integer
Implementation of
|
public
|
#
setId( IdType $manufacturerId )
Sets the id.
Parameters
- $manufacturerId
- Id to be set.
Returns
$this|\ManufacturerInterface Same instance for chained method calls.
Implementation of
|
public
string
|
#
getName( )
Returns the manufacturer name.
Returns the manufacturer name.
Returns
string Language specific name value.
Implementation of
|
public
|
#
setName( StringType $name )
Sets the manufacturer name.
Sets the manufacturer name.
Parameters
- $name
- Name value to be set.
Returns
$this|\ManufacturerInterface Same instance for chained method calls.
Implementation of
|
public
string
|
#
getImage( )
Returns the manufacturer image path.
Returns the manufacturer image path.
Returns
string Language specific image Path value.
Implementation of
|
public
|
#
setImage( StringType $imagePath )
Sets the image path.
Parameters
- $imagePath
- Image path to be set.
Returns
$this|\ManufacturerInterface Same instance for chained method calls.
Implementation of
|
public
DateTime
|
#
getDateAdded( )
Returns the datetime.
Returns
DateTime Order purchase datetime.
Implementation of
|
public
|
#
setDateAdded( DateTime $date )
Sets the datetime.
Parameters
Returns
$this|\ManufacturerInterface Same instance for chained method calls.
Implementation of
|
public
DateTime
|
#
getLastModified( )
Returns the last modified datetime.
Returns the last modified datetime.
Returns
DateTime Order purchase datetime.
Implementation of
|
public
|
#
setLastModified( DateTime $date )
Sets the last modified datetime.
Sets the last modified datetime.
Parameters
- $date
- Last Date to be set.
Returns
$this|\ManufacturerInterface Same instance for chained method calls.
Implementation of
|
public
string
|
#
getUrl( LanguageCode $languageCode )
Returns the url.
Parameters
- $languageCode
- Language code for language specific name value.
Returns
string Language specific name value.
Implementation of
|
public
|
#
setUrl( StringType $title, LanguageCode $languageCode )
Sets the url.
Parameters
- $title
- Title.
- $languageCode
- Language code for language specific name value.
Returns
$this|\ManufacturerInterface Same instance for chained method calls.
Implementation of
|
public
array
|
#
getUrls( )
Returns all language specific title.
Returns all language specific title.
Returns
array Language specific title value.
Implementation of
|