com.hyper9.simdk.stubs.dao
Class HostDiskPartitionAttributes

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

public class HostDiskPartitionAttributes
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
HostDiskPartitionAttributes()
           
 
Method Summary
 Byte getAttributes()
           
 Long getEndSector()
           
 Boolean getLogical()
           
 Integer getPartition()
           
 Long getStartSector()
           
 String getType()
           
 void setAttributes(Byte toSet)
           
 void setEndSector(Long toSet)
           
 void setLogical(Boolean toSet)
           
 void setPartition(Integer toSet)
           
 void setStartSector(Long 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

HostDiskPartitionAttributes

public HostDiskPartitionAttributes()
Method Detail

getPartition

public Integer getPartition()

setPartition

public void setPartition(Integer toSet)

getStartSector

public Long getStartSector()

setStartSector

public void setStartSector(Long toSet)

getEndSector

public Long getEndSector()

setEndSector

public void setEndSector(Long toSet)

getType

public String getType()

setType

public void setType(String toSet)

getLogical

public Boolean getLogical()

setLogical

public void setLogical(Boolean toSet)

getAttributes

public Byte getAttributes()

setAttributes

public void setAttributes(Byte toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.