org.nuiton.jredmine.model
Class TimeEntry

java.lang.Object
  extended by org.nuiton.jredmine.model.TimeEntry
All Implemented Interfaces:
IdAble

public class TimeEntry
extends Object
implements IdAble

Created: 31 déc. 2009

Since:
1.0.3
Author:
tchemit

Field Summary
protected  int activityId
           
protected  String comments
           
protected  Date createdOn
           
protected  float hours
           
protected  int id
           
protected  int issueId
           
protected  int projectId
           
protected  Date spentOn
           
protected  int tmonth
           
protected  int tweek
           
protected  int tyear
           
protected  Date updatedOn
           
protected  int userId
           
 
Constructor Summary
TimeEntry()
           
 
Method Summary
 int getActivityId()
           
 String getComments()
           
 Date getCreatedOn()
           
 float getHours()
           
 int getId()
           
 int getIssueId()
           
 int getProjectId()
           
 Date getSpentOn()
           
 int getTmonth()
           
 int getTweek()
           
 int getTyear()
           
 Date getUpdatedOn()
           
 int getUserId()
           
 void setActivityId(int activityId)
           
 void setComments(String comments)
           
 void setCreatedOn(Date createdOn)
           
 void setHours(float hours)
           
 void setId(int id)
           
 void setIssueId(int issueId)
           
 void setProjectId(int projectId)
           
 void setSpentOn(Date spentOn)
           
 void setTmonth(int tmonth)
           
 void setTweek(int tweek)
           
 void setTyear(int tyear)
           
 void setUpdatedOn(Date updatedOn)
           
 void setUserId(int userId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

protected int id

activityId

protected int activityId

issueId

protected int issueId

projectId

protected int projectId

userId

protected int userId

tyear

protected int tyear

tmonth

protected int tmonth

tweek

protected int tweek

hours

protected float hours

spentOn

protected Date spentOn

createdOn

protected Date createdOn

updatedOn

protected Date updatedOn

comments

protected String comments
Constructor Detail

TimeEntry

public TimeEntry()
Method Detail

getId

public int getId()
Specified by:
getId in interface IdAble

setId

public void setId(int id)

getActivityId

public int getActivityId()

setActivityId

public void setActivityId(int activityId)

getIssueId

public int getIssueId()

setIssueId

public void setIssueId(int issueId)

getProjectId

public int getProjectId()

setProjectId

public void setProjectId(int projectId)

getUserId

public int getUserId()

setUserId

public void setUserId(int userId)

getComments

public String getComments()

setComments

public void setComments(String comments)

getCreatedOn

public Date getCreatedOn()

setCreatedOn

public void setCreatedOn(Date createdOn)

getHours

public float getHours()

setHours

public void setHours(float hours)

getSpentOn

public Date getSpentOn()

setSpentOn

public void setSpentOn(Date spentOn)

getTmonth

public int getTmonth()

setTmonth

public void setTmonth(int tmonth)

getTweek

public int getTweek()

setTweek

public void setTweek(int tweek)

getTyear

public int getTyear()

setTyear

public void setTyear(int tyear)

getUpdatedOn

public Date getUpdatedOn()

setUpdatedOn

public void setUpdatedOn(Date updatedOn)


Copyright © 2009-2012 CodeLutin. All Rights Reserved.