public class Dota2GameItem extends Object
Dota2GameItem class.
Constructor and Description |
---|
Dota2GameItem() |
Modifier and Type | Method and Description |
---|---|
int |
getCost()
Getter for the field
cost . |
int |
getId()
Getter for the field
id . |
String |
getName()
Getter for the field
name . |
int |
getRecipe()
Getter for the field
recipe . |
int |
getSecretShop()
Getter for the field
secretShop . |
void |
setCost(int cost)
Setter for the field
cost . |
void |
setId(int id)
Setter for the field
id . |
void |
setName(String name)
Setter for the field
name . |
void |
setRecipe(int recipe)
Setter for the field
recipe . |
void |
setSecretShop(int secretShop)
Setter for the field
secretShop . |
String |
toString() |
public int getId()
Getter for the field id
.
public void setId(int id)
Setter for the field id
.
id
- a intpublic void setName(String name)
Setter for the field name
.
name
- a String
objectpublic int getCost()
Getter for the field cost
.
public void setCost(int cost)
Setter for the field cost
.
cost
- a intpublic int getSecretShop()
Getter for the field secretShop
.
public void setSecretShop(int secretShop)
Setter for the field secretShop
.
secretShop
- a intpublic int getRecipe()
Getter for the field recipe
.
public void setRecipe(int recipe)
Setter for the field recipe
.
recipe
- a intCopyright © 2016–2024. All rights reserved.