com.hyper9.simdk.stubs.dao
Class VirtualMachineUsageOnDatastore

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

public class VirtualMachineUsageOnDatastore
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
VirtualMachineUsageOnDatastore()
           
 
Method Summary
 Long getCommitted()
           
 Datastore getDatastore()
           
 Long getUncommitted()
           
 Long getUnshared()
           
 void setCommitted(Long toSet)
           
 void setDatastore(Datastore toSet)
           
 void setUncommitted(Long toSet)
           
 void setUnshared(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

VirtualMachineUsageOnDatastore

public VirtualMachineUsageOnDatastore()
Method Detail

getDatastore

public Datastore getDatastore()

setDatastore

public void setDatastore(Datastore toSet)

getCommitted

public Long getCommitted()

setCommitted

public void setCommitted(Long toSet)

getUncommitted

public Long getUncommitted()

setUncommitted

public void setUncommitted(Long toSet)

getUnshared

public Long getUnshared()

setUnshared

public void setUnshared(Long toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.