com.hyper9.simdk.stubs.dao
Class VirtualMachineStorageSummary

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

public class VirtualMachineStorageSummary
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
VirtualMachineStorageSummary()
           
 
Method Summary
 Long getCommitted()
           
 Calendar getTimestamp()
           
 Long getUncommitted()
           
 Long getUnshared()
           
 void setCommitted(Long toSet)
           
 void setTimestamp(Calendar 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

VirtualMachineStorageSummary

public VirtualMachineStorageSummary()
Method Detail

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)

getTimestamp

public Calendar getTimestamp()

setTimestamp

public void setTimestamp(Calendar toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.