new BaseComment()
A Comment entity. A comment consists of the following components:
- message. The Comment itself
- parentCommentId. A parent of this comment, if it is a reply to an earlier comment
- reference. The reference to the entity to which this comment should be attached
- attribute(s). Additional attributes that need to be set as part of this comment. useful for adding additional information into ec_event for a comment.
Constructs a new BaseComment.
The following features are supported:
Members
attribute :Array.<tibco.objectapi.ec.base.Attribute>
This property holds the value of the 'Attribute' containment reference list.
Type:
message :string
This property holds the value of the 'Message' attribute.
Type:
- string