|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
TimeResource
represents resources whose costs need the passage
of time to be incurred.
Supported API: false
Extendable: false
CostResource
Field Summary | |
static String |
MAX_PERCENT_UTILIZATION
Label for the attribute; Integer number between 0 and 100 indicating the maximum portion of time a time resource can be used in project tasks. |
static String |
OVERTIME_RATE
Label for the attribute; Cost rate if resource is used outside its normal working hours. |
Fields inherited from interface wt.projmgmt.resource.CostResource |
COST_PER_USE, STANDARD_RATE |
Method Summary | |
int |
getMaxPercentUtilization()
Gets the value of the attribute: MAX_PERCENT_UTILIZATION. |
CurrencyRate |
getOvertimeRate()
Gets the value of the attribute: OVERTIME_RATE. |
void |
setMaxPercentUtilization(int a_MaxPercentUtilization)
Sets the value of the attribute: MAX_PERCENT_UTILIZATION. |
void |
setOvertimeRate(CurrencyRate a_OvertimeRate)
Sets the value of the attribute: OVERTIME_RATE. |
Methods inherited from interface wt.projmgmt.resource.CostResource |
getCostPerUse, getStandardRate, setCostPerUse, setStandardRate |
Field Detail |
public static final String OVERTIME_RATE
public static final String MAX_PERCENT_UTILIZATION
Method Detail |
public CurrencyRate getOvertimeRate()
public void setOvertimeRate(CurrencyRate a_OvertimeRate)
a_OvertimeRate
- public int getMaxPercentUtilization()
public void setMaxPercentUtilization(int a_MaxPercentUtilization)
a_MaxPercentUtilization
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |