public class GoldDto
extends java.lang.Object
| Constructor and Description |
|---|
GoldDto() |
| Modifier and Type | Method and Description |
|---|---|
int |
getBase()
Implementation note: Total Biscuit of Rejuvenation
breaks this contract.
|
static long |
getInstanceCount() |
int |
getSell()
Implementation note: Total Biscuit of Rejuvenation
breaks this contract.
|
int |
getTotal()
Implementation note: Total Biscuit of Rejuvenation
breaks this contract.
|
boolean |
isPurchasable() |
java.lang.String |
toString() |
public static long getInstanceCount()
public int getBase()
0
if isPurchasable() is false.public boolean isPurchasable()
public int getSell()
0
if isPurchasable() is false.public int getTotal()
0
if isPurchasable() is false.public java.lang.String toString()
toString in class java.lang.Object