com.hyper9.simdk.stubs.dao
Class HostDiskPartitionSpec

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

public class HostDiskPartitionSpec
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
HostDiskPartitionSpec()
           
 
Method Summary
 HostDiskDimensionsChs getChs()
           
 List<HostDiskPartitionAttributes> getPartition()
           
 Long getTotalSectors()
           
 void setChs(HostDiskDimensionsChs toSet)
           
 void setPartition(List<HostDiskPartitionAttributes> toSet)
           
 void setTotalSectors(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

HostDiskPartitionSpec

public HostDiskPartitionSpec()
Method Detail

getChs

public HostDiskDimensionsChs getChs()

setChs

public void setChs(HostDiskDimensionsChs toSet)

getTotalSectors

public Long getTotalSectors()

setTotalSectors

public void setTotalSectors(Long toSet)

getPartition

public List<HostDiskPartitionAttributes> getPartition()

setPartition

public void setPartition(List<HostDiskPartitionAttributes> toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.