Package DE_EPAGES::Shipping::API::Object::ShippingValues
object interface for ShippingValues.
Base |
DE_EPAGES::Object::API::Object::DALObject |
Functions
className
Returns the class name, used for DAL access.
Syntax |
$ClassName = $ShippingValues->className; |
Return |
|
dbPackage
Returns the database package, used for DAL access.
Syntax |
$DbPackage = $ShippingValues->dbPackage; |
Return |
|
id
Returns the ShippingValues id.
Syntax |
$ShippingValuesID = $ShippingValues->id; |
Return |
|
primaryKey
Returns the name of the primary key.
Syntax |
$PrimaryKey = $ShippingValues->primaryKey; |
Return |
|