public class Rate extends Object
Represents a definition of a time period and rates applicable for a resource during that period.
Constructor and Description |
---|
Rate() |
Modifier and Type | Method and Description |
---|---|
BigDecimal |
getCostPerUse() |
BigDecimal |
getOvertimeRate() |
int |
getOvertimeRateFormat()
The units used by Microsoft Project to display the overtime rate.
|
Date |
getRatesFrom() |
Date |
getRatesTo() |
int |
getRateTable()
The unique identifier of a rate table for a resource.
|
BigDecimal |
getStandardRate() |
int |
getStandardRateFormat()
The units used by Microsoft Project to display the standard rate.
|
void |
setCostPerUse(BigDecimal value) |
void |
setOvertimeRate(BigDecimal value) |
void |
setOvertimeRateFormat(int value) |
void |
setRatesFrom(Date value) |
void |
setRatesTo(Date value) |
void |
setRateTable(int value) |
void |
setStandardRate(BigDecimal value) |
void |
setStandardRateFormat(int value) |
public Date getRatesFrom()
public void setRatesFrom(Date value)
public Date getRatesTo()
public void setRatesTo(Date value)
public int getRateTable()
The unique identifier of a rate table for a resource.
Read/write RateType
.
public void setRateTable(int value)
public BigDecimal getStandardRate()
public void setStandardRate(BigDecimal value)
public int getStandardRateFormat()
The units used by Microsoft Project to display the standard rate.
Read/write RateFormatType
.
public void setStandardRateFormat(int value)
public BigDecimal getOvertimeRate()
public void setOvertimeRate(BigDecimal value)
public int getOvertimeRateFormat()
The units used by Microsoft Project to display the overtime rate.
Read/write RateFormatType
.
public void setOvertimeRateFormat(int value)
public BigDecimal getCostPerUse()
public void setCostPerUse(BigDecimal value)
Copyright (c) 2008-2013 Aspose Pty Ltd. All Rights Reserved.