Class VmViewer.ViewerModel

java.lang.Object
org.jgrapes.webconsole.base.ConletBaseModel
org.jdrupes.vmoperator.vmviewer.VmViewer.ViewerModel
Enclosing class:
VmViewer

public static class VmViewer.ViewerModel extends org.jgrapes.webconsole.base.ConletBaseModel
The Class VmsModel.
  • Field Summary

    Fields inherited from class org.jgrapes.webconsole.base.ConletBaseModel

    conletId
  • Constructor Summary

    Constructors
    Constructor
    Description
    ViewerModel(String conletId)
    Instantiates a new vms model.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Checks if is generated.
    void
    setGenerated(boolean generated)
    Sets the generated.
    void
    setVmName(String vmName)
    Sets the vm name.
    Gets the vm name.

    Methods inherited from class org.jgrapes.webconsole.base.ConletBaseModel

    equals, getConletId, hashCode

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ViewerModel

      public ViewerModel(String conletId)
      Instantiates a new vms model.
      Parameters:
      conletId - the conlet id
  • Method Details

    • vmName

      public String vmName()
      Gets the vm name.
      Returns:
      the vmName
    • setVmName

      public void setVmName(String vmName)
      Sets the vm name.
      Parameters:
      vmName - the vmName to set
    • isGenerated

      public boolean isGenerated()
      Checks if is generated.
      Returns:
      the generated
    • setGenerated

      public void setGenerated(boolean generated)
      Sets the generated.
      Parameters:
      generated - the generated to set