/** * 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 HostedNetworkPipe as well as methods comparable to the * invokeMethods defined for this class. This Class implements the HostedNetworkPipeBean Interface. The CIM class HostedNetworkPipe is described as * follows: * * HostedNetworkPipe is an association between a pipe and the network in whose context the pipe is defined. The cardinality of this association is * 1-to-many. A network may host many pipes, and pipes are scoped/contained by only one network. */ public class HostedNetworkPipe extends HostedDependency implements Serializable { /** * This constructor creates a HostedNetworkPipeBeanImpl Class which implements the HostedNetworkPipeBean Interface, and encapsulates the CIM class * HostedNetworkPipe in a Java Bean. The CIM class HostedNetworkPipe is described as follows: * * HostedNetworkPipe is an association between a pipe and the network in whose context the pipe is defined. The cardinality of this association is * 1-to-many. A network may host many pipes, and pipes are scoped/contained by only one network. */ public HostedNetworkPipe() { }; /** * This method create an Association of the type HostedNetworkPipe between one Network object and NetworkPipe object */ public static HostedNetworkPipe link(Network antecedent, NetworkPipe dependent) { return (HostedNetworkPipe) Association.link(HostedNetworkPipe.class, antecedent, dependent); }// link } // Class HostedNetworkPipe