com.hyper9.simdk.stubs.dao
Class HostUnresolvedVmfsExtent

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

public class HostUnresolvedVmfsExtent
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
HostUnresolvedVmfsExtent()
           
 
Method Summary
 HostScsiDiskPartition getDevice()
           
 String getDevicePath()
           
 Integer getEndBlock()
           
 Boolean getIsHeadExtent()
           
 Integer getOrdinal()
           
 String getReason()
           
 Integer getStartBlock()
           
 String getVmfsUuid()
           
 void setDevice(HostScsiDiskPartition toSet)
           
 void setDevicePath(String toSet)
           
 void setEndBlock(Integer toSet)
           
 void setIsHeadExtent(Boolean toSet)
           
 void setOrdinal(Integer toSet)
           
 void setReason(String toSet)
           
 void setStartBlock(Integer toSet)
           
 void setVmfsUuid(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

HostUnresolvedVmfsExtent

public HostUnresolvedVmfsExtent()
Method Detail

getDevice

public HostScsiDiskPartition getDevice()

setDevice

public void setDevice(HostScsiDiskPartition toSet)

getDevicePath

public String getDevicePath()

setDevicePath

public void setDevicePath(String toSet)

getVmfsUuid

public String getVmfsUuid()

setVmfsUuid

public void setVmfsUuid(String toSet)

getIsHeadExtent

public Boolean getIsHeadExtent()

setIsHeadExtent

public void setIsHeadExtent(Boolean toSet)

getOrdinal

public Integer getOrdinal()

setOrdinal

public void setOrdinal(Integer toSet)

getStartBlock

public Integer getStartBlock()

setStartBlock

public void setStartBlock(Integer toSet)

getEndBlock

public Integer getEndBlock()

setEndBlock

public void setEndBlock(Integer toSet)

getReason

public String getReason()

setReason

public void setReason(String toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.