public class StoreAppSubPackage extends Object
StoreAppSubPackage class.
Constructor and Description |
---|
StoreAppSubPackage() |
Modifier and Type | Method and Description |
---|---|
String |
getGetFreeLicense()
Getter for the field
getFreeLicense . |
String |
getOptionDescription()
Getter for the field
optionDescription . |
String |
getOptionText()
Getter for the field
optionText . |
int |
getPackageId()
Getter for the field
packageId . |
int |
getPercentSavings()
Getter for the field
percentSavings . |
String |
getPercentSavingsText()
Getter for the field
percentSavingsText . |
int |
getPriceInCentsWithDiscount()
Getter for the field
priceInCentsWithDiscount . |
boolean |
isFreeLicense()
isFreeLicense.
|
void |
setFreeLicense(boolean freeLicense)
Setter for the field
freeLicense . |
void |
setGetFreeLicense(String getFreeLicense)
Setter for the field
getFreeLicense . |
void |
setOptionDescription(String optionDescription)
Setter for the field
optionDescription . |
void |
setOptionText(String optionText)
Setter for the field
optionText . |
void |
setPackageId(int packageId)
Setter for the field
packageId . |
void |
setPercentSavings(int percentSavings)
Setter for the field
percentSavings . |
void |
setPercentSavingsText(String percentSavingsText)
Setter for the field
percentSavingsText . |
void |
setPriceInCentsWithDiscount(int priceInCentsWithDiscount)
Setter for the field
priceInCentsWithDiscount . |
public int getPackageId()
Getter for the field packageId
.
public void setPackageId(int packageId)
Setter for the field packageId
.
packageId
- a intpublic String getPercentSavingsText()
Getter for the field percentSavingsText
.
String
objectpublic void setPercentSavingsText(String percentSavingsText)
Setter for the field percentSavingsText
.
percentSavingsText
- a String
objectpublic int getPercentSavings()
Getter for the field percentSavings
.
public void setPercentSavings(int percentSavings)
Setter for the field percentSavings
.
percentSavings
- a intpublic String getOptionText()
Getter for the field optionText
.
String
objectpublic void setOptionText(String optionText)
Setter for the field optionText
.
optionText
- a String
objectpublic String getOptionDescription()
Getter for the field optionDescription
.
String
objectpublic void setOptionDescription(String optionDescription)
Setter for the field optionDescription
.
optionDescription
- a String
objectpublic String getGetFreeLicense()
Getter for the field getFreeLicense
.
String
objectpublic void setGetFreeLicense(String getFreeLicense)
Setter for the field getFreeLicense
.
getFreeLicense
- a String
objectpublic boolean isFreeLicense()
isFreeLicense.
public void setFreeLicense(boolean freeLicense)
Setter for the field freeLicense
.
freeLicense
- a booleanpublic int getPriceInCentsWithDiscount()
Getter for the field priceInCentsWithDiscount
.
public void setPriceInCentsWithDiscount(int priceInCentsWithDiscount)
Setter for the field priceInCentsWithDiscount
.
priceInCentsWithDiscount
- a intCopyright © 2016–2024. All rights reserved.