home *** CD-ROM | disk | FTP | other *** search
- #---------------------------------------------------------------------------
- #
- # (c) Cayenne Software Inc. 1997
- #
- # File: @(#)mtproprepo.tcl /main/titanic/3
- # Author: <generated>
- # Description:
- #---------------------------------------------------------------------------
- # SccsId = @(#)mtproprepo.tcl /main/titanic/3 27 Aug 1997 Copyright 1997 Cayenne Software Inc.
-
- # Start user added include file section
- # End user added include file section
-
- require "browsdbobj.tcl"
-
- Class MTPropRepObj : {PropertyValue BrowsDbObj} {
- constructor
- method destructor
- method promoter
- method browserObjType
- method browserType
- method versionName
- }
-
- constructor MTPropRepObj {class this name} {
- set this [PropertyValue::constructor $class $this]
- set this [BrowsDbObj::constructor $class $this $name]
- # Start constructor user section
- $this uiType Property
- # End constructor user section
- return $this
- }
-
- method MTPropRepObj::destructor {this} {
- # Start destructor user section
- # End destructor user section
- $this BrowsDbObj::destructor
- }
-
- method MTPropRepObj::promoter {this} {
- $this BrowsDbObj::promoter
- }
-
- proc MTPropRepObj::associations {} {
- return {}
- }
-
- method MTPropRepObj::browserObjType {this} {
- return MTPropRepObj
- }
-
- method MTPropRepObj::browserType {this} {
- return Property
- }
-
- method MTPropRepObj::versionName {this} {
- return ""
- }
-
- # Do not delete this line -- regeneration end marker
-
-