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