public class PlayerShopItem
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected int |
count |
protected int |
currency |
protected long |
id |
protected OID |
itemOid |
protected long |
price |
protected boolean |
sell |
protected int |
template_id |
Constructor and Description |
---|
PlayerShopItem() |
PlayerShopItem(long id,
OID itemOid,
int currency,
long price,
int template_id,
int count,
boolean sell) |
Modifier and Type | Method and Description |
---|---|
int |
getCount() |
int |
getCurrency() |
java.lang.Long |
getId() |
OID |
getItemOid() |
long |
getPrice() |
boolean |
getSell() |
int |
getTemplateId() |
void |
setCount(int count) |
void |
setCurrency(int currency) |
void |
setItemOid(OID itemOid) |
void |
setPrices(long price) |
void |
setSell(boolean sell) |
void |
setTemplateId(int templateId) |
protected OID itemOid
protected int currency
protected long price
protected long id
protected int template_id
protected int count
protected boolean sell
public PlayerShopItem()
public PlayerShopItem(long id, OID itemOid, int currency, long price, int template_id, int count, boolean sell)
public java.lang.Long getId()
public void setCurrency(int currency)
public int getCurrency()
public void setItemOid(OID itemOid)
public OID getItemOid()
public void setPrices(long price)
public long getPrice()
public void setTemplateId(int templateId)
public int getTemplateId()
public void setCount(int count)
public int getCount()
public void setSell(boolean sell)
public boolean getSell()