/**
* 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 Network as well as methods comparable to the
* invokeMethods defined for this class. This Class implements the NetworkBean Interface. The CIM class Network is described as follows:
*
* Network is a subclass of AdminDomain that groups interconnected networking and computing objects capable of exchanging information. Instances of
* CIM_Network can represent an enterprise's global network or specific connectivity domains within the global network. These concepts are similar to
* those defined for the Network object in ITU's M.3100 specification.
*/
public class Network extends AdminDomain implements Serializable {
/**
* This constructor creates a NetworkBeanImpl Class which implements the NetworkBean Interface, and encapsulates the CIM class Network in a Java
* Bean. The CIM class Network is described as follows:
*
* Network is a subclass of AdminDomain that groups interconnected networking and computing objects capable of exchanging information. Instances
* of CIM_Network can represent an enterprise's global network or specific connectivity domains within the global network. These concepts are
* similar to those defined for the Network object in ITU's M.3100 specification.
*/
public Network() {
};
} // Class Network