net.sf.borg.model.entity
Class Tasklog

java.lang.Object
  extended by net.sf.borg.model.entity.KeyedEntity<Tasklog>
      extended by net.sf.borg.model.entity.Tasklog
All Implemented Interfaces:
Serializable

public class Tasklog
extends KeyedEntity<Tasklog>

The Tasklog Entity

See Also:
Serialized Form

Constructor Summary
Tasklog()
           
 
Method Summary
 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()
           
 
Methods inherited from class net.sf.borg.model.entity.KeyedEntity
copy, getKey, setKey
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Tasklog

public Tasklog()
Method Detail

clone

protected Tasklog clone()
Overrides:
clone in class KeyedEntity<Tasklog>

getLogTime

public Date getLogTime()

getDescription

public String getDescription()

getTask

public Integer getTask()

setLogTime

public void setLogTime(Date logTime)

setDescription

public void setDescription(String Description)

setTask

public void setTask(Integer Task)

toString

public String toString()
Overrides:
toString in class KeyedEntity<Tasklog>

equals

public boolean equals(Object o)
Overrides:
equals in class KeyedEntity<Tasklog>

canEqual

public boolean canEqual(Object other)
Overrides:
canEqual in class KeyedEntity<Tasklog>

hashCode

public int hashCode()
Overrides:
hashCode in class KeyedEntity<Tasklog>


Generated December 30 2011 by mbb using Apache Ant(TM) version 1.8.2 compiled on December 20 2010 and Java version 1.6.0_30 from Sun Microsystems Inc. on Linux i386 3.0.0-14-generic-pae