public class BreakUpInterval extends Object
| Constructor and Description |
|---|
BreakUpInterval() |
| Modifier and Type | Method and Description |
|---|---|
BudgetDecimal |
getApplicableAmt()
Getter for property applicableAmt.
|
BudgetDecimal |
getApplicableAmtCostSharing()
Getter for property applicableAmtCostSharing.
|
Boundary |
getBoundary()
Getter for property boundary.
|
Long |
getBudgetId()
Gets the budget attribute.
|
int |
getBudgetPeriod()
Getter for property budgetPeriod.
|
QueryList<BudgetLaRate> |
getBudgetProposalLaRates()
Getter for property cvPropLARates.
|
QueryList<BudgetRate> |
getBudgetProposalRates()
Getter for property cvPropRates.
|
int |
getLineItemNumber()
Getter for property lineItemNumber.
|
QueryList<RateAndCost> |
getRateAndCosts()
Getter for property cvAmountDetails.
|
QueryList |
getRateBase()
return the vector which contains Budget Rate and Base data
|
int |
getRateNumber()
Getter for property rateNumber.
|
BudgetDecimal |
getUnderRecovery()
Getter for property underRecovery.
|
BudgetRate |
getURRatesBean()
Getter for property uRRatesBean.
|
void |
setApplicableAmt(BudgetDecimal applicableAmt)
Setter for property applicableAmt.
|
void |
setApplicableAmtCostSharing(BudgetDecimal applicableAmtCostSharing)
Setter for property applicableAmtCostSharing.
|
void |
setBoundary(Boundary boundary)
Setter for property boundary.
|
void |
setBudgetId(Long budgetId)
Sets the budget attribute value.
|
void |
setBudgetPeriod(int budgetPeriod)
Setter for property budgetPeriod.
|
void |
setBudgetProposalLaRates(QueryList<BudgetLaRate> budgetLaRates)
Setter for property cvPropLARates.
|
void |
setBudgetProposalRates(QueryList<BudgetRate> budgetRates)
Setter for property cvPropRates.
|
void |
setLineItemNumber(int lineItemNumber)
Setter for property lineItemNumber.
|
void |
setRateAndCosts(QueryList<RateAndCost> breakupCalculatedAmounts)
Setter for property cvAmountDetails.
|
void |
setRateNumber(int rateNumber)
Setter for property rateNumber.
|
void |
setUnderRecovery(BudgetDecimal underRecovery)
Setter for property underRecovery.
|
void |
setURRatesBean(BudgetRate uRRatesBean)
Setter for property uRRatesBean.
|
public QueryList getRateBase()
public Boundary getBoundary()
public void setBoundary(Boundary boundary)
boundary - New value of property boundary.public BudgetDecimal getUnderRecovery()
public void setUnderRecovery(BudgetDecimal underRecovery)
underRecovery - New value of property underRecovery.public QueryList<BudgetRate> getBudgetProposalRates()
public void setBudgetProposalRates(QueryList<BudgetRate> budgetRates)
budgetRates - New value of property cvPropRates.public QueryList<BudgetLaRate> getBudgetProposalLaRates()
public void setBudgetProposalLaRates(QueryList<BudgetLaRate> budgetLaRates)
budgetLaRates - New value of property cvPropLARates.public QueryList<RateAndCost> getRateAndCosts()
public void setRateAndCosts(QueryList<RateAndCost> breakupCalculatedAmounts)
breakupCalculatedAmounts - New value of property cvAmountDetails.public BudgetDecimal getApplicableAmt()
public void setApplicableAmt(BudgetDecimal applicableAmt)
applicableAmt - New value of property applicableAmt.public BudgetDecimal getApplicableAmtCostSharing()
public void setApplicableAmtCostSharing(BudgetDecimal applicableAmtCostSharing)
applicableAmtCostSharing - New value of property applicableAmtCostSharing.public BudgetRate getURRatesBean()
public void setURRatesBean(BudgetRate uRRatesBean)
uRRatesBean - New value of property uRRatesBean.public int getBudgetPeriod()
public void setBudgetPeriod(int budgetPeriod)
budgetPeriod - New value of property budgetPeriod.public int getLineItemNumber()
public void setLineItemNumber(int lineItemNumber)
lineItemNumber - New value of property lineItemNumber.public int getRateNumber()
public void setRateNumber(int rateNumber)
rateNumber - New value of property rateNumber.public Long getBudgetId()
public void setBudgetId(Long budgetId)
budget - id to set.Copyright © 2013 The Kuali Foundation. All Rights Reserved.