summaryrefslogtreecommitdiffstats
path: root/application/models/BootOs.php
diff options
context:
space:
mode:
Diffstat (limited to 'application/models/BootOs.php')
-rw-r--r--application/models/BootOs.php30
1 files changed, 0 insertions, 30 deletions
diff --git a/application/models/BootOs.php b/application/models/BootOs.php
index 9819c29..f095720 100644
--- a/application/models/BootOs.php
+++ b/application/models/BootOs.php
@@ -16,9 +16,6 @@ class Application_Model_BootOs
protected $_groupID;
protected $_membershipID;
protected $_title;
- protected $_path_init;
- protected $_path_kernel;
- protected $_path_config;
protected $_defaultkcl;
protected $_created;
protected $_description;
@@ -77,15 +74,6 @@ class Application_Model_BootOs
$this->_bootosID = $_bootosID;
return $this;
}
- public function getPath_config()
- {
- return $this->_path_config;
- }
- public function setPath_config($_path_config)
- {
- $this->_path_config = $_path_config;
- return $this;
- }
public function getGroupID()
{
return $this->_groupID;
@@ -122,24 +110,6 @@ class Application_Model_BootOs
$this->_description = $_description;
return $this;
}
- public function getPath_init()
- {
- return $this->_path_init;
- }
- public function setPath_init($_path_init)
- {
- $this->_path_init = $_path_init;
- return $this;
- }
- public function getPath_kernel()
- {
- return $this->_path_kernel;
- }
- public function setPath_kernel($_path_kernel)
- {
- $this->_path_kernel = $_path_kernel;
- return $this;
- }
public function getDefaultkcl()
{
return $this->_defaultkcl;