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 protected
AbstractParentResolver(ComposedType dependent, AttributeDescriptor attributeDescriptor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object obj)
protected AttributeDescriptor
getAttributeDescriptor()
ComposedType
getDependentItemType()
int
hashCode()
-
-
-
Constructor Detail
-
AbstractParentResolver
protected AbstractParentResolver(ComposedType dependent, AttributeDescriptor attributeDescriptor)
-
-
Method Detail
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
getAttributeDescriptor
protected AttributeDescriptor getAttributeDescriptor()
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in classjava.lang.Object
-
getDependentItemType
public ComposedType getDependentItemType()
-
-