summaryrefslogtreecommitdiffstats
path: root/application/models/PreBoot.php
diff options
context:
space:
mode:
authorMichael Neves2012-01-26 15:56:42 +0100
committerMichael Neves2012-01-26 15:56:42 +0100
commitdd8dbbcdde46419dd1ad193a8170cde5ca24630b (patch)
tree501f81c7e1dfe00d420175f32bbb36bc39ece3e6 /application/models/PreBoot.php
parentAdded Preboottype Model, changed bootiso and preboot model (diff)
downloadpbs2-dd8dbbcdde46419dd1ad193a8170cde5ca24630b.tar.gz
pbs2-dd8dbbcdde46419dd1ad193a8170cde5ca24630b.tar.xz
pbs2-dd8dbbcdde46419dd1ad193a8170cde5ca24630b.zip
Preboot Serial and type in View
Diffstat (limited to 'application/models/PreBoot.php')
-rw-r--r--application/models/PreBoot.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/application/models/PreBoot.php b/application/models/PreBoot.php
index 61cdf93..5b78e4d 100644
--- a/application/models/PreBoot.php
+++ b/application/models/PreBoot.php
@@ -15,7 +15,7 @@ class Application_Model_PreBoot {
protected $_title;
protected $_membershipID;
protected $_groupID;
- protected $_typeID;
+ protected $_preboottypeID;
protected $_serialnumber;
protected $_source;
protected $_created;
@@ -81,12 +81,12 @@ class Application_Model_PreBoot {
$this->_groupID = $_groupID;
return $this;
}
- public function getTypeID() {
- return $this->_typeID;
+ public function getPreBootTypeID() {
+ return $this->_preboottypeID;
}
- public function setTypeID($_typeID) {
- $this->_typeID = $_typeID;
+ public function setPreBootTypeID($_typeID) {
+ $this->_preboottypeID = $_preboottypeID;
return $this;
}
public function getSerialnumber() {