Class PromoteSummaries

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

public class PromoteSummaries extends Object
Author:
Jeff Fischer
  • Constructor Details

    • PromoteSummaries

      public PromoteSummaries()
  • Method Details

    • getChangeSummaries

      public ChangeSummaries getChangeSummaries()
      Identifies the ChangeSummary instances to promote forward
      Returns:
      Identifies the ChangeSummary instances to promote forward
    • getName

      public String getName()
      The identifying name for this promotion request. This should be a short name identifying this promotion in the UI.
      Returns:
      The identifying name for this promotion request
    • getMessage

      public String getMessage()
      An optional, and possibly longer, message describing the purpose of the promotion request.
      Returns:
      An optional, and possibly longer, message describing the purpose of the promotion request.
    • setChangeSummaries

      public void setChangeSummaries(ChangeSummaries changeSummaries)
      Identifies the ChangeSummary instances to promote forward
      Parameters:
      changeSummaries - Identifies the ChangeSummary instances to promote forward
    • setName

      public void setName(String name)
      The identifying name for this promotion request. This should be a short name identifying this promotion in the UI.
      Parameters:
      name - The identifying name for this promotion request
    • setMessage

      public void setMessage(String message)
      An optional, and possibly longer, message describing the purpose of the promotion request.
      Parameters:
      message - An optional, and possibly longer, message describing the purpose of the promotion request.
    • 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