public
integer
|
#
getId( )
Returns the id.
Returns
integer
|
public
|
#
setId( IdType $vpeId )
Sets the id.
Parameters
Returns
$this|\VPEInterface Same instance for chained method calls.
|
public
string
|
#
getName( LanguageCode $languageCode )
Returns the language specific name.
Returns the language specific name.
Parameters
- $languageCode
- Language code for language specific name value.
Returns
string Language specific name value.
|
public
array
|
#
getNames( )
Returns all language specific names.
Returns all language specific names.
Returns
array Language specific names value.
|
public
|
#
setName( StringType $name, LanguageCode $languageCode )
Sets the language specific name.
Sets the language specific name.
Parameters
- $name
- Name value to be set.
- $languageCode
- Language code for language specific name value.
Returns
$this|\VPEInterface Same instance for chained method calls.
|
public
boolean
|
#
isDefault( )
Returns true if the vpe entity instance is the shops default.
Returns true if the vpe entity instance is the shops default.
Returns
boolean True if VPE value is shops default.
|
public
|
#
setDefault( BoolType $default )
Sets vpe entity to shops default, if bool type is true.
Sets vpe entity to shops default, if bool type is true.
Parameters
- $default
- Is current vpe entity shops default?
Returns
$this|\VPEInterface Same instance for chained method calls.
|