|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.danube.scrumworks.api2.Product
public final class Product
Contains information about Products 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 |
|---|
| Fields inherited from interface com.danube.scrumworks.util.HasName |
|---|
COMPARATOR, NAME_MAPPING |
| Constructor Summary | |
|---|---|
Product()
Constructs a new Product. |
|
| Method Summary | |
|---|---|
java.lang.String |
getBusinessWeightUnits()
Gets the business weight units. |
java.lang.String |
getEffortUnits()
Gets the effort units. |
java.lang.Long |
getId()
Gets the id. |
java.lang.String |
getKeyPrefix()
Gets the key prefix. |
java.lang.String |
getName()
Gets the name. |
java.util.List<java.lang.Long> |
getProgramIds()
Gets the program IDs. |
java.util.List<java.lang.Long> |
getTeamIds()
Gets the IDs of the teams working on this product. |
boolean |
getTrackTimeSpent()
Checks whether the product tracks the time spent on tasks. |
void |
setBusinessWeightUnits(java.lang.String businessWeightUnits)
Sets the business weight units. |
void |
setEffortUnits(java.lang.String effortUnits)
Sets the effort units. |
void |
setId(java.lang.Long id)
Sets the id. |
void |
setKeyPrefix(java.lang.String keyPrefix)
Sets the key prefix. |
void |
setName(java.lang.String name)
Sets the name. |
void |
setProgramIds(java.util.List<java.lang.Long> programIds)
Sets the program IDs. |
void |
setTeamIds(java.util.List<java.lang.Long> teamIds)
Sets the IDs of the teams working on this product. |
void |
setTrackTimeSpent(boolean trackTimeSpent)
Sets whether the time spent on tasks is tracked. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Product()
Product.
| Method Detail |
|---|
public java.lang.Long getId()
getId in interface com.danube.scrumworks.util.HasIdpublic void setId(java.lang.Long id)
id - the new idpublic java.lang.String getName()
getName in interface com.danube.scrumworks.util.HasNamepublic void setName(java.lang.String name)
name - the new namepublic java.lang.String getKeyPrefix()
public void setKeyPrefix(java.lang.String keyPrefix)
keyPrefix - the new key prefixpublic java.lang.String getEffortUnits()
public void setEffortUnits(java.lang.String effortUnits)
effortUnits - the new effort unitspublic java.lang.String getBusinessWeightUnits()
public void setBusinessWeightUnits(java.lang.String businessWeightUnits)
businessWeightUnits - the new business weight unitspublic boolean getTrackTimeSpent()
true, if the time spent on tasks is trackedpublic void setTrackTimeSpent(boolean trackTimeSpent)
trackTimeSpent - the new track time spentpublic java.util.List<java.lang.Long> getProgramIds()
public void setProgramIds(java.util.List<java.lang.Long> programIds)
programIds - the new program IDspublic java.util.List<java.lang.Long> getTeamIds()
public void setTeamIds(java.util.List<java.lang.Long> teamIds)
teamIds - the new team IDs
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||