summaryrefslogtreecommitdiffstats
path: root/application/models/BootOs.php
diff options
context:
space:
mode:
authormichael pereira2011-03-05 13:12:23 +0100
committermichael pereira2011-03-05 13:12:23 +0100
commit92e5b7a7b6bb780ef5e788b7711f8a999ac80f41 (patch)
tree9886c2229205ea8478e9a0bf0ca9fc5fb8de68e8 /application/models/BootOs.php
parentMerge branch 'master' of openslx.org:lsfks/master-teamprojekt/pbs2 (diff)
downloadpbs2-92e5b7a7b6bb780ef5e788b7711f8a999ac80f41.tar.gz
pbs2-92e5b7a7b6bb780ef5e788b7711f8a999ac80f41.tar.xz
pbs2-92e5b7a7b6bb780ef5e788b7711f8a999ac80f41.zip
bootos v1
Diffstat (limited to 'application/models/BootOs.php')
-rw-r--r--application/models/BootOs.php14
1 files changed, 9 insertions, 5 deletions
diff --git a/application/models/BootOs.php b/application/models/BootOs.php
index 57d1423..a2eea2f 100644
--- a/application/models/BootOs.php
+++ b/application/models/BootOs.php
@@ -2,11 +2,15 @@
class Application_Model_BootOs
{
- protected $_bootisoID;
- protected $_membershipID;
+ protected $_bootosID;
+ protected $_configID;
protected $_groupID;
- protected $_serialnumber;
+ protected $_title;
+ protected $_path_init;
+ protected $_path_kernel;
+ protected $_defaultkcl;
protected $_created;
+ protected $_description;
protected $_expires;
protected $_public;
@@ -48,11 +52,11 @@ class Application_Model_BootOs
}
- public function getBootosID()
+ public function getID()
{
return $this->_bootosID;
}
- public function setBootosID($_bootosID)
+ public function setID($_bootosID)
{
$this->_bootosID = $_bootosID;
return $this;