public class Tasklog extends KeyedEntity<Tasklog>
| Constructor and Description |
|---|
Tasklog() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canEqual(Object other) |
protected Tasklog |
clone() |
boolean |
equals(Object o) |
String |
getDescription() |
Date |
getLogTime() |
Integer |
getTask() |
int |
hashCode() |
void |
setDescription(String Description) |
void |
setLogTime(Date logTime) |
void |
setTask(Integer Task) |
String |
toString() |
copy, getKey, setKeyprotected Tasklog clone()
clone in class KeyedEntity<Tasklog>public Date getLogTime()
public String getDescription()
public Integer getTask()
public void setLogTime(Date logTime)
public void setDescription(String Description)
public void setTask(Integer Task)
public String toString()
toString in class KeyedEntity<Tasklog>public boolean equals(Object o)
equals in class KeyedEntity<Tasklog>public boolean canEqual(Object other)
canEqual in class KeyedEntity<Tasklog>public int hashCode()
hashCode in class KeyedEntity<Tasklog>Generated March 24 2013 by mike using Apache Ant(TM) version 1.8.2 compiled on May 18 2012 and Java version 1.7.0_15 from Oracle Corporation on Linux i386 3.5.0-26-generic