|
|||||||||
| Home >> All >> com >> opencms >> [ file overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.opencms.file
Class CmsTaskLog

java.lang.Objectcom.opencms.file.CmsTaskLog
- All Implemented Interfaces:
- com.opencms.core.I_CmsConstants
- public class CmsTaskLog
- extends java.lang.Object
- implements com.opencms.core.I_CmsConstants
- extends java.lang.Object
Describes a tasklog in the Cms.
- Version:
- $Revision: 1.10 $ $Date: 2003/04/01 15:20:18 $
| Field Summary | |
private java.lang.String |
m_Comment
The Description of the tasklog. |
private int |
m_Id
The Id of the tasklog. |
private java.sql.Timestamp |
m_StartTime
|
private int |
m_Task
The Id of the corresponding task. |
private int |
m_Type
The Type of the TaskLog. |
private int |
m_User
The Id Of the corresponding user. |
| Constructor Summary | |
CmsTaskLog(int id,
java.lang.String comment,
int task,
int user,
java.sql.Timestamp starttime,
int type)
Constructor, creates a new CmsTaskLog object. |
|
| Method Summary | |
boolean |
equals(java.lang.Object obj)
Compares the overgiven object with this object. |
java.lang.String |
getComment()
Returns the comment of this task. |
int |
getId()
Returns the id of this task. |
java.sql.Timestamp |
getStartTime()
|
int |
getType()
|
int |
getUser()
|
void |
setComment(java.lang.String value)
Sets the comment of this task. |
java.lang.String |
toString()
Returns a string-representation for this object. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
m_Id
private int m_Id
- The Id of the tasklog.
m_Comment
private java.lang.String m_Comment
- The Description of the tasklog.
m_Task
private int m_Task
- The Id of the corresponding task.
m_User
private int m_User
- The Id Of the corresponding user.
m_Type
private int m_Type
- The Type of the TaskLog. 0=SystemLog, 1=UserLog
m_StartTime
private java.sql.Timestamp m_StartTime
| Constructor Detail |
CmsTaskLog
public CmsTaskLog(int id,
java.lang.String comment,
int task,
int user,
java.sql.Timestamp starttime,
int type)
- Constructor, creates a new CmsTaskLog object.
| Method Detail |
equals
public boolean equals(java.lang.Object obj)
- Compares the overgiven object with this object.
getComment
public java.lang.String getComment()
- Returns the comment of this task.
setComment
public void setComment(java.lang.String value)
- Sets the comment of this task.
getId
public int getId()
- Returns the id of this task.
getStartTime
public java.sql.Timestamp getStartTime()
getType
public int getType()
getUser
public int getUser()
toString
public java.lang.String toString()
- Returns a string-representation for this object.
This can be used for debugging.
|
|||||||||
| Home >> All >> com >> opencms >> [ file overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.opencms.file.CmsTaskLog