public class FeeLine extends Object implements CrudObject<Integer>
| Constructor and Description |
|---|
FeeLine() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getId() |
String |
getTaxClass() |
List<FeeLineTax> |
getTaxes() |
String |
getTaxStatus() |
String |
getTitle() |
BigDecimal |
getTotal() |
BigDecimal |
getTotalTax() |
void |
setId(Integer id) |
void |
setTaxClass(String taxClass) |
void |
setTaxes(List<FeeLineTax> taxes) |
void |
setTaxStatus(String taxStatus) |
void |
setTitle(String title) |
void |
setTotal(BigDecimal total) |
void |
setTotalTax(BigDecimal totalTax) |
public Integer getId()
getId in interface CrudObject<Integer>public void setId(Integer id)
public String getTitle()
public void setTitle(String title)
public String getTaxClass()
public void setTaxClass(String taxClass)
public BigDecimal getTotal()
public void setTotal(BigDecimal total)
public BigDecimal getTotalTax()
public void setTotalTax(BigDecimal totalTax)
public String getTaxStatus()
public void setTaxStatus(String taxStatus)
public List<FeeLineTax> getTaxes()
public void setTaxes(List<FeeLineTax> taxes)
Copyright © 2017 Netgrid. All rights reserved.