public class StoreFeaturedAppInfo extends Object
StoreFeaturedAppInfo class.
Constructor and Description |
---|
StoreFeaturedAppInfo() |
Modifier and Type | Method and Description |
---|---|
String |
getControllerSupport()
Getter for the field
controllerSupport . |
String |
getCurrency()
Getter for the field
currency . |
long |
getDiscountExpirationDate()
Getter for the field
discountExpirationDate . |
int |
getDiscountPercent()
Getter for the field
discountPercent . |
int |
getFinalPrice()
Getter for the field
finalPrice . |
String |
getHeaderImageUrl()
Getter for the field
headerImageUrl . |
int |
getId()
Getter for the field
id . |
String |
getLargeCapsuleImageUrl()
Getter for the field
largeCapsuleImageUrl . |
String |
getName()
Getter for the field
name . |
int |
getOriginalPrice()
Getter for the field
originalPrice . |
String |
getSmallCapsuleImageUrl()
Getter for the field
smallCapsuleImageUrl . |
int |
getType()
Getter for the field
type . |
boolean |
isAvailableOnLinux()
isAvailableOnLinux.
|
boolean |
isAvailableOnMac()
isAvailableOnMac.
|
boolean |
isAvailableOnWindows()
isAvailableOnWindows.
|
boolean |
isDiscounted()
isDiscounted.
|
boolean |
isStreamingVideoAvailable()
isStreamingVideoAvailable.
|
void |
setAvailableOnLinux(boolean availableOnLinux)
Setter for the field
availableOnLinux . |
void |
setAvailableOnMac(boolean availableOnMac)
Setter for the field
availableOnMac . |
void |
setAvailableOnWindows(boolean availableOnWindows)
Setter for the field
availableOnWindows . |
void |
setControllerSupport(String controllerSupport)
Setter for the field
controllerSupport . |
void |
setCurrency(String currency)
Setter for the field
currency . |
void |
setDiscounted(boolean discounted)
Setter for the field
discounted . |
void |
setDiscountExpirationDate(long discountExpirationDate)
Setter for the field
discountExpirationDate . |
void |
setDiscountPercent(int discountPercent)
Setter for the field
discountPercent . |
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 |
setLargeCapsuleImageUrl(String largeCapsuleImageUrl)
Setter for the field
largeCapsuleImageUrl . |
void |
setName(String name)
Setter for the field
name . |
void |
setOriginalPrice(int originalPrice)
Setter for the field
originalPrice . |
void |
setSmallCapsuleImageUrl(String smallCapsuleImageUrl)
Setter for the field
smallCapsuleImageUrl . |
void |
setStreamingVideoAvailable(boolean streamingVideoAvailable)
Setter for the field
streamingVideoAvailable . |
void |
setType(int type)
Setter for the field
type . |
String |
toString() |
public String getLargeCapsuleImageUrl()
Getter for the field largeCapsuleImageUrl
.
String
objectpublic void setLargeCapsuleImageUrl(String largeCapsuleImageUrl)
Setter for the field largeCapsuleImageUrl
.
largeCapsuleImageUrl
- a String
objectpublic String getSmallCapsuleImageUrl()
Getter for the field smallCapsuleImageUrl
.
String
objectpublic void setSmallCapsuleImageUrl(String smallCapsuleImageUrl)
Setter for the field smallCapsuleImageUrl
.
smallCapsuleImageUrl
- a String
objectpublic boolean isStreamingVideoAvailable()
isStreamingVideoAvailable.
public void setStreamingVideoAvailable(boolean streamingVideoAvailable)
Setter for the field streamingVideoAvailable
.
streamingVideoAvailable
- a booleanpublic String getHeaderImageUrl()
Getter for the field headerImageUrl
.
String
objectpublic void setHeaderImageUrl(String headerImageUrl)
Setter for the field headerImageUrl
.
headerImageUrl
- a String
objectpublic String getControllerSupport()
Getter for the field controllerSupport
.
String
objectpublic void setControllerSupport(String controllerSupport)
Setter for the field controllerSupport
.
controllerSupport
- a String
objectpublic 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 void setName(String name)
Setter for the field name
.
name
- a String
objectpublic boolean isDiscounted()
isDiscounted.
public void setDiscounted(boolean discounted)
Setter for the field discounted
.
discounted
- a booleanpublic int getDiscountPercent()
Getter for the field discountPercent
.
public void setDiscountPercent(int discountPercent)
Setter for the field discountPercent
.
discountPercent
- a intpublic 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 void setCurrency(String currency)
Setter for the field currency
.
currency
- a String
objectpublic boolean isAvailableOnWindows()
isAvailableOnWindows.
public void setAvailableOnWindows(boolean availableOnWindows)
Setter for the field availableOnWindows
.
availableOnWindows
- a booleanpublic boolean isAvailableOnMac()
isAvailableOnMac.
public void setAvailableOnMac(boolean availableOnMac)
Setter for the field availableOnMac
.
availableOnMac
- a booleanpublic boolean isAvailableOnLinux()
isAvailableOnLinux.
public void setAvailableOnLinux(boolean availableOnLinux)
Setter for the field availableOnLinux
.
availableOnLinux
- a booleanpublic long getDiscountExpirationDate()
Getter for the field discountExpirationDate
.
public void setDiscountExpirationDate(long discountExpirationDate)
Setter for the field discountExpirationDate
.
discountExpirationDate
- a longCopyright © 2016–2024. All rights reserved.