public class FeeLineTax extends Object implements CrudObject<Integer>
| Constructor and Description |
|---|
FeeLineTax() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getId() |
BigDecimal |
getSubtotal() |
BigDecimal |
getTotal() |
void |
setId(Integer id) |
void |
setSubtotal(BigDecimal subtotal) |
void |
setTotal(BigDecimal total) |
public BigDecimal getTotal()
public void setTotal(BigDecimal total)
public BigDecimal getSubtotal()
public void setSubtotal(BigDecimal subtotal)
public Integer getId()
getId in interface CrudObject<Integer>public void setId(Integer id)
Copyright © 2017 Netgrid. All rights reserved.