Class ChangeInfoRequest

java.lang.Object
com.broadleafcommerce.sandbox.web.context.ChangeInfoRequest

public class ChangeInfoRequest extends Object
Request payload data to use for populating ChangeSummary.
Author:
Chad Harchar (charchar)
  • Constructor Details

    • ChangeInfoRequest

      public ChangeInfoRequest()
  • Method Details

    • getSandbox

      public String getSandbox()
      The sandbox to use for populating ChangeSummary.
      Returns:
      The sandbox to use for populating ChangeSummary
    • getCatalog

      public String getCatalog()
      The catalog to use for populating ChangeSummary. Populated via the ContextInfo. Only used for filtering catalog-discriminated entities.
      Returns:
      The catalog to use for populating ChangeSummary
    • getApplication

      public String getApplication()
      The application to use for populating ChangeSummary. Populated via the ContextInfo. Only used for filtering application-discriminated entities.
      Returns:
      The application to use for populating ChangeSummary
    • getAuthor

      public String getAuthor()
      The author to use for populating ChangeSummary. Populated via the ContextInfo.
      Returns:
      The author to use for populating ChangeSummary
    • getChangeContainer

      public SandboxChangeContainer getChangeContainer()
      The change container of the requested ChangeSummaries.
      Returns:
      The change container of the requested ChangeSummaries
    • setSandbox

      public void setSandbox(String sandbox)
      The sandbox to use for populating ChangeSummary.
      Parameters:
      sandbox - The sandbox to use for populating ChangeSummary
    • setCatalog

      public void setCatalog(String catalog)
      The catalog to use for populating ChangeSummary. Populated via the ContextInfo. Only used for filtering catalog-discriminated entities.
      Parameters:
      catalog - The catalog to use for populating ChangeSummary
    • setApplication

      public void setApplication(String application)
      The application to use for populating ChangeSummary. Populated via the ContextInfo. Only used for filtering application-discriminated entities.
      Parameters:
      application - The application to use for populating ChangeSummary
    • setAuthor

      public void setAuthor(String author)
      The author to use for populating ChangeSummary. Populated via the ContextInfo.
      Parameters:
      author - The author to use for populating ChangeSummary
    • setChangeContainer

      public void setChangeContainer(SandboxChangeContainer changeContainer)
      The change container of the requested ChangeSummaries.
      Parameters:
      changeContainer - The change container of the requested ChangeSummaries
    • 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