Class RealizedChangesResult
java.lang.Object
com.technia.dsx.threedspace.mfg.item.RealizedChangesResult
Result of querying realized changes for manufacturing items.
Contains the change action reference and a list of object references where changes were realized, along with realized activity information.
- Since:
- 2024-01-15
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.technia.dsx.app.model.ReferablevoidsetChangeAction(com.technia.dsx.app.model.Referable changeAction) voidsetObjectReferences(List<RealizedChangesObjectRef> objectReferences)
-
Constructor Details
-
RealizedChangesResult
public RealizedChangesResult()
-
-
Method Details
-
getChangeAction
public com.technia.dsx.app.model.Referable getChangeAction() -
setChangeAction
public void setChangeAction(com.technia.dsx.app.model.Referable changeAction) -
setObjectReferences
-
getObjectReferences
-