|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.danube.scrumworks.api2.Sprint
public class Sprint
Contains information about Sprints for API users.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface com.danube.scrumworks.util.HasName |
|---|
com.danube.scrumworks.util.HasName.CompareIgnoreCase |
| Field Summary | |
|---|---|
static com.google.common.base.Function<com.danube.scrumworks.sprint.SprintTO,Sprint> |
FROM_TO
Converts sprint transfer objects to web service objects. |
static com.google.common.base.Function<Sprint,com.danube.scrumworks.sprint.SprintTO> |
TO_TO
Converts sprint web service objects to transfer objects. |
| Fields inherited from interface com.danube.scrumworks.util.HasName |
|---|
COMPARATOR, NAME_MAPPING |
| Constructor Summary | |
|---|---|
Sprint()
Constructs a new Sprint. |
|
| Method Summary | |
|---|---|
java.util.Date |
getEndDate()
Gets the end date. |
java.lang.String |
getGoals()
Gets the goals. |
java.lang.Long |
getId()
Gets the id. |
java.lang.String |
getName()
Gets the name. |
java.util.List<java.util.Date> |
getNonWorkingDays()
Gets the non working days. |
java.lang.Long |
getProductId()
Gets the product id. |
java.util.Date |
getStartDate()
Gets the start date. |
java.lang.Long |
getTeamId()
Gets the team working on the sprint. |
void |
setEndDate(java.util.Date endDate)
Sets the end date. |
void |
setGoals(java.lang.String goals)
Sets the goals. |
void |
setId(java.lang.Long id)
Sets the id. |
void |
setName(java.lang.String name)
Sets the name. |
void |
setNonWorkingDays(java.util.List<java.util.Date> nonWorkingDays)
Sets the non working days. |
void |
setProductId(java.lang.Long productId)
Sets the product id. |
void |
setStartDate(java.util.Date startDate)
Sets the start date. |
void |
setTeamId(java.lang.Long teamId)
Sets the team. |
| 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<com.danube.scrumworks.sprint.SprintTO,Sprint> FROM_TO
public static final com.google.common.base.Function<Sprint,com.danube.scrumworks.sprint.SprintTO> TO_TO
| Constructor Detail |
|---|
public Sprint()
Sprint.
| Method Detail |
|---|
public final java.lang.Long getId()
getId in interface com.danube.scrumworks.util.HasIdpublic final void setId(java.lang.Long id)
id - the new idpublic final java.lang.String getName()
getName in interface com.danube.scrumworks.util.HasNamepublic final void setName(java.lang.String name)
name - the new namepublic final java.util.Date getStartDate()
public final void setStartDate(java.util.Date startDate)
startDate - the new start datepublic final java.util.Date getEndDate()
public final void setEndDate(java.util.Date endDate)
endDate - the new end datepublic final java.lang.String getGoals()
public final void setGoals(java.lang.String goals)
goals - the new goalspublic final java.lang.Long getProductId()
public final void setProductId(java.lang.Long productId)
productId - the new product idpublic final java.lang.Long getTeamId()
public final void setTeamId(java.lang.Long teamId)
teamId - the new team idpublic final java.util.List<java.util.Date> getNonWorkingDays()
public final void setNonWorkingDays(java.util.List<java.util.Date> nonWorkingDays)
nonWorkingDays - the new non working days
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||