Constructor and Description |
---|
Item() |
Item(java.lang.String aTitle,
double aPrice) |
Modifier and Type | Method and Description |
---|---|
double |
getFinalPrice() |
double |
getOriginalPrice() |
void |
showDetails()
Shows the information for an item
|