|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opencms.workflow.CmsTaskLog
Describes an OpenCms task log entry.
Constructor Summary | |
CmsTaskLog(int id,
java.lang.String comment,
CmsUUID userId,
java.sql.Timestamp starttime,
int type)
Creates a new CmsTaskLog object. |
Method Summary | |
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getComment()
Returns the comment of this task log entry. |
int |
getId()
Returns the id of this task log entry. |
java.sql.Timestamp |
getStartTime()
Returns the start time of this task log entry. |
int |
getType()
Returns the type of this task log entry. |
CmsUUID |
getUser()
Returns the user id of this task log entry. |
int |
hashCode()
|
void |
setComment(java.lang.String value)
Sets the comment of this task log entry. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public CmsTaskLog(int id, java.lang.String comment, CmsUUID userId, java.sql.Timestamp starttime, int type)
id
- the id of the task logcomment
- the comment for this task loguserId
- the id Of the corresponding userstarttime
- the start time for this task logtype
- the type for this task logMethod Detail |
public boolean equals(java.lang.Object obj)
Object.equals(java.lang.Object)
public java.lang.String getComment()
public int getId()
public java.sql.Timestamp getStartTime()
public int getType()
public CmsUUID getUser()
public int hashCode()
Object.hashCode()
public void setComment(java.lang.String value)
value
- the comment to setpublic java.lang.String toString()
Object.toString()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |