ePages 6.17.40 - DE_EPAGES/MeinPaket/API/DTO/ProductDescription.pm

Package DE_EPAGES::MeinPaket::API::DTO::ProductDescription

DTO Class for data structure ProductDescription

Base
DE_EPAGES::MeinPaket::API::DTO::DTO

Functions

AttributeList
ImageList
longDescription
marketplaceCategory
name
pushAttribute
pushImage
shopCategory
shortDescription
toXML
variantGroupInfo

AttributeList

returns list of 'Attribute' elements

Syntax
$Object->AttributeList();
Return
$AttributeList (any.array.ref)
element list of Attribute

ImageList

returns list of 'Image' elements

Syntax
$Object->ImageList();
Return
$ImageList (any.array.ref)
element list of Image

longDescription

getter/setter for 'longDescription'

Syntax
my $longDescription = $Object->longDescription;
$Object->longDescription('value');
Input
$longDescription (any)
value of longDescription
Return
$longDescription (any)
value of longDescription

marketplaceCategory

getter/setter for 'marketplaceCategory'

Syntax
my $marketplaceCategory = $Object->marketplaceCategory;
$Object->marketplaceCategory('value');
Input
$marketplaceCategory (any)
value of marketplaceCategory
Return
$marketplaceCategory (any)
value of marketplaceCategory

name

getter/setter for 'name'

Syntax
my $name = $Object->name;
$Object->name('value');
Input
$name (any)
value of name
Return
$name (any)
value of name

pushAttribute

pushes 'Attribute' on stack

Syntax
$Object->pushAttribute($Element);
Input
$Attribute (any)
value of Attribute

pushImage

pushes 'Image' on stack

Syntax
$Object->pushImage($Element);
Input
$Image (any)
value of Image

shopCategory

getter/setter for 'shopCategory'

Syntax
my $shopCategory = $Object->shopCategory;
$Object->shopCategory('value');
Input
$shopCategory (any)
value of shopCategory
Return
$shopCategory (any)
value of shopCategory

shortDescription

getter/setter for 'shortDescription'

Syntax
my $shortDescription = $Object->shortDescription;
$Object->shortDescription('value');
Input
$shortDescription (any)
value of shortDescription
Return
$shortDescription (any)
value of shortDescription

toXML

XML serialization of object

Syntax
$Object->toXML();
Return
$xml (string)
serialized version of object as xml string

variantGroupInfo

getter/setter for 'variantGroupInfo'

Syntax
my $variantGroupInfo = $Object->variantGroupInfo;
$Object->variantGroupInfo('value');
Input
$variantGroupInfo (any)
value of variantGroupInfo
Return
$variantGroupInfo (any)
value of variantGroupInfo