diff --git a/lib/foldermanagement/Folder.inc b/lib/foldermanagement/Folder.inc index 4dc1eef..6ebfb07 100644 --- a/lib/foldermanagement/Folder.inc +++ b/lib/foldermanagement/Folder.inc @@ -125,6 +125,26 @@ class Folder { } /** + * Get the creator user id + * + * @return integer creator user id + * + */ + function getCreatorID() { + return $this->iCreatorID; + } + + /** + * Set the creator user id + * + * @param $iNewValue New creator user id + * + */ + function setCreatorID($iNewValue) { + $this->iCreatorID = $iNewValue; + } + + /** * Get the unit primary key * * @return integer primary key of unit to which the folder belongs