com.hyper9.simdk.stubs.dao
Class HostDiskPartitionBlockRange

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

public class HostDiskPartitionBlockRange
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
HostDiskPartitionBlockRange()
           
 
Method Summary
 HostDiskDimensionsLba getEnd()
           
 Integer getPartition()
           
 HostDiskDimensionsLba getStart()
           
 String getType()
           
 void setEnd(HostDiskDimensionsLba toSet)
           
 void setPartition(Integer toSet)
           
 void setStart(HostDiskDimensionsLba toSet)
           
 void setType(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

HostDiskPartitionBlockRange

public HostDiskPartitionBlockRange()
Method Detail

getPartition

public Integer getPartition()

setPartition

public void setPartition(Integer toSet)

getType

public String getType()

setType

public void setType(String toSet)

getStart

public HostDiskDimensionsLba getStart()

setStart

public void setStart(HostDiskDimensionsLba toSet)

getEnd

public HostDiskDimensionsLba getEnd()

setEnd

public void setEnd(HostDiskDimensionsLba toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.