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 BusinessObjectgetConnectionObject()BusinessObjectLightgetEndpointA()BusinessObjectLightgetEndpointB()List<BusinessObjectLight>getPhysicalPathForEndpointA()List<BusinessObjectLight>getPhysicalPathForEndpointB()voidsetConnectionObject(BusinessObject connectionObject)voidsetEndpointA(BusinessObjectLight endpointA)voidsetEndpointB(BusinessObjectLight endpointB)voidsetPhysicalPathForEndpointA(List<BusinessObjectLight> physicalPathForEndpointA)voidsetPhysicalPathForEndpointB(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)
 
 - 
 
 -