public class StorePackagePriceInfo extends Object
StorePackagePriceInfo class.
| Constructor and Description |
|---|
StorePackagePriceInfo() |
| 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 |
getIndividual()
Getter for the field
individual. |
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 |
setIndividual(int individual)
Setter for the field
individual. |
void |
setInitialPrice(int initialPrice)
Setter for the field
initialPrice. |
String |
toString() |
public int getDiscountPercent()
Getter for the field discountPercent.
public void setDiscountPercent(int discountPercent)
Setter for the field discountPercent.
discountPercent - a intpublic 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 getIndividual()
Getter for the field individual.
public void setIndividual(int individual)
Setter for the field individual.
individual - a intCopyright © 2016–2024. All rights reserved.