Package DE_EPAGES::PriceList::API::Object::ScalePrice
object interface for ScalePrice.
Base |
DE_EPAGES::Object::API::Object::DALObject |
Functions
className
Returns the class name, used for DAL access.
Syntax |
$ClassName = $ScalePrice->className; |
Return |
|
dbPackage
Returns the database package, used for DAL access.
Syntax |
$DbPackage = $ScalePrice->dbPackage; |
Return |
|
id
Returns the ScalePrice id.
Syntax |
$ScalePriceID = $ScalePrice->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 = $ScalePrice->primaryKey; |
Return |
|