Class RealizedChangesResult

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

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

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

      public List<RealizedChangesObjectRef> getObjectReferences()