public class TaxLine extends Object implements CrudObject<Integer>
| Constructor and Description |
|---|
TaxLine() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCode() |
Integer |
getId() |
Integer |
getRateId() |
BigDecimal |
getShippingTaxTotal() |
BigDecimal |
getTaxTotal() |
String |
getTitle() |
Boolean |
isCompound() |
void |
setCode(String code) |
void |
setCompound(Boolean compound) |
void |
setId(Integer id) |
void |
setRateId(Integer rateId) |
void |
setShippingTaxTotal(BigDecimal shippingTaxTotal) |
void |
setTax_total(BigDecimal taxTotal) |
void |
setTitle(String title) |
public Integer getId()
getId in interface CrudObject<Integer>public void setId(Integer id)
public Integer getRateId()
public void setRateId(Integer rateId)
public String getCode()
public void setCode(String code)
public String getTitle()
public void setTitle(String title)
public Boolean isCompound()
public void setCompound(Boolean compound)
public BigDecimal getTaxTotal()
public void setTax_total(BigDecimal taxTotal)
public BigDecimal getShippingTaxTotal()
public void setShippingTaxTotal(BigDecimal shippingTaxTotal)
Copyright © 2017 Netgrid. All rights reserved.