public class RateAndCost extends Object
| Constructor and Description |
|---|
RateAndCost() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
BudgetDecimal |
getAppliedRate()
Getter for property appliedRate.
|
BudgetDecimal |
getBaseAmount()
Getter for property baseAmount.
|
BudgetDecimal |
getBaseCostSharingAmount()
Gets the baseCostSharingAmount attribute.
|
BudgetDecimal |
getCalculatedCost()
Getter for property calculatedCost.
|
BudgetDecimal |
getCalculatedCostSharing()
Getter for property calculatedCostSharing.
|
String |
getRateClassCode()
Getter for property rateClassCode.
|
String |
getRateClassType()
Getter for property rateClassType.
|
String |
getRateTypeCode()
Getter for property rateTypeCode.
|
BudgetDecimal |
getUnderRecovery()
Getter for property underRecovery.
|
Boolean |
isApplyRateFlag()
Getter for property applyRateFlag.
|
boolean |
isCalculated()
Gets the calculated attribute.
|
void |
setAppliedRate(BudgetDecimal appliedRate)
Setter for property appliedRate.
|
void |
setApplyRateFlag(Boolean applyRateFlag)
Setter for property applyRateFlag.
|
void |
setBaseAmount(BudgetDecimal baseAmount)
Setter for property baseAmount.
|
void |
setBaseCostSharingAmount(BudgetDecimal baseCostSharingAmount)
Sets the baseCostSharingAmount attribute value.
|
void |
setCalculated(boolean calculated)
Sets the calculated attribute value.
|
void |
setCalculatedCost(BudgetDecimal calculatedCost)
Setter for property calculatedCost.
|
void |
setCalculatedCostSharing(BudgetDecimal calculatedCostSharing)
Setter for property calculatedCostSharing.
|
void |
setRateClassCode(String rateClassCode)
Setter for property rateClassCode.
|
void |
setRateClassType(String rateClassType)
Setter for property rateClassType.
|
void |
setRateTypeCode(String rateTypeCode)
Setter for property rateTypeCode.
|
void |
setUnderRecovery(BudgetDecimal underRecovery)
Setter for property underRecovery.
|
String |
toString() |
public String getRateClassCode()
public void setRateClassCode(String rateClassCode)
rateClassCode - New value of property rateClassCode.public String getRateTypeCode()
public void setRateTypeCode(String rateTypeCode)
rateTypeCode - New value of property rateTypeCode.public Boolean isApplyRateFlag()
public void setApplyRateFlag(Boolean applyRateFlag)
applyRateFlag - New value of property applyRateFlag.public BudgetDecimal getCalculatedCost()
public void setCalculatedCost(BudgetDecimal calculatedCost)
calculatedCost - New value of property calculatedCost.public BudgetDecimal getCalculatedCostSharing()
public void setCalculatedCostSharing(BudgetDecimal calculatedCostSharing)
calculatedCostSharing - New value of property calculatedCostSharing.public String getRateClassType()
public void setRateClassType(String rateClassType)
rateClassType - New value of property rateClassType.public BudgetDecimal getUnderRecovery()
public void setUnderRecovery(BudgetDecimal underRecovery)
underRecovery - New value of property underRecovery.public BudgetDecimal getAppliedRate()
public void setAppliedRate(BudgetDecimal appliedRate)
appliedRate - New value of property appliedRate.public BudgetDecimal getBaseAmount()
public void setBaseAmount(BudgetDecimal baseAmount)
baseAmount - New value of property baseAmount.public BudgetDecimal getBaseCostSharingAmount()
public void setBaseCostSharingAmount(BudgetDecimal baseCostSharingAmount)
baseCostSharingAmount - The baseCostSharingAmount to set.public boolean isCalculated()
public void setCalculated(boolean calculated)
calculated - The calculated to set.Copyright © 2013 The Kuali Foundation. All Rights Reserved.