Package DE_EPAGES::Design::API::Object::StyleGroupMap
object interface for StyleGroupMap.
Base |
DE_EPAGES::Object::API::Object::DALObject |
Functions
className
Returns the class name, used for DAL access.
Syntax |
$ClassName = $StyleGroupMap->className; |
Return |
|
dbPackage
Returns the database package, used for DAL access.
Syntax |
$DbPackage = $StyleGroupMap->dbPackage; |
Return |
|
exportXMLAttributes
Returns plain attribute values of the object to XML export driver, i.e. all attributes that are not localizable, objects, hashes or arrays.
Syntax |
$hAttributes = $Object->exportXMLAttributes( $hAttributes, $hAllAttributes ); |
Input |
|
Return |
|
id
Returns the StyleGroupMap id.
Syntax |
$StyleGroupMapID = $StyleGroupMap->id; |
Return |
|
primaryKey
Returns the name of the primary key.
Syntax |
$PrimaryKey = $StyleGroupMap->primaryKey; |
Return |
|