com.hyper9.simdk.stubs.dao
Class HostDiskManagerLeaseInfo

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

public class HostDiskManagerLeaseInfo
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
HostDiskManagerLeaseInfo()
           
 
Method Summary
 HostDiskBlockInfo getBlockInfo()
           
 List<OptionValue> getDdbOption()
           
 ManagedObjectReference getLease()
           
 Integer getLeaseTimeout()
           
 void setBlockInfo(HostDiskBlockInfo toSet)
           
 void setDdbOption(List<OptionValue> toSet)
           
 void setLease(ManagedObjectReference toSet)
           
 void setLeaseTimeout(Integer 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

HostDiskManagerLeaseInfo

public HostDiskManagerLeaseInfo()
Method Detail

getLease

public ManagedObjectReference getLease()

setLease

public void setLease(ManagedObjectReference toSet)

getDdbOption

public List<OptionValue> getDdbOption()

setDdbOption

public void setDdbOption(List<OptionValue> toSet)

getBlockInfo

public HostDiskBlockInfo getBlockInfo()

setBlockInfo

public void setBlockInfo(HostDiskBlockInfo toSet)

getLeaseTimeout

public Integer getLeaseTimeout()

setLeaseTimeout

public void setLeaseTimeout(Integer toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.