|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
CostResource
class represents resources for which cost is
accrued (for example, people, material)
Supported API: false
Extendable: false
ProjectResource
Field Summary | |
static String |
COST_PER_USE
Label for the attribute; Cost that accrues each time resource is used; it is added each time is assigned to a task. |
static String |
STANDARD_RATE
Label for the attribute; Rate of pay for regular, non overtime work performed by resource. |
Method Summary | |
Currency |
getCostPerUse()
Gets the value of the attribute: COST_PER_USE. |
CurrencyRate |
getStandardRate()
Gets the value of the attribute: STANDARD_RATE. |
void |
setCostPerUse(Currency a_CostPerUse)
Sets the value of the attribute: COST_PER_USE. |
void |
setStandardRate(CurrencyRate a_StandardRate)
Sets the value of the attribute: STANDARD_RATE. |
Field Detail |
public static final String STANDARD_RATE
wt.projmgmt.util.CurrencyRate
,
Constant Field Valuespublic static final String COST_PER_USE
wt.projmgmt.util.Currency
,
Constant Field ValuesMethod Detail |
public CurrencyRate getStandardRate()
wt.projmgmt.util.CurrencyRate
public void setStandardRate(CurrencyRate a_StandardRate)
a_StandardRate
- wt.projmgmt.util.CurrencyRate
public Currency getCostPerUse()
wt.projmgmt.util.Currency
public void setCostPerUse(Currency a_CostPerUse)
a_CostPerUse
- wt.projmgmt.util.Currency
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |