public class CommerceTaxCalculateRequest
extends java.lang.Object
| Constructor and Description |
|---|
CommerceTaxCalculateRequest() |
| Modifier and Type | Method and Description |
|---|---|
long |
getCommerceAddressId() |
long |
getCommerceTaxMethodId() |
java.math.BigDecimal |
getPrice() |
long |
getSiteGroupId() |
long |
getTaxCategoryId() |
long |
getUserId() |
boolean |
isPercentage() |
void |
setCommerceAddressId(long commerceAddressId) |
void |
setCommerceTaxMethodId(long commerceTaxMethodId) |
void |
setPercentage(boolean percentage) |
void |
setPrice(java.math.BigDecimal price) |
void |
setSiteGroupId(long siteGroupId) |
void |
setTaxCategoryId(long taxCategoryId) |
void |
setUserId(long userId) |
public long getCommerceAddressId()
public long getCommerceTaxMethodId()
public java.math.BigDecimal getPrice()
public long getSiteGroupId()
public long getTaxCategoryId()
public long getUserId()
public boolean isPercentage()
public void setCommerceAddressId(long commerceAddressId)
public void setCommerceTaxMethodId(long commerceTaxMethodId)
public void setPercentage(boolean percentage)
public void setPrice(java.math.BigDecimal price)
public void setSiteGroupId(long siteGroupId)
public void setTaxCategoryId(long taxCategoryId)
public void setUserId(long userId)