public class WSTimeAndCost
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected WSAccountBean[] |
acounts
The accounts specified in the issue's project
|
protected WSBudgetBean |
budget
The budget for an item
|
protected WSCostBean[] |
costs
The costs for an items
|
protected java.lang.String |
currency
The currency specified in the issue's project
|
protected WSEstimatedBudgetBean |
estimatedBudget
The estimated budget
|
protected java.lang.String |
hoursPerWorkDay |
protected WSLabelValueBean[] |
timeUnits
The time units
|
protected WSPersonBean[] |
users
The user list who create the costs
|
Constructor and Description |
---|
WSTimeAndCost() |
Modifier and Type | Method and Description |
---|---|
WSAccountBean[] |
getAcounts() |
WSBudgetBean |
getBudget() |
WSCostBean[] |
getCosts() |
java.lang.String |
getCurrency() |
WSEstimatedBudgetBean |
getEstimatedBudget() |
java.lang.String |
getHoursPerWorkDay() |
WSLabelValueBean[] |
getTimeUnits() |
WSPersonBean[] |
getUsers() |
void |
setAcounts(WSAccountBean[] acounts) |
void |
setBudget(WSBudgetBean budget) |
void |
setCosts(WSCostBean[] costs) |
void |
setCurrency(java.lang.String currency) |
void |
setEstimatedBudget(WSEstimatedBudgetBean estimatedBudget) |
void |
setHoursPerWorkDay(java.lang.String hoursPerWorkDay) |
void |
setTimeUnits(WSLabelValueBean[] timeUnits) |
void |
setUsers(WSPersonBean[] users) |
protected WSCostBean[] costs
protected WSBudgetBean budget
protected WSEstimatedBudgetBean estimatedBudget
protected java.lang.String currency
protected java.lang.String hoursPerWorkDay
protected WSAccountBean[] acounts
protected WSPersonBean[] users
protected WSLabelValueBean[] timeUnits
public WSCostBean[] getCosts()
public void setCosts(WSCostBean[] costs)
costs
- the costs to setpublic WSBudgetBean getBudget()
public void setBudget(WSBudgetBean budget)
budget
- the budget to setpublic WSEstimatedBudgetBean getEstimatedBudget()
public void setEstimatedBudget(WSEstimatedBudgetBean estimatedBudget)
estimatedBudget
- the estimatedBudget to setpublic java.lang.String getCurrency()
public void setCurrency(java.lang.String currency)
currency
- the currency to setpublic WSAccountBean[] getAcounts()
public void setAcounts(WSAccountBean[] acounts)
acounts
- the acounts to setpublic WSPersonBean[] getUsers()
public void setUsers(WSPersonBean[] users)
users
- the users to setpublic WSLabelValueBean[] getTimeUnits()
public void setTimeUnits(WSLabelValueBean[] timeUnits)
timeUnits
- the timeUnits to setpublic java.lang.String getHoursPerWorkDay()
public void setHoursPerWorkDay(java.lang.String hoursPerWorkDay)