/** * 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 SystemConfiguration as well as methods comparable to * the invokeMethods defined for this class. This Class implements the SystemConfigurationBean Interface. The CIM class SystemConfiguration is * described as follows: * * Note: Similar to the deprecation of CIM_Configuration, this peer class is also deprecated in favor of aggregating instances of Setting or * SettingData into "higher-level" Settings or SettingData objects using the ConcreteComponent association. Deprecated description: * CIM_SystemConfiguration represents the general concept of a CIM_Configuration that is scoped by a System. This class is a peer of CIM_Configuration * because the key structure of Configuration is currently defined and cannot be modified with additional properties. */ @Deprecated public class SystemConfiguration extends ManagedElement implements Serializable { /** * This constructor creates a SystemConfigurationBeanImpl Class which implements the SystemConfigurationBean Interface, and encapsulates the CIM * class SystemConfiguration in a Java Bean. The CIM class SystemConfiguration is described as follows: * * Note: Similar to the deprecation of CIM_Configuration, this peer class is also deprecated in favor of aggregating instances of Setting or * SettingData into "higher-level" Settings or SettingData objects using the ConcreteComponent association. Deprecated description: * CIM_SystemConfiguration represents the general concept of a CIM_Configuration that is scoped by a System. This class is a peer of * CIM_Configuration because the key structure of Configuration is currently defined and cannot be modified with additional properties. */ public SystemConfiguration() { }; /** * The following constants are defined for use with the ValueMap/Values qualified property systemCreationClassName. */ @Deprecated private String systemCreationClassName; /** * This method returns the SystemConfiguration.systemCreationClassName property value. This property is described as follows: * * Note: The use of this element is deprecated. Deprecated description: The CreationClassName of the scoping system. * * @return String current systemCreationClassName property value * @exception Exception */ @Deprecated public String getSystemCreationClassName() { return this.systemCreationClassName; } // getSystemCreationClassName /** * This method sets the SystemConfiguration.systemCreationClassName property value. This property is described as follows: * * Note: The use of this element is deprecated. Deprecated description: The CreationClassName of the scoping system. * * @param String * new systemCreationClassName property value * @exception Exception */ @Deprecated public void setSystemCreationClassName(String systemCreationClassName) { this.systemCreationClassName = systemCreationClassName; } // setSystemCreationClassName /** * The following constants are defined for use with the ValueMap/Values qualified property systemName. */ @Deprecated private String systemName; /** * This method returns the SystemConfiguration.systemName property value. This property is described as follows: * * Note: The use of this element is deprecated. Deprecated description: The Name of the scoping system. * * @return String current systemName property value * @exception Exception */ @Deprecated public String getSystemName() { return this.systemName; } // getSystemName /** * This method sets the SystemConfiguration.systemName property value. This property is described as follows: * * Note: The use of this element is deprecated. Deprecated description: The Name of the scoping system. * * @param String * new systemName property value * @exception Exception */ @Deprecated public void setSystemName(String systemName) { this.systemName = systemName; } // setSystemName /** * The following constants are defined for use with the ValueMap/Values qualified property creationClassName. */ @Deprecated private String creationClassName; /** * This method returns the SystemConfiguration.creationClassName property value. This property is described as follows: * * Note: The use of this element is deprecated. Deprecated description: CreationClassName indicates the name of the class or the subclass used in * the creation of an instance. When used with the other key properties of this class, this property allows all instances of this class and its * subclasses to be uniquely identified. * * @return String current creationClassName property value * @exception Exception */ @Deprecated public String getCreationClassName() { return this.creationClassName; } // getCreationClassName /** * This method sets the SystemConfiguration.creationClassName property value. This property is described as follows: * * Note: The use of this element is deprecated. Deprecated description: CreationClassName indicates the name of the class or the subclass used in * the creation of an instance. When used with the other key properties of this class, this property allows all instances of this class and its * subclasses to be uniquely identified. * * @param String * new creationClassName property value * @exception Exception */ @Deprecated public void setCreationClassName(String creationClassName) { this.creationClassName = creationClassName; } // setCreationClassName /** * The following constants are defined for use with the ValueMap/Values qualified property name. */ @Deprecated private String name; /** * This method returns the SystemConfiguration.name property value. This property is described as follows: * * The label by which the Configuration object is known. * * @return String current name property value * @exception Exception */ @Deprecated public String getName() { return this.name; } // getName /** * This method sets the SystemConfiguration.name property value. This property is described as follows: * * The label by which the Configuration object is known. * * @param String * new name property value * @exception Exception */ @Deprecated public void setName(String name) { this.name = name; } // setName } // Class SystemConfiguration