| Modifier and Type | Field and Description |
|---|---|
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 and Description |
|---|
TimeEntry() |
| Modifier and Type | Method and Description |
|---|---|
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) |
protected int id
protected int activityId
protected int issueId
protected int projectId
protected int userId
protected int tyear
protected int tmonth
protected int tweek
protected float hours
protected Date spentOn
protected Date createdOn
protected Date updatedOn
protected String comments
public void setId(int id)
public int getActivityId()
public void setActivityId(int activityId)
public int getIssueId()
public void setIssueId(int issueId)
public int getProjectId()
public void setProjectId(int projectId)
public int getUserId()
public void setUserId(int userId)
public String getComments()
public void setComments(String comments)
public Date getCreatedOn()
public void setCreatedOn(Date createdOn)
public float getHours()
public void setHours(float hours)
public Date getSpentOn()
public void setSpentOn(Date spentOn)
public int getTmonth()
public void setTmonth(int tmonth)
public int getTweek()
public void setTweek(int tweek)
public int getTyear()
public void setTyear(int tyear)
public Date getUpdatedOn()
public void setUpdatedOn(Date updatedOn)
Copyright © 2009–2014 CodeLutin. All rights reserved.