Class ItemDetail

java.lang.Object
com.epicbot.api.shared.model.ItemDetail

public class ItemDetail extends Object
  • Constructor Details

    • ItemDetail

      public ItemDetail()
  • Method Details

    • getId

      public int getId()
    • setId

      public void setId(int id)
    • getName

      public String getName()
    • setName

      public void setName(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)