com.hyper9.simdk.stubs.dao
Class HostDiagnosticPartition

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

public class HostDiagnosticPartition
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
HostDiagnosticPartition()
           
 
Method Summary
 String getDiagnosticType()
           
 HostScsiDiskPartition getId()
           
 Integer getSlots()
           
 String getStorageType()
           
 void setDiagnosticType(String toSet)
           
 void setId(HostScsiDiskPartition toSet)
           
 void setSlots(Integer 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

HostDiagnosticPartition

public HostDiagnosticPartition()
Method Detail

getStorageType

public String getStorageType()

setStorageType

public void setStorageType(String toSet)

getDiagnosticType

public String getDiagnosticType()

setDiagnosticType

public void setDiagnosticType(String toSet)

getSlots

public Integer getSlots()

setSlots

public void setSlots(Integer toSet)

getId

public HostScsiDiskPartition getId()

setId

public void setId(HostScsiDiskPartition toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.