From 5688b750744f8568414dc745961747e5629bd194 Mon Sep 17 00:00:00 2001 From: Simon Date: Mon, 7 Mar 2011 13:57:04 +0100 Subject: Pool actions zum bearbeiten von Pools hinzugefügt --- application/models/PoolEntries.php | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'application/models/PoolEntries.php') diff --git a/application/models/PoolEntries.php b/application/models/PoolEntries.php index 31caf5f..102dc9d 100644 --- a/application/models/PoolEntries.php +++ b/application/models/PoolEntries.php @@ -2,6 +2,7 @@ class Application_Model_PoolEntries { + protected $_poolentriesID; protected $_poolID; protected $_clientID; @@ -42,7 +43,15 @@ class Application_Model_PoolEntries return $this; } - + public function getID() + { + return $this->_poolentriesID; + } + public function setID($_poolentriesID) + { + $this->_poolentriesID = $_poolentriesID; + return $this; + } public function getPoolID() { return $this->_poolID; -- cgit v1.2.3-55-g7522