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