/** * This file was auto-generated by mofcomp -j version 1.0.0 on Wed Jan 12 * 09:21:06 CET 2011. */ package org.opennaas.extensions.router.model; import java.io.*; /** * This Class contains accessor and mutator methods for all properties defined in the CIM class ServiceComponent as well as methods comparable to the * invokeMethods defined for this class. This Class implements the ServiceComponentBean Interface. The CIM class ServiceComponent is described as * follows: * * The ServiceComponent aggregation models a set of subordinate Services that are aggregated together to form a higher-level service. */ public class ServiceComponent extends Component implements Serializable { /** * This constructor creates a ServiceComponentBeanImpl Class which implements the ServiceComponentBean Interface, and encapsulates the CIM class * ServiceComponent in a Java Bean. The CIM class ServiceComponent is described as follows: * * The ServiceComponent aggregation models a set of subordinate Services that are aggregated together to form a higher-level service. */ public ServiceComponent() { }; /** * This method create an Association of the type ServiceComponent between one Service object and Service object */ public static ServiceComponent link(Service groupComponent, Service partComponent) { return (ServiceComponent) Association.link(ServiceComponent.class, groupComponent, partComponent); }// link } // Class ServiceComponent