fmsystem-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Fmsystem-commits] [10181] Logistic: New fields according to change in d


From: Torstein
Subject: [Fmsystem-commits] [10181] Logistic: New fields according to change in db
Date: Tue, 09 Oct 2012 12:37:34 +0000

Revision: 10181
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=10181
Author:   vator
Date:     2012-10-09 12:37:33 +0000 (Tue, 09 Oct 2012)
Log Message:
-----------
Logistic: New fields according to change in db

Modified Paths:
--------------
    trunk/logistic/inc/model/class.requirement_value.inc.php

Modified: trunk/logistic/inc/model/class.requirement_value.inc.php
===================================================================
--- trunk/logistic/inc/model/class.requirement_value.inc.php    2012-10-09 
12:36:18 UTC (rev 10180)
+++ trunk/logistic/inc/model/class.requirement_value.inc.php    2012-10-09 
12:37:33 UTC (rev 10181)
@@ -33,12 +33,13 @@
        {
                public static $so;
 
-               protected static $id;
-               protected static $requirement_id;
+               protected $id;
+               protected $requirement_id;
                protected $bim_type_requirement_id;
                protected $location_id;
                protected $cust_attribute_id;
-               protected static $value;
+               protected $value;
+               protected $operator;
 
                /**
                 * Constructor.  Takes an optional ID.  If a contract is 
created from outside
@@ -110,7 +111,17 @@
                {
                        return $this->value;
                }
+               
+               public function set_operator($operator)
+               {
+                       $this->operator = $operator;
+               }
 
+               public function get_operator()
+               {
+                       return $this->operator;
+               }
+
                /**
                * Get a static reference to the storage object associated with 
this model object
                *




reply via email to

[Prev in Thread] Current Thread [Next in Thread]