Class RealizedChangesInput
java.lang.Object
com.technia.dsx.threedspace.mfg.item.RealizedChangesInput
Input data for querying realized changes for manufacturing items.
Contains the change action reference, object references (where changes were realized), and what types of changes to include in the query.
- Since:
- 2024-01-15
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddRealizedChangesObjectRef(com.technia.dsx.app.model.Referable where) voidcom.technia.dsx.app.model.ReferablegetWhat()voidsetChangeAction(com.technia.dsx.app.model.Referable changeAction) voidsetChangeAction(String changeActionId) voidsetObjectReferences(List<RealizedChangesObjectRef> objectReferences) void
-
Constructor Details
-
RealizedChangesInput
public RealizedChangesInput()
-
-
Method Details
-
addWhat
-
getWhat
-
setWhat
-
getChangeAction
public com.technia.dsx.app.model.Referable getChangeAction() -
setChangeAction
public void setChangeAction(com.technia.dsx.app.model.Referable changeAction) -
setChangeAction
-
addRealizedChangesObjectRef
public void addRealizedChangesObjectRef(com.technia.dsx.app.model.Referable where) -
setObjectReferences
-
getObjectReferences
-