Package com.ptc.windchill.mpml.bll
Class ResourceAllocationResult
java.lang.Object
com.ptc.windchill.mpml.bll.ResourceAllocationResult
Result of a single resource allocation (one resource to one operation).
Supported API: true
Extendable: false
Supported API: true
Extendable: false
-
Method Summary
Modifier and TypeMethodDescriptiongetLink()
Supported API: true
Supported API: truevoidsetLink(ObjectReference aLink)
Supported API: truevoidsetResourceIteration(ObjectReference aResourceIteration)
Supported API: true
-
Method Details
-
getLink
Supported API: true- Returns:
- the link
-
setLink
Supported API: true- Parameters:
aLink- the link to set
-
getResourceIteration
Supported API: true- Returns:
- the resourceIteration
-
setResourceIteration
Supported API: true- Parameters:
aResourceIteration- the resourceIteration to set
-