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