public class StoreDailyDealsInfo extends Object
StoreDailyDealsInfo class.
Constructor and Description |
---|
StoreDailyDealsInfo() |
Modifier and Type | Method and Description |
---|---|
String |
getCurrency()
Getter for the field
currency . |
int |
getDiscountPercentage()
Getter for the field
discountPercentage . |
int |
getFinalPrice()
Getter for the field
finalPrice . |
String |
getHeaderImageUrl()
Getter for the field
headerImageUrl . |
int |
getId()
Getter for the field
id . |
String |
getName()
Getter for the field
name . |
int |
getOriginalPrice()
Getter for the field
originalPrice . |
int |
getPurchasePackage()
Getter for the field
purchasePackage . |
int |
getType()
Getter for the field
type . |
boolean |
isDiscounted()
isDiscounted.
|
void |
setCurrency(String currency)
Setter for the field
currency . |
void |
setDiscounted(boolean discounted)
Setter for the field
discounted . |
void |
setDiscountPercentage(int discountPercentage)
Setter for the field
discountPercentage . |
void |
setFinalPrice(int finalPrice)
Setter for the field
finalPrice . |
void |
setHeaderImageUrl(String headerImageUrl)
Setter for the field
headerImageUrl . |
void |
setId(int id)
Setter for the field
id . |
void |
setName(String name)
Setter for the field
name . |
void |
setOriginalPrice(int originalPrice)
Setter for the field
originalPrice . |
void |
setPurchasePackage(int purchasePackage)
Setter for the field
purchasePackage . |
void |
setType(int type)
Setter for the field
type . |
public int getId()
Getter for the field id
.
public void setId(int id)
Setter for the field id
.
id
- a intpublic int getType()
Getter for the field type
.
public void setType(int type)
Setter for the field type
.
type
- a intpublic boolean isDiscounted()
isDiscounted.
public void setDiscounted(boolean discounted)
Setter for the field discounted
.
discounted
- a booleanpublic void setCurrency(String currency)
Setter for the field currency
.
currency
- a String
objectpublic int getOriginalPrice()
Getter for the field originalPrice
.
public void setOriginalPrice(int originalPrice)
Setter for the field originalPrice
.
originalPrice
- a intpublic int getFinalPrice()
Getter for the field finalPrice
.
public void setFinalPrice(int finalPrice)
Setter for the field finalPrice
.
finalPrice
- a intpublic int getDiscountPercentage()
Getter for the field discountPercentage
.
public void setDiscountPercentage(int discountPercentage)
Setter for the field discountPercentage
.
discountPercentage
- a intpublic void setName(String name)
Setter for the field name
.
name
- a String
objectpublic String getHeaderImageUrl()
Getter for the field headerImageUrl
.
String
objectpublic void setHeaderImageUrl(String headerImageUrl)
Setter for the field headerImageUrl
.
headerImageUrl
- a String
objectpublic int getPurchasePackage()
Getter for the field purchasePackage
.
public void setPurchasePackage(int purchasePackage)
Setter for the field purchasePackage
.
purchasePackage
- a intCopyright © 2016–2024. All rights reserved.