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