/** * 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 LastAppliedSnapshot as well as methods comparable to * the invokeMethods defined for this class. This Class implements the LastAppliedSnapshotBean Interface. The CIM class LastAppliedSnapshot is * described as follows: * * The CIM_LastAppliedSnapshot association associates an instance of the CIM_VirtualSystemSettingData class representing a virtual system snapshot * that was most recently applied to a virtual system, and the instance of the CIM_ComputerSystem class representing the related virtual system. An * instance of this assocation indicates that the referenced snapshot is the snapshot the was last applied to the virtual system from the set of * snapshots taken from that virtual system. For each virtual system at any time there is at most one snapshot the last applied snapshot. */ public class LastAppliedSnapshot extends Dependency implements Serializable { /** * This constructor creates a LastAppliedSnapshotBeanImpl Class which implements the LastAppliedSnapshotBean Interface, and encapsulates the CIM * class LastAppliedSnapshot in a Java Bean. The CIM class LastAppliedSnapshot is described as follows: * * The CIM_LastAppliedSnapshot association associates an instance of the CIM_VirtualSystemSettingData class representing a virtual system snapshot * that was most recently applied to a virtual system, and the instance of the CIM_ComputerSystem class representing the related virtual system. * An instance of this assocation indicates that the referenced snapshot is the snapshot the was last applied to the virtual system from the set * of snapshots taken from that virtual system. For each virtual system at any time there is at most one snapshot the last applied snapshot. */ public LastAppliedSnapshot() { }; /** * This method create an Association of the type LastAppliedSnapshot between one VirtualSystemSettingData object and ComputerSystem object */ public static LastAppliedSnapshot link(VirtualSystemSettingData antecedent, ComputerSystem dependent) { return (LastAppliedSnapshot) Association.link(LastAppliedSnapshot.class, antecedent, dependent); }// link } // Class LastAppliedSnapshot