public class DialogInputs extends Object
Modifier and Type | Field and Description |
---|---|
private int |
currencyAmount
The amount of currency to display in the dialog.
|
private String |
currencyName
The vitual currency name to display in the dialog.
|
private Drawable |
icon
The icon of the dialog.
|
Constructor and Description |
---|
DialogInputs() |
Modifier and Type | Method and Description |
---|---|
int |
getCurrencyAmount()
Returns the amount of virtual currency.
|
String |
getCurrencyName()
Returns the virtual currency name.
|
Drawable |
getIcon()
Returns the icon of the dialog.
|
void |
setCurrencyAmount(int currencyAmount)
Sets the amount of virtual currency.
|
void |
setCurrencyName(String currencyName)
Sets the virtual currency name.
|
void |
setIcon(Drawable icon)
Sets the icon of the dialog.
|
private String currencyName
private Drawable icon
private int currencyAmount
public String getCurrencyName()
String
. The virtual currency name.public void setCurrencyName(String currencyName)
currencyName
- String
. The virtual currency name.public Drawable getIcon()
Drawable
. The icon as drawable.public void setIcon(Drawable icon)
icon
- Drawable
. The drawable to set as icon.public int getCurrencyAmount()
Integer
. The amount of virtual currency.public void setCurrencyAmount(int currencyAmount)
currencyAmount
- Integer
. The amount of virtual currency.