Package DE_EPAGES::Customer::API::Object::Customer
object interface for Customer.
Base |
DE_EPAGES::Object::API::Object::Object |
Functions
className
Returns the class name, used for DAL access.
Syntax |
$ClassName = $Customer->className; |
Return |
|
cloneChildren
Returns all children of the object which should be cloned.
Syntax |
$aChildren = $Object->cloneChildren |
Example |
$Description = $Object->cloneChildren; |
Return |
|
dbPackage
Returns the database package, used for DAL access.
Syntax |
$DbPackage = $Customer->dbPackage; |
Return |
|