Class ExpandResult

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

public class ExpandResult extends Object
Result of a structure expansion operation for manufacturing items.

Contains the total number of items found and a list of expanded items matching the expansion criteria.

Since:
2024-01-15
  • Constructor Details

    • ExpandResult

      public ExpandResult()
  • Method Details

    • getTotalItems

      public int getTotalItems()
    • getMembers

      public List<ExpandItem> getMembers()