public class ShippingLine extends Object implements CrudObject<Integer>
| Constructor and Description |
|---|
ShippingLine() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getId() |
String |
getMethodId() |
String |
getMethodTitle() |
List<FeeLineTax> |
getTaxes() |
BigDecimal |
getTotal() |
BigDecimal |
getTotalTax() |
void |
setId(Integer id) |
void |
setMethodId(String methodId) |
void |
setMethodTitle(String methodTitle) |
void |
setTaxes(List<FeeLineTax> taxes) |
void |
setTotal(BigDecimal total) |
void |
setTotalTax(BigDecimal totalTax) |
public Integer getId()
getId in interface CrudObject<Integer>public void setId(Integer id)
public String getMethodId()
public void setMethodId(String methodId)
public String getMethodTitle()
public void setMethodTitle(String methodTitle)
public BigDecimal getTotal()
public void setTotal(BigDecimal total)
public BigDecimal getTotalTax()
public void setTotalTax(BigDecimal totalTax)
public List<FeeLineTax> getTaxes()
public void setTaxes(List<FeeLineTax> taxes)
Copyright © 2017 Netgrid. All rights reserved.