Class GenericConnectionDefinition
- java.lang.Object
-
- com.neotropic.kuwaiba.modules.commercial.business.analytics.views.GenericConnectionDefinition
-
public class GenericConnectionDefinition extends Object
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>
-
-
Constructor Summary
Constructors Constructor Description GenericConnectionDefinition()
Default parameter-less constructorGenericConnectionDefinition(BusinessObject connectionObject, BusinessObjectLight endpointA, BusinessObjectLight endpointB, List<BusinessObjectLight> physicalPathForEndpointA, List<BusinessObjectLight> physicalPathForEndpointB)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BusinessObject
getConnectionObject()
BusinessObjectLight
getEndpointA()
BusinessObjectLight
getEndpointB()
List<BusinessObjectLight>
getPhysicalPathForEndpointA()
List<BusinessObjectLight>
getPhysicalPathForEndpointB()
void
setConnectionObject(BusinessObject connectionObject)
void
setEndpointA(BusinessObjectLight endpointA)
void
setEndpointB(BusinessObjectLight endpointB)
void
setPhysicalPathForEndpointA(List<BusinessObjectLight> physicalPathForEndpointA)
void
setPhysicalPathForEndpointB(List<BusinessObjectLight> physicalPathForEndpointB)
-
-
-
Constructor Detail
-
GenericConnectionDefinition
public GenericConnectionDefinition()
Default parameter-less constructor
-
GenericConnectionDefinition
public GenericConnectionDefinition(BusinessObject connectionObject, BusinessObjectLight endpointA, BusinessObjectLight endpointB, List<BusinessObjectLight> physicalPathForEndpointA, List<BusinessObjectLight> physicalPathForEndpointB)
-
-
Method Detail
-
getConnectionObject
public BusinessObject getConnectionObject()
-
setConnectionObject
public void setConnectionObject(BusinessObject connectionObject)
-
getEndpointA
public BusinessObjectLight getEndpointA()
-
setEndpointA
public void setEndpointA(BusinessObjectLight endpointA)
-
getEndpointB
public BusinessObjectLight getEndpointB()
-
setEndpointB
public void setEndpointB(BusinessObjectLight endpointB)
-
getPhysicalPathForEndpointA
public List<BusinessObjectLight> getPhysicalPathForEndpointA()
-
setPhysicalPathForEndpointA
public void setPhysicalPathForEndpointA(List<BusinessObjectLight> physicalPathForEndpointA)
-
getPhysicalPathForEndpointB
public List<BusinessObjectLight> getPhysicalPathForEndpointB()
-
setPhysicalPathForEndpointB
public void setPhysicalPathForEndpointB(List<BusinessObjectLight> physicalPathForEndpointB)
-
-