org.ow2.orchestra.pvm.model
Interface Comment

All Superinterfaces:
Discussable
All Known Implementing Classes:
CommentImpl

public interface Comment
extends Discussable

a free text comment that can be made to an Execution or a task. This class also supports threaded discussions with the parent-child relation.

Author:
Tom Baeyens

Method Summary
 long getDbid()
          the meaningless database primary key
 String getMessage()
          the actual message.
 Date getTime()
          time that specifies when the comment was made
 String getUserId()
          the id of the user that made this comment.
 
Methods inherited from interface org.ow2.orchestra.pvm.model.Discussable
createComment, getComments, removeComment
 

Method Detail

getDbid

long getDbid()
the meaningless database primary key


getUserId

String getUserId()
the id of the user that made this comment. The term actorId is an abstract reference to an entity in an external identity component.


getMessage

String getMessage()
the actual message. Both plain text as well as HTML can be stored as the message.


getTime

Date getTime()
time that specifies when the comment was made



Copyright © 2011 OW2 Consortium. All Rights Reserved.