Class RemoteObjectLinkObject
- java.lang.Object
 - 
- org.neotropic.kuwaiba.northbound.ws.model.business.RemoteObjectLinkObject
 
 
- 
public class RemoteObjectLinkObject extends Object
Instances of this class represent a structure object-(endpoint)-link-(endpoint)-object a set of this objects represents the complete structure of an end to end view e.g. [device1 -endpoint- link -endpoint- device2] [device3 -endpoint- link -endpoint- device2] [device5 -endpoint- link -endpoint- device3] . . . [deviceN -endpoint- link -endpoint- device5]- Author:
 - Adrian Martinez Molina <adrian.martinez@kuwaiba.org>
 
 
- 
- 
Constructor Summary
Constructors Constructor Description RemoteObjectLinkObject()RemoteObjectLinkObject(RemoteObjectLight deviceA, RemoteObjectLight physicalEndpointObjectA, RemoteObjectLight logicalEndpointObjectA, RemoteObject connectionObject, RemoteObjectLight logicalEndpointObjectB, RemoteObjectLight physicalEndpointObjectB, RemoteObjectLight deviceB)RemoteObjectLinkObject(RemoteObjectLight deviceA, RemoteObjectLight physicalEndpointObjectA, RemoteObject connectionObject, RemoteObjectLight physicalEndpointObjectB, RemoteObjectLight deviceB) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RemoteObjectgetConnectionObject()RemoteObjectLightgetDeviceA()RemoteObjectLightgetDeviceB()RemoteObjectLightgetLogicalEndpointObjectA()RemoteObjectLightgetLogicalEndpointObjectB()RemoteObjectLightgetPhysicalEndpointObjectA()RemoteObjectLightgetPhysicalEndpointObjectB()voidsetConnectionObject(RemoteObject connectionObject)voidsetDeviceA(RemoteObjectLight deviceA)voidsetDeviceB(RemoteObjectLight deviceB)voidsetLogicalEndpointObjectA(RemoteObjectLight logicalEndpointObjectA)voidsetLogicalEndpointObjectB(RemoteObjectLight logicalEndpointObjectB)voidsetPhysicalEndpointObjectA(RemoteObjectLight physicalEndpointObjectA)voidsetPhysicalEndpointObjectB(RemoteObjectLight physicalEndpointObjectB) 
 - 
 
- 
- 
Constructor Detail
- 
RemoteObjectLinkObject
public RemoteObjectLinkObject()
 
- 
RemoteObjectLinkObject
public RemoteObjectLinkObject(RemoteObjectLight deviceA, RemoteObjectLight physicalEndpointObjectA, RemoteObject connectionObject, RemoteObjectLight physicalEndpointObjectB, RemoteObjectLight deviceB)
 
- 
RemoteObjectLinkObject
public RemoteObjectLinkObject(RemoteObjectLight deviceA, RemoteObjectLight physicalEndpointObjectA, RemoteObjectLight logicalEndpointObjectA, RemoteObject connectionObject, RemoteObjectLight logicalEndpointObjectB, RemoteObjectLight physicalEndpointObjectB, RemoteObjectLight deviceB)
 
 - 
 
- 
Method Detail
- 
getConnectionObject
public RemoteObject getConnectionObject()
 
- 
setConnectionObject
public void setConnectionObject(RemoteObject connectionObject)
 
- 
getPhysicalEndpointObjectA
public RemoteObjectLight getPhysicalEndpointObjectA()
 
- 
setPhysicalEndpointObjectA
public void setPhysicalEndpointObjectA(RemoteObjectLight physicalEndpointObjectA)
 
- 
getPhysicalEndpointObjectB
public RemoteObjectLight getPhysicalEndpointObjectB()
 
- 
setPhysicalEndpointObjectB
public void setPhysicalEndpointObjectB(RemoteObjectLight physicalEndpointObjectB)
 
- 
getLogicalEndpointObjectA
public RemoteObjectLight getLogicalEndpointObjectA()
 
- 
setLogicalEndpointObjectA
public void setLogicalEndpointObjectA(RemoteObjectLight logicalEndpointObjectA)
 
- 
getLogicalEndpointObjectB
public RemoteObjectLight getLogicalEndpointObjectB()
 
- 
setLogicalEndpointObjectB
public void setLogicalEndpointObjectB(RemoteObjectLight logicalEndpointObjectB)
 
- 
getDeviceA
public RemoteObjectLight getDeviceA()
 
- 
setDeviceA
public void setDeviceA(RemoteObjectLight deviceA)
 
- 
getDeviceB
public RemoteObjectLight getDeviceB()
 
- 
setDeviceB
public void setDeviceB(RemoteObjectLight deviceB)
 
 - 
 
 -