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