org.ow2.bonita.facade.runtime.impl
Class CommentImpl
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
CommentImpl
protected CommentImpl()
CommentImpl
public CommentImpl(java.lang.String userId,
java.lang.String message,
ActivityInstanceUUID activityUUID)
CommentImpl
public CommentImpl(Comment comment)
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.