fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [6999] merge from bim-branch


From: Sigurd Nes
Subject: [Fmsystem-commits] [6999] merge from bim-branch
Date: Wed, 16 Feb 2011 09:29:32 +0000

Revision: 6999
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=6999
Author:   sigurdne
Date:     2011-02-16 09:29:32 +0000 (Wed, 16 Feb 2011)
Log Message:
-----------
merge from bim-branch

Added Paths:
-----------
    trunk/bim/inc/class.bogroup.inc.php

Copied: trunk/bim/inc/class.bogroup.inc.php (from rev 6998, 
branches/dev-bim2/property/inc/class.bogroup.inc.php)
===================================================================
--- trunk/bim/inc/class.bogroup.inc.php                         (rev 0)
+++ trunk/bim/inc/class.bogroup.inc.php 2011-02-16 09:29:32 UTC (rev 6999)
@@ -0,0 +1,66 @@
+<?php
+
+    /**
+     * Description of classbogroupinc
+     *
+     * @author Espen
+     */
+    class property_bogroup extends property_boattribute_owner
+    {
+        private $id, $name, $bpn, $nat_group_no, $catalog;
+
+        public function __construct()
+        {
+
+        }
+
+        public function get_id() {
+            return $this->id;
+        }
+
+        public function set_id($id) {
+            $this->id = $id;
+        }
+        
+        public function get_name()
+        {
+            return $this->name;
+        }
+
+        public function set_name($name)
+        {
+            $this->name = $name;
+        }
+
+        public function get_bpn()
+        {
+            return $this->bpn;
+        }
+
+        public function set_bpn($bpn)
+        {
+            $this->bpn = $bpn;
+        }
+
+        public function get_nat_group_no()
+        {
+            return $this->nat_group_no;
+        }
+
+        public function set_nat_group_no($nat_group_no)
+        {
+            $this->nat_group_no = $nat_group_no;
+        }
+
+        public function get_catalog()
+        {
+            return $this->catalog;
+        }
+
+        public function set_catalog(property_bocatalog $catalog)
+        {
+            $this->catalog = $catalot;
+        }
+
+
+    }




reply via email to

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