public abstract class BridgeImplementation extends java.lang.Object implements BridgeInterface
| Modifier | Constructor and Description |
|---|---|
protected |
BridgeImplementation() |
| Modifier and Type | Method and Description |
|---|---|
BridgeAbstraction |
getAbstraction()
get the bridge abstraction object that implements this bridge interface
|
void |
setAbstraction(BridgeAbstraction abstr)
set the bridge abstraction.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetJaloObjectClass, getRemotepublic BridgeAbstraction getAbstraction()
BridgeInterfacegetAbstraction in interface BridgeInterfacepublic void setAbstraction(BridgeAbstraction abstr)
BridgeInterfacesetAbstraction in interface BridgeInterfaceabstr - the BridgeAbstraction objectCopyright © 2018 SAP SE. All Rights Reserved.