Package de.hybris.platform.util
Interface BridgeInterface
- All Superinterfaces:
Serializable
- All Known Subinterfaces:
AtomicType.AtomicTypeImpl,AttributeDescriptor.AttributeDescriptorImpl,CollectionType.CollectionTypeImpl,ComposedType.ComposedTypeImpl,Descriptor.DescriptorImpl,EnumerationValue.EnumerationValueImpl,ExtensibleItem.ExtensibleItemImpl,GenericItem.GenericItemImpl,Item.ItemImpl,Link.LinkImpl,LocalizableItem.LocalizableItemImpl,MapType.MapTypeImpl,SearchRestriction.SearchRestrictionImpl,TestItem.TestItemImpl,Type.TypeImpl,TypeManagerManaged.TypeManagerManagedImpl
- All Known Implementing Classes:
AtomicTypeEJBImpl,AttributeDescriptorEJBImpl,BridgeImplementation,CollectionTypeEJBImpl,ComposedTypeEJBImpl,DescriptorEJBImpl,EnumerationValueEJBImpl,ExtensibleItemEJBImpl,GenericItemEJBImpl,ItemEJBImpl,LinkEJBImpl,LocalizableItemEJBImpl,MapTypeEJBImpl,SearchRestrictionEJBImpl,TestItemEJBImpl,TypeEJBImpl,TypeManagerManagedEJBImpl
The root class for all JaloImpl objects.
Each Jalo object (BridgeAbstraction) acts as a proxy to a JaloImpl object (BridgeInterface).
-
Method Summary
Modifier and TypeMethodDescriptionreturns the class of the jalo object that implements this bridge interface.
-
Method Details
-
getJaloObjectClass
Class getJaloObjectClass()returns the class of the jalo object that implements this bridge interface.- Returns:
- the Class object
-