Package DE_EPAGES::Catalog::API::Object::CategoryProductMap
object interface for CategoryProductMap.
Base |
DE_EPAGES::Object::API::Object::DALObject |
Functions
className
Returns the class name, used for DAL access.
Syntax |
$ClassName = $CategoryProductMap->className; |
Return |
|
dbPackage
Returns the database package, used for DAL access.
Syntax |
$DbPackage = $CategoryProductMap->dbPackage; |
Return |
|
id
Returns the CategoryProductMap id.
Syntax |
$CategoryProductMapID = $CategoryProductMap->id; |
Return |
|
importXML
Imports an object from an XML file. This function is called at the XML start tag.
Syntax |
$Object = DE_EPAGES::Object::API::Object::Object->importXML($Handler, $hElement, $Class, $hAttributes); |
Input |
|
Return |
|
primaryKey
Returns the name of the primary key.
Syntax |
$PrimaryKey = $CategoryProductMap->primaryKey; |
Return |
|