read terms-of-service from file
[brisk.git] / web / Obj / dbase_base.phh
index 2464f81..938a277 100644 (file)
@@ -90,16 +90,28 @@ class LoginDBItem {
     {
         return $this->supp_comp;
     }
+    function supp_comp_set($supp_comp)
+    {
+        $this->supp_comp = $supp_comp;
+    }
 
     function lice_vers_get()
     {
         return $this->lice_vers;
     }
+    function lice_vers_set($lice_vers)
+    {
+        $this->lice_vers = $lice_vers;
+    }
 
     function disa_reas_get()
     {
         return $this->disa_reas;
     }
+    function disa_reas_set($disa_reas)
+    {
+        $this->disa_reas = $disa_reas;
+    }
 
 }