Package DE_EPAGES::Design::API::Object::StyleBodyImageMap
object interface for StyleBodyImageMap.
Base |
DE_EPAGES::Object::API::Object::DALObject |
Functions
className
Returns the class name, used for DAL access.
Syntax |
$ClassName = $StyleBodyImageMap->className; |
Return |
|
dbPackage
Returns the database package, used for DAL access.
Syntax |
$DbPackage = $StyleBodyImageMap->dbPackage; |
Return |
|
deleteXML
place holder to delete xml data see DE_EPAGES::Object::API::Object::Object::deleteXML. This function will be called at start tag. The end tag calls deleteXMLEnd.
Syntax |
$Object = DE_EPAGES::Object::API::BaseObject->deleteXML($Handler, $hElement, $hAttributes); |
Input |
|
Return |
|
id
Returns the StyleBodyImageMap id.
Syntax |
$StyleBodyImageMapID = $StyleBodyImageMap->id; |
Return |
|
importXML
place holder to import xml data see DE_EPAGES::Object::API::Object::Object::importXML. This function will be called at start tag. The end tag calls importXMLEnd.
Syntax |
$Object = DE_EPAGES::Object::API::BaseObject->importXML($Handler, $hElement, $Class, $hAttributes); |
Input |
|
Return |
|
primaryKey
Returns the name of the primary key.
Syntax |
$PrimaryKey = $StyleBodyImageMap->primaryKey; |
Return |
|