public class CouponLine extends Object implements CrudObject<Integer>
| Constructor and Description |
|---|
CouponLine() |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getAmount() |
String |
getCode() |
BigDecimal |
getDicountTax() |
Integer |
getId() |
void |
setAmount(BigDecimal amount) |
void |
setCode(String code) |
void |
setDicountTax(BigDecimal dicountTax) |
void |
setId(Integer id) |
public Integer getId()
getId in interface CrudObject<Integer>public void setId(Integer id)
public String getCode()
public void setCode(String code)
public BigDecimal getAmount()
public void setAmount(BigDecimal amount)
public BigDecimal getDicountTax()
public void setDicountTax(BigDecimal dicountTax)
Copyright © 2017 Netgrid. All rights reserved.