public class Price extends Object
| Constructor and Description |
|---|
Price() |
| Modifier and Type | Method and Description |
|---|---|
String |
getChargeItem() |
String |
getChargeUnit() |
String |
getDiscountPrice() |
String |
getOriginalPrice() |
Price |
setChargeItem(String chargeItem) |
Price |
setChargeUnit(String chargeUnit) |
Price |
setDiscountPrice(String discountPrice) |
Price |
setOriginalPrice(String originalPrice) |
String |
toString() |
Copyright © 2026. All rights reserved.