Package net.eternalclient.api.utilities
Class ItemPrice
- java.lang.Object
-
- net.eternalclient.api.utilities.ItemPrice
-
public final class ItemPrice extends java.lang.ObjectRepresents the price and time data for an in-game item.
-
-
Constructor Summary
Constructors Constructor Description ItemPrice(int high, int low, long highTime, long lowTime)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)intgetHigh()longgetHighTime()intgetLow()longgetLowTime()inthashCode()java.lang.StringtoString()
-
-
-
Method Detail
-
getHigh
public int getHigh()
-
getLow
public int getLow()
-
getHighTime
public long getHighTime()
-
getLowTime
public long getLowTime()
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-