Package | Description |
---|---|
org.kuali.ole.sys.businessobject | |
org.kuali.ole.sys.document.validation.impl |
Modifier and Type | Field and Description |
---|---|
protected List<TaxRegionRate> |
TaxRegion.taxRegionRates |
Modifier and Type | Method and Description |
---|---|
TaxRegionRate |
TaxRegion.getEffectiveTaxRegionRate(Date dateOfTransaction)
This method returns the effective tax region rate based off the date of transaction passed in
|
Modifier and Type | Method and Description |
---|---|
List<TaxRegionRate> |
TaxRegion.getTaxRegionRates() |
Modifier and Type | Method and Description |
---|---|
void |
TaxRegion.setTaxRegionRates(List<TaxRegionRate> taxRegionRates) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
TaxRegionRule.isValidEffectiveDate(TaxRegionRate taxRegionRate)
This method returns true if the effective date is not a date in the past or today's date.
|
protected boolean |
TaxRegionRule.isValidTaxRate(TaxRegionRate taxRegionRate)
This method returns true if the tax rate is between 0 and 1.
|
protected boolean |
TaxRegionRule.isValidTaxRegionRate(TaxRegionRate taxRegionRate,
TaxRegion taxRegion) |
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.