com.hyper9.simdk.stubs.dao
Class HostDiskBlockInfoExtent

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

public class HostDiskBlockInfoExtent
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
HostDiskBlockInfoExtent()
           
 
Method Summary
 Boolean getLazyZero()
           
 Long getLength()
           
 Long getLogicalStart()
           
 Long getPhysicalStart()
           
 Boolean getReadOnly()
           
 void setLazyZero(Boolean toSet)
           
 void setLength(Long toSet)
           
 void setLogicalStart(Long toSet)
           
 void setPhysicalStart(Long toSet)
           
 void setReadOnly(Boolean 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

HostDiskBlockInfoExtent

public HostDiskBlockInfoExtent()
Method Detail

getLogicalStart

public Long getLogicalStart()

setLogicalStart

public void setLogicalStart(Long toSet)

getPhysicalStart

public Long getPhysicalStart()

setPhysicalStart

public void setPhysicalStart(Long toSet)

getLength

public Long getLength()

setLength

public void setLength(Long toSet)

getReadOnly

public Boolean getReadOnly()

setReadOnly

public void setReadOnly(Boolean toSet)

getLazyZero

public Boolean getLazyZero()

setLazyZero

public void setLazyZero(Boolean toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.