|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.danube.scrumworks.api2.Budget
public final class Budget
Represents budgets in the API.
| Constructor Summary | |
|---|---|
Budget()
Constructs a new Budget. |
|
Budget(java.lang.Long productId,
java.lang.Long budgetValue)
Constructs a new Budget. |
|
| Method Summary | |
|---|---|
java.lang.Long |
getBudgetValue()
Gets the budget value. |
java.lang.Long |
getProductId()
Gets the product id. |
void |
setBudgetValue(java.lang.Long budgetValue)
Sets the budget value. |
void |
setProductId(java.lang.Long productId)
Sets the product id. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Budget()
Budget.
public Budget(java.lang.Long productId,
java.lang.Long budgetValue)
Budget.
productId - the product idbudgetValue - the budget value| Method Detail |
|---|
public java.lang.Long getProductId()
public void setProductId(java.lang.Long productId)
productId - the new product idpublic java.lang.Long getBudgetValue()
public void setBudgetValue(java.lang.Long budgetValue)
budgetValue - the new budget value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||