public class StoreAppPriceInfo extends Object
StoreAppPriceInfo class.
Constructor and Description |
---|
StoreAppPriceInfo() |
Modifier and Type | Method and Description |
---|---|
String |
getCurrency()
Getter for the field
currency . |
int |
getDiscountPercent()
Getter for the field
discountPercent . |
int |
getFinalPrice()
Getter for the field
finalPrice . |
int |
getInitialPrice()
Getter for the field
initialPrice . |
void |
setCurrency(String currency)
Setter for the field
currency . |
void |
setDiscountPercent(int discountPercent)
Setter for the field
discountPercent . |
void |
setFinalPrice(int finalPrice)
Setter for the field
finalPrice . |
void |
setInitialPrice(int initialPrice)
Setter for the field
initialPrice . |
String |
toString() |
public void setCurrency(String currency)
Setter for the field currency
.
currency
- a String
objectpublic int getInitialPrice()
Getter for the field initialPrice
.
public void setInitialPrice(int initialPrice)
Setter for the field initialPrice
.
initialPrice
- a intpublic int getFinalPrice()
Getter for the field finalPrice
.
public void setFinalPrice(int finalPrice)
Setter for the field finalPrice
.
finalPrice
- a intpublic int getDiscountPercent()
Getter for the field discountPercent
.
public void setDiscountPercent(int discountPercent)
Setter for the field discountPercent
.
discountPercent
- a intCopyright © 2016–2024. All rights reserved.