org.nuiton.jredmine.model
Class Issue
java.lang.Object
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:
- tchemit
|
Constructor Summary |
Issue()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
parentId
protected int parentId
rootId
protected int rootId
lft
protected int lft
rgt
protected int rgt
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
isPrivate
protected boolean isPrivate
Issue
public Issue()
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()
getLft
public int getLft()
getRgt
public int getRgt()
getParentId
public int getParentId()
getRootId
public int getRootId()
isIsPrivate
public boolean isIsPrivate()
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)
setLft
public void setLft(int lft)
setRgt
public void setRgt(int rgt)
setParentId
public void setParentId(int parentId)
setRootId
public void setRootId(int rootId)
setIsPrivate
public void setIsPrivate(boolean aPrivate)
Copyright © 2009-2012 CodeLutin. All Rights Reserved.