summaryrefslogtreecommitdiffstats
path: root/application/models/BootIso.php
diff options
context:
space:
mode:
Diffstat (limited to 'application/models/BootIso.php')
-rw-r--r--application/models/BootIso.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/application/models/BootIso.php b/application/models/BootIso.php
index e1c9bd8..967a612 100644
--- a/application/models/BootIso.php
+++ b/application/models/BootIso.php
@@ -16,7 +16,7 @@ class Application_Model_BootIso {
protected $_description;
protected $_membershipID;
protected $_groupID;
- protected $_typeID;
+ protected $_preboottypeID;
protected $_serialnumber;
protected $_created;
protected $_expires;
@@ -88,11 +88,11 @@ class Application_Model_BootIso {
return $this;
}
- public function getTypeID() {
- return $this->_typeID;
+ public function getPreBootTypeID() {
+ return $this->_preboottypeID;
}
- public function setTypeID($_typeID) {
- $this->_typeID = $_typeID;
+ public function setPreBootTypeID($_preboottypeID) {
+ $this->_preboottypeID = $_preboottypeID;
return $this;
}