/** * 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 RoutesBGP as well as methods comparable to the * invokeMethods defined for this class. This Class implements the RoutesBGPBean Interface. The CIM class RoutesBGP is described as follows: * * This association defines a BGP route, and makes explicit the dependency between a BGPIPRoute and a BGPProtocolEndpoint. */ public class RoutesBGP extends Dependency implements Serializable { /** * This constructor creates a RoutesBGPBeanImpl Class which implements the RoutesBGPBean Interface, and encapsulates the CIM class RoutesBGP in a * Java Bean. The CIM class RoutesBGP is described as follows: * * This association defines a BGP route, and makes explicit the dependency between a BGPIPRoute and a BGPProtocolEndpoint. */ public RoutesBGP() { }; /** * This method create an Association of the type RoutesBGP between one BGPProtocolEndpoint object and BGPIPRoute object */ public static RoutesBGP link(BGPProtocolEndpoint antecedent, BGPIPRoute dependent) { return (RoutesBGP) Association.link(RoutesBGP.class, antecedent, dependent); }// link } // Class RoutesBGP