Class RemoteLogicalConnectionDetails
- java.lang.Object
-
- org.neotropic.kuwaiba.northbound.ws.model.business.RemoteLogicalConnectionDetails
-
- All Implemented Interfaces:
Serializable
public class RemoteLogicalConnectionDetails extends Object implements Serializable
Instances of this class represent the details of a logical connection and the physical resources associated to the endpoints of such connection. This information is useful to build reports and end-to-end views- Author:
- Charles Edward Bedon Cortazar <charles.bedon@kuwaiba.org>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RemoteLogicalConnectionDetails()
Default parameter-less constructorRemoteLogicalConnectionDetails(BusinessObject connectionObject, BusinessObjectLight endpointA, BusinessObjectLight endpointB, List<BusinessObjectLight> physicalPathForEndpointA, List<BusinessObjectLight> physicalPathForEndpointB)
RemoteLogicalConnectionDetails(BusinessObject connectionObject, BusinessObjectLight endpointA, BusinessObjectLight endpointB, List<BusinessObjectLight> physicalPathForEndpointA, List<BusinessObjectLight> physicalPathForEndpointB, HashMap<BusinessObjectLight,List<BusinessObjectLight>> physicalPathForVlansEndpointA, HashMap<BusinessObjectLight,List<BusinessObjectLight>> physicalPathForBDisEndpointA, HashMap<BusinessObjectLight,List<BusinessObjectLight>> physicalPathForVlansEndpointB, HashMap<BusinessObjectLight,List<BusinessObjectLight>> physicalPathForBDisEndpointB)
-
Method Summary
-
-
-
Constructor Detail
-
RemoteLogicalConnectionDetails
public RemoteLogicalConnectionDetails()
Default parameter-less constructor
-
RemoteLogicalConnectionDetails
public RemoteLogicalConnectionDetails(BusinessObject connectionObject, BusinessObjectLight endpointA, BusinessObjectLight endpointB, List<BusinessObjectLight> physicalPathForEndpointA, List<BusinessObjectLight> physicalPathForEndpointB)
-
RemoteLogicalConnectionDetails
public RemoteLogicalConnectionDetails(BusinessObject connectionObject, BusinessObjectLight endpointA, BusinessObjectLight endpointB, List<BusinessObjectLight> physicalPathForEndpointA, List<BusinessObjectLight> physicalPathForEndpointB, HashMap<BusinessObjectLight,List<BusinessObjectLight>> physicalPathForVlansEndpointA, HashMap<BusinessObjectLight,List<BusinessObjectLight>> physicalPathForBDisEndpointA, HashMap<BusinessObjectLight,List<BusinessObjectLight>> physicalPathForVlansEndpointB, HashMap<BusinessObjectLight,List<BusinessObjectLight>> physicalPathForBDisEndpointB)
-
-
Method Detail
-
getConnectionObject
public RemoteObject getConnectionObject()
-
setConnectionObject
public void setConnectionObject(RemoteObject connectionObject)
-
getEndpointA
public RemoteObjectLight getEndpointA()
-
setEndpointA
public void setEndpointA(RemoteObjectLight endpointA)
-
getEndpointB
public RemoteObjectLight getEndpointB()
-
setEndpointB
public void setEndpointB(RemoteObjectLight endpointB)
-
getPhysicalPathForEndpointA
public List<RemoteObjectLight> getPhysicalPathForEndpointA()
-
setPhysicalPathForEndpointA
public void setPhysicalPathForEndpointA(List<RemoteObjectLight> physicalPathForEndpointA)
-
getPhysicalPathForEndpointB
public List<RemoteObjectLight> getPhysicalPathForEndpointB()
-
setPhysicalPathForEndpointB
public void setPhysicalPathForEndpointB(List<RemoteObjectLight> physicalPathForEndpointB)
-
getPhysicalPathForVlansEndpointA
public RemoteObjectRelatedObjects getPhysicalPathForVlansEndpointA()
-
setPhysicalPathForVlansEndpointA
public void setPhysicalPathForVlansEndpointA(RemoteObjectRelatedObjects physicalPathForVlansEndpointA)
-
getPhysicalPathForVlansEndpointB
public RemoteObjectRelatedObjects getPhysicalPathForVlansEndpointB()
-
setPhysicalPathForVlansEndpointB
public void setPhysicalPathForVlansEndpointB(RemoteObjectRelatedObjects physicalPathForVlansEndpointB)
-
getPhysicalPathForBDisEndpointA
public RemoteObjectRelatedObjects getPhysicalPathForBDisEndpointA()
-
setPhysicalPathForBDisEndpointA
public void setPhysicalPathForBDisEndpointA(RemoteObjectRelatedObjects physicalPathForBDisEndpointA)
-
getPhysicalPathForBDisEndpointB
public RemoteObjectRelatedObjects getPhysicalPathForBDisEndpointB()
-
setPhysicalPathForBDisEndpointB
public void setPhysicalPathForBDisEndpointB(RemoteObjectRelatedObjects physicalPathForBDisEndpointB)
-
-