Package de.hybris.platform.util
Class ItemPropertyValue
- java.lang.Object
-
- de.hybris.platform.util.ItemPropertyValue
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<ItemPropertyValue>
public class ItemPropertyValue extends java.lang.Object implements java.io.Serializable, java.lang.Comparable<ItemPropertyValue>
a read only wrapper.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ItemPropertyValue(PK pk)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(ItemPropertyValue o)booleanequals(java.lang.Object obj)PKgetPK()inthashCode()java.lang.StringtoString()
-
-
-
Constructor Detail
-
ItemPropertyValue
public ItemPropertyValue(PK pk)
-
-
Method Detail
-
getPK
public PK getPK()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
compareTo
public int compareTo(ItemPropertyValue o)
- Specified by:
compareToin interfacejava.lang.Comparable<ItemPropertyValue>
-
-