|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.danube.scrumworks.api2.ProductProperties
public final class ProductProperties
Contains information about product properties 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 | |
|---|---|
ProductProperties()
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.String |
getKeyPrefix()
Gets the key prefix. |
java.lang.String |
getName()
Gets the name. |
java.lang.Boolean |
getTrackTimeSpent()
Checks whether the product tracks the time spent on tasks. |
java.lang.Boolean |
isPermissionsEnabled()
Checks if permissions are enabled for the product. |
void |
setBusinessWeightUnits(java.lang.String businessWeightUnits)
Sets the business weight units. |
void |
setEffortUnits(java.lang.String effortUnits)
Sets the effort units. |
void |
setKeyPrefix(java.lang.String keyPrefix)
Sets the key prefix. |
void |
setName(java.lang.String name)
Sets the name. |
void |
setPermissionsEnabled(java.lang.Boolean permissionsEnabled)
Sets whether or not permissions are enabled. |
void |
setTrackTimeSpent(java.lang.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 ProductProperties()
Product.
| Method Detail |
|---|
public 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 java.lang.Boolean getTrackTimeSpent()
true, if the time spent on tasks is trackedpublic void setTrackTimeSpent(java.lang.Boolean trackTimeSpent)
trackTimeSpent - the new track time spentpublic void setPermissionsEnabled(java.lang.Boolean permissionsEnabled)
permissionsEnabled - true to enable permission checkingpublic java.lang.Boolean isPermissionsEnabled()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||