com.hyper9.simdk.stubs.dao
Class HostDiskBlockInfo

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

public class HostDiskBlockInfo
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
HostDiskBlockInfo()
           
 
Method Summary
 Long getGranularity()
           
 List<HostDiskBlockInfoMapping> getMap()
           
 Long getMapLength()
           
 Long getMapStart()
           
 Integer getMinBlockSize()
           
 Integer getProvisionBlockSize()
           
 Long getSize()
           
 void setGranularity(Long toSet)
           
 void setMap(List<HostDiskBlockInfoMapping> toSet)
           
 void setMapLength(Long toSet)
           
 void setMapStart(Long toSet)
           
 void setMinBlockSize(Integer toSet)
           
 void setProvisionBlockSize(Integer toSet)
           
 void setSize(Long 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

HostDiskBlockInfo

public HostDiskBlockInfo()
Method Detail

getSize

public Long getSize()

setSize

public void setSize(Long toSet)

getGranularity

public Long getGranularity()

setGranularity

public void setGranularity(Long toSet)

getMinBlockSize

public Integer getMinBlockSize()

setMinBlockSize

public void setMinBlockSize(Integer toSet)

getProvisionBlockSize

public Integer getProvisionBlockSize()

setProvisionBlockSize

public void setProvisionBlockSize(Integer toSet)

getMapStart

public Long getMapStart()

setMapStart

public void setMapStart(Long toSet)

getMapLength

public Long getMapLength()

setMapLength

public void setMapLength(Long toSet)

getMap

public List<HostDiskBlockInfoMapping> getMap()

setMap

public void setMap(List<HostDiskBlockInfoMapping> toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.