public class Item extends Object
Constructor and Description |
---|
Item() |
Modifier and Type | Method and Description |
---|---|
int |
getItem() |
String |
getItemSubType() |
String |
getItemType() |
String |
getMat() |
String |
getText() |
String |
getText(String prefix) |
void |
setItem(int item) |
void |
setItemSubType(String itemSubType) |
void |
setItemType(String itemType) |
void |
setMat(String mat) |
public int getItem()
public void setItem(int item)
public String getMat()
public void setMat(String mat)
public String getItemType()
public void setItemType(String itemType)
public String getItemSubType()
public void setItemSubType(String itemSubType)
public String getText()
Copyright © 2020. All rights reserved.