/** * 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 HostedFilterEntryBase as well as methods comparable to * the invokeMethods defined for this class. This Class implements the HostedFilterEntryBaseBean Interface. The CIM class HostedFilterEntryBase is * described as follows: * * All filter entries (FilterEntryBase and its subclasses) are defined in the context of a ComputerSystem/network device, where the filter entries are * used and administered. */ public class HostedFilterEntryBase extends HostedDependency implements Serializable { /** * This constructor creates a HostedFilterEntryBaseBeanImpl Class which implements the HostedFilterEntryBaseBean Interface, and encapsulates the * CIM class HostedFilterEntryBase in a Java Bean. The CIM class HostedFilterEntryBase is described as follows: * * All filter entries (FilterEntryBase and its subclasses) are defined in the context of a ComputerSystem/network device, where the filter entries * are used and administered. */ public HostedFilterEntryBase() { }; /** * This method create an Association of the type HostedFilterEntryBase between one ComputerSystem object and FilterEntryBase object */ public static HostedFilterEntryBase link(ComputerSystem antecedent, FilterEntryBase dependent) { return (HostedFilterEntryBase) Association.link(HostedFilterEntryBase.class, antecedent, dependent); }// link } // Class HostedFilterEntryBase