|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.danube.scrumworks.api2.BacklogItem
public final class BacklogItem
Contains information about Backlog Items for API users.
| Constructor Summary | |
|---|---|
BacklogItem()
Constructs a new BacklogItem. |
|
BacklogItem(java.lang.Long id)
Constructs a new BacklogItem. |
|
| Method Summary | |
|---|---|
BusinessWeightWSO |
getBusinessWeight()
Gets the business weight. |
java.util.Date |
getCompletedDate()
Gets the completed date. |
java.lang.String |
getDescription()
Gets the description. |
java.lang.Integer |
getEstimate()
Gets the estimate. |
java.lang.Long |
getId()
Gets the id. |
java.lang.String |
getKey()
Gets the key. |
java.lang.String |
getName()
Gets the name. |
java.lang.Long |
getProductId()
Gets the parent product's id. |
double |
getRank()
Gets the rank. |
java.lang.Long |
getReleaseId()
Gets the release id. |
java.lang.Long |
getSprintId()
Gets the sprint id. |
java.lang.Long |
getStatusId()
Gets the backlog item status id. |
java.lang.Long |
getTeamId()
Gets the backlog item's team, if the item is committed to a kanban team. |
java.util.List<Theme> |
getThemes()
Gets the themes of the backlog item. |
boolean |
isActive()
Checks if the backlog item is active. |
boolean |
isDone()
Checks if the backlog item is done. |
void |
setActive(boolean active)
Sets the backlog item active. |
void |
setBusinessWeight(BusinessWeightWSO businessWeight)
Sets the business weight. |
void |
setCompletedDate(java.util.Date completedDate)
Sets the completed date. |
void |
setDescription(java.lang.String description)
Sets the description. |
void |
setEstimate(java.lang.Integer estimate)
Sets the estimate. |
void |
setId(java.lang.Long id)
Sets the new id. |
void |
setKey(java.lang.String key)
Sets the key. |
void |
setName(java.lang.String name)
Sets the name. |
void |
setProductId(java.lang.Long productId)
Sets the parent product's id. |
void |
setRank(double rank)
Sets the rank. |
void |
setReleaseId(java.lang.Long releaseId)
Sets the release id. |
void |
setSprintId(java.lang.Long sprintId)
Sets the sprint id. |
void |
setStatusId(java.lang.Long statusId)
Sets the backlog item status id to use. |
void |
setTeamId(java.lang.Long teamId)
Sets the backlog item's team, if the item is committed to a kanban team. |
void |
setThemes(java.util.List<Theme> themes)
Sets the themes of the backlog item. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BacklogItem()
BacklogItem.
public BacklogItem(java.lang.Long id)
BacklogItem.
id - the backlog item ID
java.lang.IllegalArgumentException - if the argument is null| Method Detail |
|---|
public java.lang.Long getId()
public java.lang.String getKey()
public void setKey(java.lang.String key)
key - the new keypublic java.lang.String getName()
public void setName(java.lang.String name)
name - the new namepublic java.lang.String getDescription()
public void setDescription(java.lang.String description)
description - the new descriptionpublic void setId(java.lang.Long id)
id - the new idpublic java.lang.Integer getEstimate()
public void setEstimate(java.lang.Integer estimate)
estimate - the new estimatepublic BusinessWeightWSO getBusinessWeight()
public void setBusinessWeight(BusinessWeightWSO businessWeight)
businessWeight - the new business weightpublic double getRank()
public void setRank(double rank)
rank - the new rankpublic java.lang.Long getReleaseId()
public void setReleaseId(java.lang.Long releaseId)
releaseId - the new release idpublic java.lang.Long getSprintId()
public void setSprintId(java.lang.Long sprintId)
sprintId - the new sprint idpublic boolean isActive()
true, if the backlog item is activepublic void setActive(boolean active)
active - whether the backlog item is activepublic java.util.Date getCompletedDate()
public void setCompletedDate(java.util.Date completedDate)
completedDate - the new completed datepublic boolean isDone()
true, if the backlog item is donepublic java.util.List<Theme> getThemes()
public void setThemes(java.util.List<Theme> themes)
themes - the new themespublic java.lang.Long getProductId()
public void setProductId(java.lang.Long productId)
productId - the new product idpublic java.lang.Long getTeamId()
public void setTeamId(java.lang.Long teamId)
teamId - the team idpublic java.lang.Long getStatusId()
public void setStatusId(java.lang.Long statusId)
statusId - the status to use.
java.lang.IllegalArgumentException - if the argument is null.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||