Class ServiceLevelCorrelatedInformation
- java.lang.Object
-
- com.neotropic.kuwaiba.modules.commercial.impact.ServiceLevelCorrelatedInformation
-
- All Implemented Interfaces:
Serializable
public class ServiceLevelCorrelatedInformation extends Object implements Serializable
Groups a customer and the services associated to it that are related somehow to an interface/device provided in thegetAffectedServices
method. It's actually a replacement for a Hashmap, but more web service-friendly- Author:
- Charles Edward Bedon Cortazar <charles.bedon@kuwaiba.org>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ServiceLevelCorrelatedInformation(BusinessObjectLight customer, List<BusinessObjectLight> services)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BusinessObjectLight
getCustomer()
List<BusinessObjectLight>
getServices()
void
setCustomer(BusinessObjectLight customer)
void
setServices(List<BusinessObjectLight> services)
-
-
-
Constructor Detail
-
ServiceLevelCorrelatedInformation
public ServiceLevelCorrelatedInformation(BusinessObjectLight customer, List<BusinessObjectLight> services)
-
-
Method Detail
-
getCustomer
public BusinessObjectLight getCustomer()
-
setCustomer
public void setCustomer(BusinessObjectLight customer)
-
getServices
public List<BusinessObjectLight> getServices()
-
setServices
public void setServices(List<BusinessObjectLight> services)
-
-