|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.borg.model.entity.KeyedEntity<Tasklog>
net.sf.borg.model.entity.Tasklog
public class Tasklog
The Tasklog Entity
Constructor Summary | |
---|---|
Tasklog()
|
Method Summary | |
---|---|
protected Tasklog |
clone()
|
String |
getDescription()
Gets the description. |
Date |
getlogTime()
Gets the log time. |
Integer |
getTask()
Gets the task. |
void |
setDescription(String xx)
Sets the description. |
void |
setlogTime(Date xx)
Sets the log time. |
void |
setTask(Integer xx)
Sets the task. |
Methods inherited from class net.sf.borg.model.entity.KeyedEntity |
---|
copy, getKey, setKey |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Tasklog()
Method Detail |
---|
public Date getlogTime()
public void setlogTime(Date xx)
xx
- the new log timepublic String getDescription()
public void setDescription(String xx)
xx
- the new descriptionpublic Integer getTask()
public void setTask(Integer xx)
xx
- the new taskprotected Tasklog clone()
clone
in class KeyedEntity<Tasklog>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |