public class Product extends Object
| Constructor and Description |
|---|
Product() |
Product(BoletoModel boletoModel) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCode() |
String |
getDescription() |
Integer |
getQuantity() |
BigDecimal |
getUnitPrice() |
void |
setCode(String code) |
void |
setDescription(String description) |
void |
setQuantity(Integer quantity) |
void |
setUnitPrice(BigDecimal unitPrice) |
String |
toString() |
public Product()
public Product(BoletoModel boletoModel)
public String getCode()
public void setCode(String code)
public String getDescription()
public void setDescription(String description)
public BigDecimal getUnitPrice()
public void setUnitPrice(BigDecimal unitPrice)
public Integer getQuantity()
public void setQuantity(Integer quantity)
Copyright © 2022. All rights reserved.