org.ow2.bonita.facade.runtime.impl
Class CommentImpl

java.lang.Object
  extended by org.ow2.bonita.facade.runtime.impl.CommentImpl
All Implemented Interfaces:
java.io.Serializable, Comment

public class CommentImpl
extends java.lang.Object
implements Comment

Author:
Matthieu Chaffotte
See Also:
Serialized Form

Field Summary
protected  ActivityInstanceUUID activityUUID
           
protected  java.util.Date date
           
protected  long dbid
           
protected  java.lang.String message
           
protected  java.lang.String userId
           
 
Constructor Summary
protected CommentImpl()
           
  CommentImpl(Comment comment)
           
  CommentImpl(java.lang.String userId, java.lang.String message, ActivityInstanceUUID activityUUID)
           
 
Method Summary
 ActivityInstanceUUID getActivityUUID()
           
 java.util.Date getDate()
           
 java.lang.String getMessage()
           
 java.lang.String getUserId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dbid

protected long dbid

userId

protected java.lang.String userId

date

protected java.util.Date date

message

protected java.lang.String message

activityUUID

protected ActivityInstanceUUID activityUUID
Constructor Detail

CommentImpl

protected CommentImpl()

CommentImpl

public CommentImpl(java.lang.String userId,
                   java.lang.String message,
                   ActivityInstanceUUID activityUUID)

CommentImpl

public CommentImpl(Comment comment)
Method Detail

getUserId

public java.lang.String getUserId()
Specified by:
getUserId in interface Comment

getDate

public java.util.Date getDate()
Specified by:
getDate in interface Comment

getMessage

public java.lang.String getMessage()
Specified by:
getMessage in interface Comment

getActivityUUID

public ActivityInstanceUUID getActivityUUID()
Specified by:
getActivityUUID in interface Comment


Copyright © 2009 OW2 Consortium. All Rights Reserved.