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