org.nuiton.jredmine.model
Class TimeEntry
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
TimeEntry
public TimeEntry()
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.