Open Journal Systems
3.3.0
|
Additional Inherited Members | |
![]() | |
$_data = array() | |
$_extractionAdaptersLoaded = false | |
$_hasLoadableAdapters = false | |
$_injectionAdaptersLoaded = false | |
$_metadataExtractionAdapters = array() | |
$_metadataInjectionAdapters = array() | |
Basic class describing a deposit stored in the PLN.
Definition at line 14 of file DepositObject.inc.php.
DepositObject::getContent | ( | ) |
Get the content object that's referenced by this deposit object
Definition at line 19 of file DepositObject.inc.php.
References DAORegistry\getDAO(), getJournalId(), getObjectId(), and getObjectType().
DepositObject::getDateCreated | ( | ) |
Get the date of deposit object creation
Definition at line 115 of file DepositObject.inc.php.
References DataObject\getData().
DepositObject::getDateModified | ( | ) |
Get the modification date of the deposit object
Definition at line 131 of file DepositObject.inc.php.
References DataObject\getData().
DepositObject::getDepositId | ( | ) |
Get the id of the deposit which includes this deposit object
Definition at line 99 of file DepositObject.inc.php.
References DataObject\getData().
DepositObject::getJournalId | ( | ) |
Get the journal id of this deposit object
Definition at line 83 of file DepositObject.inc.php.
References DataObject\getData().
Referenced by getContent().
DepositObject::getObjectId | ( | ) |
Get the id of the object being referenced by this deposit object
Definition at line 67 of file DepositObject.inc.php.
References DataObject\getData().
Referenced by getContent().
DepositObject::getObjectType | ( | ) |
Get type of the object being referenced by this deposit object
Definition at line 51 of file DepositObject.inc.php.
References DataObject\getData().
Referenced by getContent().
DepositObject::setContent | ( | $content | ) |
Set the content object that's referenced by this deposit object
$content | Object (Issue,Submission) |
Definition at line 38 of file DepositObject.inc.php.
References setObjectId(), and setObjectType().
DepositObject::setDateCreated | ( | $dateCreated | ) |
Set the date of deposit object creation
$dateCreated | DateTime |
Definition at line 123 of file DepositObject.inc.php.
References DataObject\setData().
DepositObject::setDateModified | ( | $dateModified | ) |
Set the modification date of the deposit object
$dateModified | DateTime |
Definition at line 139 of file DepositObject.inc.php.
References DataObject\setData().
DepositObject::setDepositId | ( | $depositId | ) |
Set the id of the deposit which includes this deposit object
int |
Definition at line 107 of file DepositObject.inc.php.
References DataObject\setData().
DepositObject::setJournalId | ( | $journalId | ) |
Set the journal id of this deposit object
int |
Definition at line 91 of file DepositObject.inc.php.
References DataObject\setData().
DepositObject::setObjectId | ( | $objectId | ) |
Set the id of the object being referenced by this deposit object
int |
Definition at line 75 of file DepositObject.inc.php.
References DataObject\setData().
Referenced by setContent().
DepositObject::setObjectType | ( | $objectType | ) |
Set type of the object being referenced by this deposit object
string |
Definition at line 59 of file DepositObject.inc.php.
References DataObject\setData().
Referenced by setContent().