ePages 6.17.17 - DE_EPAGES/MeinPaket/API/DTO/VariantGroup.pm

Package DE_EPAGES::MeinPaket::API::DTO::VariantGroup

DTO Class for data structure VariantGroup

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

Functions

code
configuration
title
toXML

code

getter/setter for 'code'

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

configuration

getter/setter for 'configuration'

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

title

getter/setter for 'title'

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

toXML

XML serialization of object

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