|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface TaxJurisdictionCategoryX
TaxJurisdictionCategoryX represents the TaxJurisdiction and TaxCategory association, include the
taxValues for each configured TaxCode.
| Method Summary | |
|---|---|
TaxCategory |
getTaxCategory()
Return the tax category. |
java.util.Map |
getTaxValueMap()
Return the tax code -> value map. |
java.math.BigDecimal |
getValue(java.lang.String taxCode)
Return the tax value. |
void |
setTaxCategory(TaxCategory taxCategory)
Set the tax category. |
void |
setTaxValueMap(java.util.Map taxValueMap)
Set the the tax code -> value map. |
| Methods inherited from interface com.elasticpath.domain.Persistence |
|---|
executeBeforePersistAction, getUidPk, isPersistent, setDefaultValues, setUidPk |
| Methods inherited from interface com.elasticpath.domain.EpDomain |
|---|
getElasticPath, setElasticPath |
| Method Detail |
|---|
TaxCategory getTaxCategory()
java.util.Map getTaxValueMap()
java.math.BigDecimal getValue(java.lang.String taxCode)
taxCode - the tax code.
void setTaxCategory(TaxCategory taxCategory)
taxCategory - the tax categoryvoid setTaxValueMap(java.util.Map taxValueMap)
taxValueMap - - tax code -> value map.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||