Class RealizedChangesInput

java.lang.Object
com.technia.dsx.threedspace.mfg.item.RealizedChangesInput

public class RealizedChangesInput extends Object
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 Details

    • RealizedChangesInput

      public RealizedChangesInput()
  • Method Details

    • addWhat

      public void addWhat(String what)
    • getWhat

      public List<String> getWhat()
    • setWhat

      public void setWhat(List<String> what)
    • getChangeAction

      public com.technia.dsx.app.model.Referable getChangeAction()
    • setChangeAction

      public void setChangeAction(com.technia.dsx.app.model.Referable changeAction)
    • setChangeAction

      public void setChangeAction(String changeActionId)
    • addRealizedChangesObjectRef

      public void addRealizedChangesObjectRef(com.technia.dsx.app.model.Referable where)
    • setObjectReferences

      public void setObjectReferences(List<RealizedChangesObjectRef> objectReferences)
    • getObjectReferences

      public List<RealizedChangesObjectRef> getObjectReferences()