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 int
compareTo(ItemPropertyValue o)
boolean
equals(java.lang.Object obj)
PK
getPK()
int
hashCode()
java.lang.String
toString()
-
-
-
Constructor Detail
-
ItemPropertyValue
public ItemPropertyValue(PK pk)
-
-
Method Detail
-
getPK
public PK getPK()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
compareTo
public int compareTo(ItemPropertyValue o)
- Specified by:
compareTo
in interfacejava.lang.Comparable<ItemPropertyValue>
-
-