home *** CD-ROM | disk | FTP | other *** search
- #---------------------------------------------------------------------------
- #
- # (c) Cadre Technologies Inc. 1995
- #
- # File: %W%
- # Author: Challenger
- # Description: Implementation of old Report Writer table Comp_Attr
- #
- #---------------------------------------------------------------------------
- # SccsId = %W% %G% Copyright 1995 Cadre Technologies Inc.
-
-
- constructor CompattrRecord {class this component attribute value} {
- set this [GCObject::constructor $class $this]
-
- $this component_id [$component identity]
- $this attribute [short2longname $attribute]
- $this short_attribute $attribute
- $this value $value
-
- return $this
- }
-