com.hyper9.simdk.stubs.dao
Class ClusterDrsMigration

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

public class ClusterDrsMigration
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
ClusterDrsMigration()
           
 
Method Summary
 Integer getCpuLoad()
           
 HostSystem getDestination()
           
 Integer getDestinationCpuLoad()
           
 Long getDestinationMemoryLoad()
           
 String getKey()
           
 Long getMemoryLoad()
           
 HostSystem getSource()
           
 Integer getSourceCpuLoad()
           
 Long getSourceMemoryLoad()
           
 Calendar getTime()
           
 VirtualMachine getVm()
           
 void setCpuLoad(Integer toSet)
           
 void setDestination(HostSystem toSet)
           
 void setDestinationCpuLoad(Integer toSet)
           
 void setDestinationMemoryLoad(Long toSet)
           
 void setKey(String toSet)
           
 void setMemoryLoad(Long toSet)
           
 void setSource(HostSystem toSet)
           
 void setSourceCpuLoad(Integer toSet)
           
 void setSourceMemoryLoad(Long toSet)
           
 void setTime(Calendar toSet)
           
 void setVm(VirtualMachine 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

ClusterDrsMigration

public ClusterDrsMigration()
Method Detail

getKey

public String getKey()

setKey

public void setKey(String toSet)

getTime

public Calendar getTime()

setTime

public void setTime(Calendar toSet)

getVm

public VirtualMachine getVm()

setVm

public void setVm(VirtualMachine toSet)

getCpuLoad

public Integer getCpuLoad()

setCpuLoad

public void setCpuLoad(Integer toSet)

getMemoryLoad

public Long getMemoryLoad()

setMemoryLoad

public void setMemoryLoad(Long toSet)

getSource

public HostSystem getSource()

setSource

public void setSource(HostSystem toSet)

getSourceCpuLoad

public Integer getSourceCpuLoad()

setSourceCpuLoad

public void setSourceCpuLoad(Integer toSet)

getSourceMemoryLoad

public Long getSourceMemoryLoad()

setSourceMemoryLoad

public void setSourceMemoryLoad(Long toSet)

getDestination

public HostSystem getDestination()

setDestination

public void setDestination(HostSystem toSet)

getDestinationCpuLoad

public Integer getDestinationCpuLoad()

setDestinationCpuLoad

public void setDestinationCpuLoad(Integer toSet)

getDestinationMemoryLoad

public Long getDestinationMemoryLoad()

setDestinationMemoryLoad

public void setDestinationMemoryLoad(Long toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.