com.hyper9.simdk.stubs.dao
Class ResourceAllocationInfo

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

public class ResourceAllocationInfo
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
ResourceAllocationInfo()
           
 
Method Summary
 Boolean getExpandableReservation()
           
 Long getLimit()
           
 Long getOverheadLimit()
           
 Long getReservation()
           
 SharesInfo getShares()
           
 void setExpandableReservation(Boolean toSet)
           
 void setLimit(Long toSet)
           
 void setOverheadLimit(Long toSet)
           
 void setReservation(Long toSet)
           
 void setShares(SharesInfo 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

ResourceAllocationInfo

public ResourceAllocationInfo()
Method Detail

getReservation

public Long getReservation()

setReservation

public void setReservation(Long toSet)

getExpandableReservation

public Boolean getExpandableReservation()

setExpandableReservation

public void setExpandableReservation(Boolean toSet)

getLimit

public Long getLimit()

setLimit

public void setLimit(Long toSet)

getShares

public SharesInfo getShares()

setShares

public void setShares(SharesInfo toSet)

getOverheadLimit

public Long getOverheadLimit()

setOverheadLimit

public void setOverheadLimit(Long toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.