Class HandlingRelatedItemsFeature
- java.lang.Object
-
- de.hybris.platform.persistence.polyglot.model.HandlingRelatedItemsFeature
-
- All Implemented Interfaces:
PolyglotFeature
public class HandlingRelatedItemsFeature extends java.lang.Object implements PolyglotFeature
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)KeygetAttributeKey()ReferencegetTypeReference()inthashCode()booleanisWritable()
-
-
-
Method Detail
-
isWritable
public boolean isWritable()
-
getAttributeKey
public Key getAttributeKey()
-
getTypeReference
public Reference getTypeReference()
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-