From dd8dbbcdde46419dd1ad193a8170cde5ca24630b Mon Sep 17 00:00:00 2001 From: Michael Neves Date: Thu, 26 Jan 2012 15:56:42 +0100 Subject: Preboot Serial and type in View --- application/models/BootIso.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'application/models/BootIso.php') 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; } -- cgit v1.2.3-55-g7522