org.nuiton.jredmine.model
Class Issue

java.lang.Object
  extended by org.nuiton.jredmine.model.Issue
All Implemented Interfaces:
I18nAble, IdAble

public class Issue
extends Object
implements IdAble, I18nAble

An issue on redmine's server.

Since:
1.0.0
Author:
chemit

Field Summary
protected  int assignedToId
           
protected  int authorId
           
protected  int categoryId
           
protected  Date createdOn
           
protected  String description
           
protected  int doneRatio
           
protected  Date dueDate
           
protected  float estimatedHours
           
protected  int fixedVersionId
           
protected  int id
           
protected  int lockVersion
           
protected  int priorityId
           
protected  int projectId
           
protected  Date startDate
           
protected  int statusId
           
protected  String subject
           
protected  int trackerId
           
protected  Date updatedOn
           
 
Constructor Summary
Issue()
           
 
Method Summary
 int getAssignedToId()
           
 int getAuthorId()
           
 int getCategoryId()
           
 Date getCreatedOn()
           
 String getDescription()
           
 int getDoneRatio()
           
 Date getDueDate()
           
 float getEstimatedHours()
           
 int getFixedVersionId()
           
 int getId()
           
 int getLockVersion()
           
 String getName()
           
 int getPriorityId()
           
 int getProjectId()
           
 Date getStartDate()
           
 int getStatusId()
           
 String getSubject()
           
 int getTrackerId()
           
 Date getUpdatedOn()
           
 void setAssignedToId(int assignedToId)
           
 void setAuthorId(int authorId)
           
 void setCategoryId(int categoryId)
           
 void setCreatedOn(Date createdOn)
           
 void setDescription(String description)
           
 void setDoneRatio(int doneRatio)
           
 void setDueDate(Date dueDate)
           
 void setEstimatedHours(float estimatedHours)
           
 void setFixedVersionId(int fixedVersionId)
           
 void setId(int id)
           
 void setLockVersion(int lockVersion)
           
 void setPriorityId(int priorityId)
           
 void setProjectId(int projectId)
           
 void setStartDate(Date startDate)
           
 void setStatusId(int statusId)
           
 void setSubject(String subject)
           
 void setTrackerId(int trackerId)
           
 void setUpdatedOn(Date updatedOn)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

assignedToId

protected int assignedToId

authorId

protected int authorId

categoryId

protected int categoryId

doneRatio

protected int doneRatio

lockVersion

protected int lockVersion

priorityId

protected int priorityId

projectId

protected int projectId

statusId

protected int statusId

trackerId

protected int trackerId

fixedVersionId

protected int fixedVersionId

id

protected int id

estimatedHours

protected float estimatedHours

createdOn

protected Date createdOn

updatedOn

protected Date updatedOn

dueDate

protected Date dueDate

startDate

protected Date startDate

description

protected String description

subject

protected String subject
Constructor Detail

Issue

public Issue()
Method Detail

getId

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

getName

public String getName()
Specified by:
getName in interface I18nAble

getAssignedToId

public int getAssignedToId()

getAuthorId

public int getAuthorId()

getCategoryId

public int getCategoryId()

getCreatedOn

public Date getCreatedOn()

getDescription

public String getDescription()

getDoneRatio

public int getDoneRatio()

getDueDate

public Date getDueDate()

getEstimatedHours

public float getEstimatedHours()

getFixedVersionId

public int getFixedVersionId()

getLockVersion

public int getLockVersion()

getPriorityId

public int getPriorityId()

getProjectId

public int getProjectId()

getStartDate

public Date getStartDate()

getStatusId

public int getStatusId()

getSubject

public String getSubject()

getTrackerId

public int getTrackerId()

getUpdatedOn

public Date getUpdatedOn()

setAssignedToId

public void setAssignedToId(int assignedToId)

setAuthorId

public void setAuthorId(int authorId)

setCategoryId

public void setCategoryId(int categoryId)

setCreatedOn

public void setCreatedOn(Date createdOn)

setDescription

public void setDescription(String description)

setDoneRatio

public void setDoneRatio(int doneRatio)

setDueDate

public void setDueDate(Date dueDate)

setEstimatedHours

public void setEstimatedHours(float estimatedHours)

setFixedVersionId

public void setFixedVersionId(int fixedVersionId)

setId

public void setId(int id)

setLockVersion

public void setLockVersion(int lockVersion)

setPriorityId

public void setPriorityId(int priorityId)

setProjectId

public void setProjectId(int projectId)

setStartDate

public void setStartDate(Date startDate)

setStatusId

public void setStatusId(int statusId)

setSubject

public void setSubject(String subject)

setTrackerId

public void setTrackerId(int trackerId)

setUpdatedOn

public void setUpdatedOn(Date updatedOn)


Copyright © 2009-2010 CodeLutin. All Rights Reserved.