com.hyper9.simdk.stubs.dao
Class ResourceConfigSpec

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

public class ResourceConfigSpec
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
ResourceConfigSpec()
           
 
Method Summary
 String getChangeVersion()
           
 ResourceAllocationInfo getCpuAllocation()
           
 ManagedEntity getEntity()
           
 Calendar getLastModified()
           
 ResourceAllocationInfo getMemoryAllocation()
           
 void setChangeVersion(String toSet)
           
 void setCpuAllocation(ResourceAllocationInfo toSet)
           
 void setEntity(ManagedEntity toSet)
           
 void setLastModified(Calendar toSet)
           
 void setMemoryAllocation(ResourceAllocationInfo 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

ResourceConfigSpec

public ResourceConfigSpec()
Method Detail

getEntity

public ManagedEntity getEntity()

setEntity

public void setEntity(ManagedEntity toSet)

getChangeVersion

public String getChangeVersion()

setChangeVersion

public void setChangeVersion(String toSet)

getLastModified

public Calendar getLastModified()

setLastModified

public void setLastModified(Calendar toSet)

getCpuAllocation

public ResourceAllocationInfo getCpuAllocation()

setCpuAllocation

public void setCpuAllocation(ResourceAllocationInfo toSet)

getMemoryAllocation

public ResourceAllocationInfo getMemoryAllocation()

setMemoryAllocation

public void setMemoryAllocation(ResourceAllocationInfo toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.