OBJECT CLASS Cobject
DESCRIPTION: "Provides an ID for classes without an obvious ID attribute"
REP: displayName
ATTRIBUTE displayName: [0,1] VARCHAR(255)
ATTRIBUTE lastChanged (changeTime, comment):
list-of [0,] ([0,1] DATETIME, [0,1] VARCHAR(255))
DESCRIPTION: "history of change"
The Cobject class was originally created in order to provide classes that were not a subclass of Xobject and that did not have an ID attribute with an ID attribute. However, now that the INSERT operation in OPM returns the _oid of the newly-created object, the Cobject class serves to provide an optional ``displayName'' for database objects.