/** * 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 FibreProtocolService as well as methods comparable to * the invokeMethods defined for this class. This Class implements the FibreProtocolServiceBean Interface. The CIM class FibreProtocolService is * described as follows: * * FibreProtocolService abstracts and allows the management of the Alias, Management, Time, Security, Directory (Naming), and other services and * functions that are available in a Fibre Channel network. This class will be further defined in a later release of CIM. */ public class FibreProtocolService extends Service implements Serializable { /** * This constructor creates a FibreProtocolServiceBeanImpl Class which implements the FibreProtocolServiceBean Interface, and encapsulates the CIM * class FibreProtocolService in a Java Bean. The CIM class FibreProtocolService is described as follows: * * FibreProtocolService abstracts and allows the management of the Alias, Management, Time, Security, Directory (Naming), and other services and * functions that are available in a Fibre Channel network. This class will be further defined in a later release of CIM. */ public FibreProtocolService() { }; } // Class FibreProtocolService