/**
* 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 SnapshotOfVirtualSystem as well as methods comparable
* to the invokeMethods defined for this class. This Class implements the SnapshotOfVirtualSystemBean Interface. The CIM class SnapshotOfVirtualSystem
* is described as follows:
*
* The CIM_SnapshotOfVirtuaSystem association associates an instance of the CIM_ComputerSystem class representing a virtual system, and an instance of
* the CIM_VirtualSystemSettingData class representing a snapshot that was captured from the virtual system.
*/
public class SnapshotOfVirtualSystem extends Dependency implements
Serializable {
/**
* This constructor creates a SnapshotOfVirtualSystemBeanImpl Class which implements the SnapshotOfVirtualSystemBean Interface, and encapsulates
* the CIM class SnapshotOfVirtualSystem in a Java Bean. The CIM class SnapshotOfVirtualSystem is described as follows:
*
* The CIM_SnapshotOfVirtuaSystem association associates an instance of the CIM_ComputerSystem class representing a virtual system, and an
* instance of the CIM_VirtualSystemSettingData class representing a snapshot that was captured from the virtual system.
*/
public SnapshotOfVirtualSystem() {
};
/**
* This method create an Association of the type SnapshotOfVirtualSystem between one ComputerSystem object and VirtualSystemSettingData object
*/
public static SnapshotOfVirtualSystem link(ComputerSystem
antecedent, VirtualSystemSettingData dependent) {
return (SnapshotOfVirtualSystem) Association.link(SnapshotOfVirtualSystem.class, antecedent, dependent);
}// link
} // Class SnapshotOfVirtualSystem