public final class ItemPriceInformation
extends java.lang.Object
Constructor and Description |
---|
ItemPriceInformation(Item item)
Creates a new
ItemPriceInformation . |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
Item |
getItem()
Gets the item.
|
int |
hashCode() |
java.lang.String |
toString() |
public ItemPriceInformation(Item item)
ItemPriceInformation
.item
- The item.public Item getItem()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object