/** * 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 ScopedSettingData as well as methods comparable to the * invokeMethods defined for this class. This Class implements the ScopedSettingDataBean Interface. The CIM class ScopedSettingData is described as * follows: * * The ScopedSettingData class represents the general concept of SettingData, which is scoped or contained by a ManagedElement (that is, settings that * are specifically defined for a system, device, and so on). ScopedSettingData is tied to a ManagedElement using the ScopedSetting association. Note * that the cardinality of the ManagedElement reference is Min(1), Max(1). This cardinality mandates the instantiation of the ScopedSetting * association for the referenced instance of ScopedSettingData. ScopedSetting describes the existence requirements and context for the referenced * instance of ManagedElement. Specifically, the ManagedElement must exist and it provides the context for the ScopedSettingData. */ public class ScopedSettingData extends SettingData implements Serializable { /** * This constructor creates a ScopedSettingDataBeanImpl Class which implements the ScopedSettingDataBean Interface, and encapsulates the CIM class * ScopedSettingData in a Java Bean. The CIM class ScopedSettingData is described as follows: * * The ScopedSettingData class represents the general concept of SettingData, which is scoped or contained by a ManagedElement (that is, settings * that are specifically defined for a system, device, and so on). ScopedSettingData is tied to a ManagedElement using the ScopedSetting * association. Note that the cardinality of the ManagedElement reference is Min(1), Max(1). This cardinality mandates the instantiation of the * ScopedSetting association for the referenced instance of ScopedSettingData. ScopedSetting describes the existence requirements and context for * the referenced instance of ManagedElement. Specifically, the ManagedElement must exist and it provides the context for the ScopedSettingData. */ protected ScopedSettingData() { }; } // Class ScopedSettingData