Class ChangeSummaryRemovalRequest

java.lang.Object
com.broadleafcommerce.sandbox.domain.ChangeSummaryRemovalRequest

public class ChangeSummaryRemovalRequest extends Object
Author:
Chad Harchar (charchar)
  • Constructor Details

    • ChangeSummaryRemovalRequest

      public ChangeSummaryRemovalRequest()
  • Method Details

    • getChangeSummaryIds

      public List<String> getChangeSummaryIds()
      The list of id values for ChangeSummary instances that should be targeted for the API request.
      Returns:
      The list of id values for ChangeSummary instances that should be targeted
    • getName

      public String getName()
      The optional identifying name for the new ChangeSummaryGroup. This should be a short name identifying this group in the UI.
      Returns:
      The optional identifying name for the new ChangeSummaryGroup
    • setChangeSummaryIds

      public void setChangeSummaryIds(List<String> changeSummaryIds)
      The list of id values for ChangeSummary instances that should be targeted for the API request.
      Parameters:
      changeSummaryIds - The list of id values for ChangeSummary instances that should be targeted
    • setName

      public void setName(String name)
      The optional identifying name for the new ChangeSummaryGroup. This should be a short name identifying this group in the UI.
      Parameters:
      name - The optional identifying name for the new ChangeSummaryGroup
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object