Class ImpactAnalysisRemoveData

java.lang.Object
com.technia.dsx.threedspace.change.request.ImpactAnalysisModificationData
com.technia.dsx.threedspace.change.request.ImpactAnalysisRemoveData

public class ImpactAnalysisRemoveData extends ImpactAnalysisModificationData
Data for removing items from an impact analysis during update operations.

Extends ImpactAnalysisModificationData with a list of customer attribute names that should be removed from the impact analysis.

Since:
2023-02-20
  • Constructor Details

    • ImpactAnalysisRemoveData

      public ImpactAnalysisRemoveData()
  • Method Details

    • getCustomerAttributes

      public List<String> getCustomerAttributes()
    • setCustomerAttributes

      public void setCustomerAttributes(List<String> customerAttributes)