Package com.epicbot.api.shared.model
Class ItemDetail
- java.lang.Object
-
- com.epicbot.api.shared.model.ItemDetail
-
public class ItemDetail extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ItemDetail()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getHighAlch()
int
getHighestPrice()
int
getId()
int
getLowAlch()
int
getLowestPrice()
java.lang.String
getName()
int
getStoreCost()
boolean
isEquipable()
boolean
isMembers()
boolean
isNoteable()
boolean
isNoted()
boolean
isSellableOnGE()
boolean
isStackable()
void
setEquipable(boolean equipable)
void
setHighAlch(int highAlch)
void
setHighestPrice(int highestPrice)
void
setId(int id)
void
setLowAlch(int lowAlch)
void
setLowestPrice(int lowestPrice)
void
setMembers(boolean members)
void
setName(java.lang.String name)
void
setNoteable(boolean noteable)
void
setNoted(boolean noted)
void
setSellableOnGE(boolean sellableOnGE)
void
setStackable(boolean stackable)
void
setStoreCost(int storeCost)
-
-
-
Method Detail
-
getId
public int getId()
-
setId
public void setId(int id)
-
getName
public java.lang.String getName()
-
setName
public void setName(java.lang.String name)
-
isSellableOnGE
public boolean isSellableOnGE()
-
setSellableOnGE
public void setSellableOnGE(boolean sellableOnGE)
-
isMembers
public boolean isMembers()
-
setMembers
public void setMembers(boolean members)
-
isNoted
public boolean isNoted()
-
setNoted
public void setNoted(boolean noted)
-
isNoteable
public boolean isNoteable()
-
setNoteable
public void setNoteable(boolean noteable)
-
isStackable
public boolean isStackable()
-
setStackable
public void setStackable(boolean stackable)
-
isEquipable
public boolean isEquipable()
-
setEquipable
public void setEquipable(boolean equipable)
-
getStoreCost
public int getStoreCost()
-
setStoreCost
public void setStoreCost(int storeCost)
-
getHighestPrice
public int getHighestPrice()
-
setHighestPrice
public void setHighestPrice(int highestPrice)
-
getLowestPrice
public int getLowestPrice()
-
setLowestPrice
public void setLowestPrice(int lowestPrice)
-
getLowAlch
public int getLowAlch()
-
setLowAlch
public void setLowAlch(int lowAlch)
-
getHighAlch
public int getHighAlch()
-
setHighAlch
public void setHighAlch(int highAlch)
-
-