Class ItemDetail


  • public class ItemDetail
    extends java.lang.Object
    • Constructor Detail

      • ItemDetail

        public ItemDetail()
    • 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)