|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.danube.scrumworks.api2.UncategorizedBudget
public final class UncategorizedBudget
Represents uncategorized budgets in the API.
| Field Summary | |
|---|---|
static com.google.common.base.Function<UncategorizedBudgetServiceTO,UncategorizedBudget> |
FROM_SERVICETO
Converts UncategorizedBudget transfer objects to API objects. |
| Constructor Summary | |
|---|---|
UncategorizedBudget()
Constructs a new UncategorizedBudget. |
|
UncategorizedBudget(Release release,
Budget budget)
Constructs a new UncategorizedBudget. |
|
| Method Summary | |
|---|---|
Budget |
getBudget()
Gets the budget. |
Release |
getRelease()
Gets the release. |
void |
setBudget(Budget budget)
Sets the budget. |
void |
setRelease(Release release)
Sets the release. |
| 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<UncategorizedBudgetServiceTO,UncategorizedBudget> FROM_SERVICETO
| Constructor Detail |
|---|
public UncategorizedBudget()
UncategorizedBudget.
public UncategorizedBudget(Release release,
Budget budget)
UncategorizedBudget.
release - the releasebudget - the budget| Method Detail |
|---|
public Release getRelease()
public void setRelease(Release release)
release - the new releasepublic Budget getBudget()
public void setBudget(Budget budget)
budget - the new budget
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||