/** * 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 RelatedSpanningTree as well as methods comparable to * the invokeMethods defined for this class. This Class implements the RelatedSpanningTreeBean Interface. The CIM class RelatedSpanningTree is * described as follows: * * This association identifies the spanning tree in which a forwarding database (TransparentBridgingService) is nested. */ public class RelatedSpanningTree extends ServiceServiceDependency implements Serializable { /** * This constructor creates a RelatedSpanningTreeBeanImpl Class which implements the RelatedSpanningTreeBean Interface, and encapsulates the CIM * class RelatedSpanningTree in a Java Bean. The CIM class RelatedSpanningTree is described as follows: * * This association identifies the spanning tree in which a forwarding database (TransparentBridgingService) is nested. */ public RelatedSpanningTree() { }; /** * This method create an Association of the type RelatedSpanningTree between one TransparentBridgingService object and SpanningTreeService object */ public static RelatedSpanningTree link(TransparentBridgingService antecedent, SpanningTreeService dependent) { return (RelatedSpanningTree) Association.link(RelatedSpanningTree.class, antecedent, dependent); }// link } // Class RelatedSpanningTree