com.danube.scrumworks.api2
Class UncategorizedBudget

java.lang.Object
  extended by com.danube.scrumworks.api2.UncategorizedBudget
All Implemented Interfaces:
java.io.Serializable

public final class UncategorizedBudget
extends java.lang.Object
implements java.io.Serializable

Represents uncategorized budgets in the API.

See Also:
Serialized Form

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

FROM_SERVICETO

public static final com.google.common.base.Function<UncategorizedBudgetServiceTO,UncategorizedBudget> FROM_SERVICETO
Converts UncategorizedBudget transfer objects to API objects.

Constructor Detail

UncategorizedBudget

public UncategorizedBudget()
Constructs a new UncategorizedBudget.


UncategorizedBudget

public UncategorizedBudget(Release release,
                           Budget budget)
Constructs a new UncategorizedBudget.

Parameters:
release - the release
budget - the budget
Method Detail

getRelease

public Release getRelease()
Gets the release.

Returns:
the release

setRelease

public void setRelease(Release release)
Sets the release.

Parameters:
release - the new release

getBudget

public Budget getBudget()
Gets the budget.

Returns:
the budget

setBudget

public void setBudget(Budget budget)
Sets the budget.

Parameters:
budget - the new budget