public class Ticket extends Object implements Comparable<Ticket>
| Constructor and Description |
|---|
Ticket() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Ticket o) |
String |
getAssignee() |
String |
getAuthor() |
Date |
getCreated() |
String |
getDescription() |
Integer |
getDoneRatio() |
String |
getFixedVersion() |
Integer |
getId() |
String |
getPriority() |
Date |
getStartDate() |
String |
getStatus() |
String |
getSubject() |
String |
getTracker() |
Date |
getUpdated() |
void |
setAssignee(String assignee) |
void |
setAuthor(String author) |
void |
setCreated(Date created) |
void |
setDescription(String description) |
void |
setDoneRatio(Integer doneRatio) |
void |
setFixedVersion(String fixedVersion) |
void |
setId(Integer id) |
void |
setPriority(String priority) |
void |
setStartDate(Date startDate) |
void |
setStatus(String status) |
void |
setSubject(String subject) |
void |
setTracker(String tracker) |
void |
setUpdated(Date updated) |
String |
toString() |
public Integer getId()
public void setId(Integer id)
id - the id to setpublic String getTracker()
public void setTracker(String tracker)
tracker - the tracker to setpublic String getSubject()
public void setSubject(String subject)
subject - the subject to setpublic String getAssignee()
public void setAssignee(String assignee)
assignee - the assignee to setpublic String getAuthor()
public void setAuthor(String author)
author - the author to setpublic Date getCreated()
public void setCreated(Date created)
created - the created to setpublic String getDescription()
public void setDescription(String description)
description - the description to setpublic Integer getDoneRatio()
public void setDoneRatio(Integer doneRatio)
doneRatio - the doneRatio to setpublic String getFixedVersion()
public void setFixedVersion(String fixedVersion)
fixedVersion - the fixedVersion to setpublic String getPriority()
public void setPriority(String priority)
priority - the priority to setpublic Date getStartDate()
public void setStartDate(Date startDate)
startDate - the startDate to setpublic String getStatus()
public void setStatus(String status)
status - the status to setpublic Date getUpdated()
public void setUpdated(Date updated)
updated - the updated to setpublic int compareTo(Ticket o)
compareTo in interface Comparable<Ticket>Copyright © 2012 Taimos GmbH. All Rights Reserved.