com.hyper9.simdk.stubs.dao
Class ResourceAllocationInfo
java.lang.Object
com.hyper9.simdk.stubs.dao.DynamicData
com.hyper9.simdk.stubs.dao.ResourceAllocationInfo
- All Implemented Interfaces:
- Serializable
public class ResourceAllocationInfo
- extends DynamicData
- Author:
- akutz
- See Also:
- Serialized Form
ResourceAllocationInfo
public ResourceAllocationInfo()
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.