|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opencms.workflow.CmsTaskLog
public class CmsTaskLog
Describes an OpenCms task log entry.
| Constructor Summary | |
|---|---|
CmsTaskLog(int id,
String comment,
CmsUUID userId,
Timestamp starttime,
int type)
Creates a new CmsTaskLog object. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
String |
getComment()
Returns the comment of this task log entry. |
int |
getId()
Returns the id of this task log entry. |
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(String value)
Sets the comment of this task log entry. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CmsTaskLog(int id,
String comment,
CmsUUID userId,
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 log| Method Detail |
|---|
public boolean equals(Object obj)
equals in class ObjectObject.equals(java.lang.Object)public String getComment()
public int getId()
public Timestamp getStartTime()
public int getType()
public CmsUUID getUser()
public int hashCode()
hashCode in class ObjectObject.hashCode()public void setComment(String value)
value - the comment to setpublic String toString()
toString in class ObjectObject.toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||