| Package | Description |
|---|---|
| net.sf.mpxj | |
| net.sf.mpxj.mspdi |
| Modifier and Type | Method and Description |
|---|---|
Rate |
ProjectHeader.getDefaultOvertimeRate()
Get overtime rate.
|
Rate |
ProjectHeader.getDefaultStandardRate()
Retrieves the default standard rate.
|
Rate |
Resource.getOvertimeRate()
Retrieves the overtime rate for this resource.
|
Rate |
CostRateTableEntry.getOvertimeRate()
Retrieves the overtime rate represented by this entry.
|
Rate |
Resource.getStandardRate()
Gets Standard Rate field value.
|
Rate |
CostRateTableEntry.getStandardRate()
Retrieves the standard rate represented by this entry.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProjectHeader.setDefaultOvertimeRate(Rate rate)
Set default overtime rate.
|
void |
ProjectHeader.setDefaultStandardRate(Rate rate)
Sets the default standard rate.
|
void |
Resource.setOvertimeRate(Rate overtimeRate)
Sets the overtime rate for this resource.
|
void |
Resource.setStandardRate(Rate val)
Sets standard rate for this resource.
|
| Constructor and Description |
|---|
CostRateTableEntry(Rate standardRate,
TimeUnit standardRateFormat,
Rate overtimeRate,
TimeUnit overtimeRateFormat,
Number costPerUse,
Date endDate)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static Rate |
DatatypeConverter.parseRate(BigDecimal value)
Parse rate.
|
| Modifier and Type | Method and Description |
|---|---|
static BigDecimal |
DatatypeConverter.printRate(Rate rate)
Print rate.
|
Copyright © 2013. All Rights Reserved.