com.hyper9.simdk.stubs.dao
Class HostDiagnosticPartitionCreateOption

java.lang.Object
  extended by com.hyper9.simdk.stubs.dao.DynamicData
      extended by com.hyper9.simdk.stubs.dao.HostDiagnosticPartitionCreateOption
All Implemented Interfaces:
Serializable

public class HostDiagnosticPartitionCreateOption
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
HostDiagnosticPartitionCreateOption()
           
 
Method Summary
 String getDiagnosticType()
           
 HostScsiDisk getDisk()
           
 String getStorageType()
           
 void setDiagnosticType(String toSet)
           
 void setDisk(HostScsiDisk toSet)
           
 void setStorageType(String toSet)
           
 
Methods inherited from class com.hyper9.simdk.stubs.dao.DynamicData
equals, getDynamicProperty, getDynamicType, getJpaId, getSessionKey, setDynamicProperty, setDynamicType, setJpaId, setSessionKey
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HostDiagnosticPartitionCreateOption

public HostDiagnosticPartitionCreateOption()
Method Detail

getStorageType

public String getStorageType()

setStorageType

public void setStorageType(String toSet)

getDiagnosticType

public String getDiagnosticType()

setDiagnosticType

public void setDiagnosticType(String toSet)

getDisk

public HostScsiDisk getDisk()

setDisk

public void setDisk(HostScsiDisk toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.