Class GenericCatalogCopyContext.AbstractParentResolver
- java.lang.Object
-
- de.hybris.platform.catalog.jalo.synchronization.GenericCatalogCopyContext.AbstractParentResolver
-
- Direct Known Subclasses:
GenericCatalogCopyContext.ReferenceParentResolver
- Enclosing class:
- GenericCatalogCopyContext
public abstract static class GenericCatalogCopyContext.AbstractParentResolver extends java.lang.Object
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAbstractParentResolver(ComposedType dependent, AttributeDescriptor attributeDescriptor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)protected AttributeDescriptorgetAttributeDescriptor()ComposedTypegetDependentItemType()inthashCode()
-
-
-
Constructor Detail
-
AbstractParentResolver
protected AbstractParentResolver(ComposedType dependent, AttributeDescriptor attributeDescriptor)
-
-
Method Detail
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
getAttributeDescriptor
protected AttributeDescriptor getAttributeDescriptor()
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
getDependentItemType
public ComposedType getDependentItemType()
-
-