| Package | Description |
|---|---|
| org.kuali.kra.budget | |
| org.kuali.kra.budget.core |
| Modifier and Type | Field and Description |
|---|---|
static RateDecimal |
RateDecimal.ZERO_RATE |
| Modifier and Type | Method and Description |
|---|---|
protected RateDecimal |
RateDecimal.newInstance(BigDecimal value) |
protected RateDecimal |
RateDecimal.newInstance(BigDecimal value,
int scale) |
protected RateDecimal |
RateDecimal.newInstance(double value) |
protected RateDecimal |
RateDecimal.newInstance(double value,
int scale) |
protected RateDecimal |
RateDecimal.newInstance(String value) |
| Modifier and Type | Method and Description |
|---|---|
RateDecimal |
Budget.FiscalYearApplicableRate.getOffCampusApplicableRate()
This method...
|
RateDecimal |
Budget.FiscalYearApplicableRate.getOnCampusApplicableRate()
This method...
|
| Constructor and Description |
|---|
Budget.FiscalYearApplicableRate(Integer fiscalYear,
RateDecimal onCampusApplicableRate,
RateDecimal offCampusApplicableRate)
Constructs a FiscalYearApplicableRate.java.
|
Copyright © 2013 The Kuali Foundation. All Rights Reserved.