/** * 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 SpareGroup as well as methods comparable to the * invokeMethods defined for this class. This Class implements the SpareGroupBean Interface. The CIM class SpareGroup is described as follows: * * A class derived from RedundancyGroup indicating that one or more of the aggregated elements can be spared. (The actual Spares are defined using the * ActsAsSpare association.) An example is the use of redundant NICs in a ComputerSystem - where one NIC is primary and the other is Spare. The * 'primary' NIC would be a member of the SpareGroup (associated using the RedundancyComponent class) and the 'other' NIC would be associated using * the ActsAsSpare relationship. The use of the class is being deprecated in lieu of using the RedundancySet class. */ @Deprecated public class SpareGroup extends RedundancyGroup implements Serializable { /** * This constructor creates a SpareGroupBeanImpl Class which implements the SpareGroupBean Interface, and encapsulates the CIM class SpareGroup in * a Java Bean. The CIM class SpareGroup is described as follows: * * A class derived from RedundancyGroup indicating that one or more of the aggregated elements can be spared. (The actual Spares are defined using * the ActsAsSpare association.) An example is the use of redundant NICs in a ComputerSystem - where one NIC is primary and the other is Spare. * The 'primary' NIC would be a member of the SpareGroup (associated using the RedundancyComponent class) and the 'other' NIC would be associated * using the ActsAsSpare relationship. The use of the class is being deprecated in lieu of using the RedundancySet class. */ public SpareGroup() { }; } // Class SpareGroup