home *** CD-ROM | disk | FTP | other *** search
- #---------------------------------------------------------------------------
- #
- # (c) Cayenne Software Inc. 1997
- #
- # File: @(#)mtitemprop.tcl /main/titanic/2
- # Author: <generated>
- # Description:
- #---------------------------------------------------------------------------
- # SccsId = @(#)mtitemprop.tcl /main/titanic/2 1 Aug 1997 Copyright 1997 Cayenne Software Inc.
-
- # Start user added include file section
- # End user added include file section
-
- require "mtproprepo.tcl"
-
- Class MTItemPropRepObj : {MTPropRepObj} {
- constructor
- method destructor
- method browserObjType
- method browserType
- attribute item
- }
-
- constructor MTItemPropRepObj {class this name} {
- set this [MTPropRepObj::constructor $class $this $name]
- # Start constructor user section
- # End constructor user section
- return $this
- }
-
- method MTItemPropRepObj::destructor {this} {
- # Start destructor user section
- # End destructor user section
- $this MTPropRepObj::destructor
- }
-
- method MTItemPropRepObj::browserObjType {this} {
- return MTItemPropertyRepObj
- }
-
- method MTItemPropRepObj::browserType {this} {
- return ItemProperty
- }
-
- # Do not delete this line -- regeneration end marker
-
-