/** * 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 ElementProfile as well as methods comparable to the * invokeMethods defined for this class. This Class implements the ElementProfileBean Interface. The CIM class ElementProfile is described as follows: * * Note: The Profile class is being deprecated in lieu of using a ConcreteComponent relationship to indicate a hierarchy of Setting or SettingData * instances. This relationship allows the reuse of the element to Setting or SettingData associations instead of defining a peer association * specifically for Profiles. Deprecated description: ElementProfile represents the association between ManagedElements and the Profiles (collection * of settings) that are defined for them. This association indicates that the settings that are collected by the Profile apply to the associated * ManagedElement. */ @Deprecated public class ElementProfile extends Association implements Serializable { /** * This constructor creates a ElementProfileBeanImpl Class which implements the ElementProfileBean Interface, and encapsulates the CIM class * ElementProfile in a Java Bean. The CIM class ElementProfile is described as follows: * * Note: The Profile class is being deprecated in lieu of using a ConcreteComponent relationship to indicate a hierarchy of Setting or SettingData * instances. This relationship allows the reuse of the element to Setting or SettingData associations instead of defining a peer association * specifically for Profiles. Deprecated description: ElementProfile represents the association between ManagedElements and the Profiles * (collection of settings) that are defined for them. This association indicates that the settings that are collected by the Profile apply to the * associated ManagedElement. */ public ElementProfile() { }; /** * This method create an Association of the type ElementProfile between one ManagedElement object and Profile object */ @Deprecated public static ElementProfile link(ManagedElement managedElement, Profile profile) { return (ElementProfile) Association.link(ElementProfile.class, managedElement, profile); }// link } // Class ElementProfile