Package de.hybris.platform.util
Interface BridgeInterface
-
- All Superinterfaces:
java.io.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
public interface BridgeInterface extends java.io.Serializable
The root class for all JaloImpl objects.
Each Jalo object (BridgeAbstraction) acts as a proxy to a JaloImpl object (BridgeInterface).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Class
getJaloObjectClass()
returns the class of the jalo object that implements this bridge interface.
-