com.hyper9.simdk.stubs.dao
Class HostVmfsSpec

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

public class HostVmfsSpec
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
HostVmfsSpec()
           
 
Method Summary
 Integer getBlockSizeMb()
           
 HostScsiDiskPartition getExtent()
           
 Integer getMajorVersion()
           
 String getVolumeName()
           
 void setBlockSizeMb(Integer toSet)
           
 void setExtent(HostScsiDiskPartition toSet)
           
 void setMajorVersion(Integer toSet)
           
 void setVolumeName(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

HostVmfsSpec

public HostVmfsSpec()
Method Detail

getExtent

public HostScsiDiskPartition getExtent()

setExtent

public void setExtent(HostScsiDiskPartition toSet)

getBlockSizeMb

public Integer getBlockSizeMb()

setBlockSizeMb

public void setBlockSizeMb(Integer toSet)

getMajorVersion

public Integer getMajorVersion()

setMajorVersion

public void setMajorVersion(Integer toSet)

getVolumeName

public String getVolumeName()

setVolumeName

public void setVolumeName(String toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.