summaryrefslogtreecommitdiffstats
path: root/application/models/PreBoot.php
diff options
context:
space:
mode:
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() {