com.hyper9.simdk.stubs.dao
Class VmDiskFileInfo

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

public class VmDiskFileInfo
extends FileInfo

Author:
akutz
See Also:
Serialized Form

Constructor Summary
VmDiskFileInfo()
           
 
Method Summary
 Long getCapacityKb()
           
 String getControllerType()
           
 List<String> getDiskExtents()
           
 String getDiskType()
           
 Integer getHardwareVersion()
           
 Boolean getThin()
           
 void setCapacityKb(Long toSet)
           
 void setControllerType(String toSet)
           
 void setDiskExtents(List<String> toSet)
           
 void setDiskType(String toSet)
           
 void setHardwareVersion(Integer toSet)
           
 void setThin(Boolean toSet)
           
 
Methods inherited from class com.hyper9.simdk.stubs.dao.FileInfo
getFileSize, getModification, getOwner, getPath, setFileSize, setModification, setOwner, setPath
 
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

VmDiskFileInfo

public VmDiskFileInfo()
Method Detail

getDiskType

public String getDiskType()

setDiskType

public void setDiskType(String toSet)

getCapacityKb

public Long getCapacityKb()

setCapacityKb

public void setCapacityKb(Long toSet)

getHardwareVersion

public Integer getHardwareVersion()

setHardwareVersion

public void setHardwareVersion(Integer toSet)

getControllerType

public String getControllerType()

setControllerType

public void setControllerType(String toSet)

getDiskExtents

public List<String> getDiskExtents()

setDiskExtents

public void setDiskExtents(List<String> toSet)

getThin

public Boolean getThin()

setThin

public void setThin(Boolean toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.