/** * 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.Serializable; /** * This Class contains accessor and mutator methods for all properties defined in the CIM class AreaOfConfiguration as well as methods comparable to * the invokeMethods defined for this class. This Class implements the AreaOfConfigurationBean Interface. The CIM class AreaOfConfiguration is * described as follows: * * This association connects an area configuration to its area. The OSPFAreaConfiguration class is defined to act as a focal point to bring together * the router (indicated as a ComputerSystem with an instance of OSPFService, associated to the AreaConfiguration using OSPFServiceConfiguration), the * area (indicated as an OSPFArea, associated to the AreaConfiguration using AreaOfConfiguration) and the address ranges for advertising (indicated as * instances of RangeOfIPAddresses, associated to the AreaConfiguration using RangesOfConfiguration). There is an instance of OSPFAreaConfiguration * for each connected area of a router/OSPFService. */ public class AreaOfConfiguration extends Dependency implements Serializable { /** * */ private static final long serialVersionUID = 5231283973250136195L; /** * This constructor creates a AreaOfConfigurationBeanImpl Class which implements the AreaOfConfigurationBean Interface, and encapsulates the CIM * class AreaOfConfiguration in a Java Bean. The CIM class AreaOfConfiguration is described as follows: * * This association connects an area configuration to its area. The OSPFAreaConfiguration class is defined to act as a focal point to bring * together the router (indicated as a ComputerSystem with an instance of OSPFService, associated to the AreaConfiguration using * OSPFServiceConfiguration), the area (indicated as an OSPFArea, associated to the AreaConfiguration using AreaOfConfiguration) and the address * ranges for advertising (indicated as instances of RangeOfIPAddresses, associated to the AreaConfiguration using RangesOfConfiguration). There * is an instance of OSPFAreaConfiguration for each connected area of a router/OSPFService. */ public AreaOfConfiguration() { }; /** * This method create an Association of the type AreaOfConfiguration between one OSPFArea object and OSPFAreaConfiguration object */ public static AreaOfConfiguration link(OSPFArea antecedent, OSPFAreaConfiguration dependent) { return (AreaOfConfiguration) Association.link(AreaOfConfiguration.class, antecedent, dependent); }// link } // Class AreaOfConfiguration