Package com.epicbot.api.shared.model
Class ItemDetail
java.lang.Object
com.epicbot.api.shared.model.ItemDetail
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintintgetId()intintgetName()intbooleanbooleanbooleanbooleanisNoted()booleanbooleanvoidsetEquipable(boolean equipable) voidsetHighAlch(int highAlch) voidsetHighestPrice(int highestPrice) voidsetId(int id) voidsetLowAlch(int lowAlch) voidsetLowestPrice(int lowestPrice) voidsetMembers(boolean members) voidvoidsetNoteable(boolean noteable) voidsetNoted(boolean noted) voidsetSellableOnGE(boolean sellableOnGE) voidsetStackable(boolean stackable) voidsetStoreCost(int storeCost)
-
Constructor Details
-
ItemDetail
public ItemDetail()
-
-
Method Details
-
getId
public int getId() -
setId
public void setId(int id) -
getName
-
setName
-
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)
-