|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.danube.scrumworks.api2.Impediment
public final class Impediment
Contains information about Impediments for API users.
| Field Summary | |
|---|---|
static com.google.common.base.Function<ImpedimentTO,Impediment> |
FROM_TO
Converts transfer objects to API objects. |
static com.google.common.base.Function<Impediment,ImpedimentTO> |
TO_TO
Converts task web service objects to transfer objects. |
| Constructor Summary | |
|---|---|
Impediment()
Constructs a new Impediment. |
|
| Method Summary | |
|---|---|
java.lang.String |
getDescription()
Gets the description. |
java.util.Date |
getEntryDate()
Gets the entry date. |
java.lang.Long |
getId()
Gets the id. |
java.util.Date |
getLastModifiedDate()
Gets the last modified date. |
java.lang.Long |
getProductId()
Gets the product id. |
java.lang.String |
getReporter()
Gets the reporter. |
java.util.Date |
getResolutionDate()
Gets the resolution date. |
java.lang.String |
getSummary()
Gets the summary. |
java.lang.Long |
getTeamId()
Gets the team id. |
boolean |
isResolved()
Checks if the impediment is resolved. |
void |
setDescription(java.lang.String description)
Sets the description. |
void |
setEntryDate(java.util.Date entryDate)
Sets the entry date. |
void |
setId(java.lang.Long id)
Sets the id. |
void |
setLastModifiedDate(java.util.Date lastModifiedDate)
Sets the last modified date. |
void |
setProductId(java.lang.Long productId)
Sets the product id. |
void |
setReporter(java.lang.String reporter)
Sets the reporter. |
void |
setResolutionDate(java.util.Date resolutionDate)
Sets the resolution date. |
void |
setSummary(java.lang.String summary)
Sets the summary. |
void |
setTeamId(java.lang.Long teamId)
Sets the team id. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final com.google.common.base.Function<ImpedimentTO,Impediment> FROM_TO
public static final com.google.common.base.Function<Impediment,ImpedimentTO> TO_TO
| Constructor Detail |
|---|
public Impediment()
Impediment.
| Method Detail |
|---|
public java.lang.Long getId()
public void setId(java.lang.Long id)
id - the new idpublic java.util.Date getEntryDate()
public void setEntryDate(java.util.Date entryDate)
entryDate - the new entry datepublic java.lang.String getSummary()
public void setSummary(java.lang.String summary)
summary - the new summarypublic java.lang.String getDescription()
public void setDescription(java.lang.String description)
description - the new descriptionpublic java.lang.Long getTeamId()
public void setTeamId(java.lang.Long teamId)
teamId - the new team idpublic java.lang.Long getProductId()
public void setProductId(java.lang.Long productId)
productId - the new product idpublic java.lang.String getReporter()
public void setReporter(java.lang.String reporter)
reporter - the new reporterpublic java.util.Date getLastModifiedDate()
public void setLastModifiedDate(java.util.Date lastModifiedDate)
lastModifiedDate - the new last modified datepublic java.util.Date getResolutionDate()
public void setResolutionDate(java.util.Date resolutionDate)
resolutionDate - the new resolution datepublic boolean isResolved()
true if the impediment is resolved.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||