Class RemotePhysicalConnectionDetails
- java.lang.Object
-
- org.neotropic.kuwaiba.northbound.ws.model.business.RemotePhysicalConnectionDetails
-
- All Implemented Interfaces:
Serializable
public class RemotePhysicalConnectionDetails extends Object implements Serializable
Instances of this class represent the details of a physical connection and the complete structure of both sides This information is useful to build reports and end-to-end views- Author:
- Adrian Martinez Molina <adrian.martinez@kuwaiba.org>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RemotePhysicalConnectionDetails()
Default parameter-less constructorRemotePhysicalConnectionDetails(BusinessObject connectionObject, List<BusinessObjectLight> physicalPathForEndpointA, List<BusinessObjectLight> physicalPathForEndpointB)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RemoteObject
getConnectionObject()
List<RemoteObjectLight>
getPhysicalPathForEndpointA()
List<RemoteObjectLight>
getPhysicalPathForEndpointB()
void
setConnectionObject(RemoteObject connectionObject)
void
setPhysicalPathForEndpointA(List<RemoteObjectLight> physicalPathForEndpointA)
void
setPhysicalPathForEndpointB(List<RemoteObjectLight> physicalPathForEndpointB)
-
-
-
Constructor Detail
-
RemotePhysicalConnectionDetails
public RemotePhysicalConnectionDetails()
Default parameter-less constructor
-
RemotePhysicalConnectionDetails
public RemotePhysicalConnectionDetails(BusinessObject connectionObject, List<BusinessObjectLight> physicalPathForEndpointA, List<BusinessObjectLight> physicalPathForEndpointB)
-
-
Method Detail
-
getConnectionObject
public RemoteObject getConnectionObject()
-
setConnectionObject
public void setConnectionObject(RemoteObject connectionObject)
-
getPhysicalPathForEndpointA
public List<RemoteObjectLight> getPhysicalPathForEndpointA()
-
setPhysicalPathForEndpointA
public void setPhysicalPathForEndpointA(List<RemoteObjectLight> physicalPathForEndpointA)
-
getPhysicalPathForEndpointB
public List<RemoteObjectLight> getPhysicalPathForEndpointB()
-
setPhysicalPathForEndpointB
public void setPhysicalPathForEndpointB(List<RemoteObjectLight> physicalPathForEndpointB)
-
-