Class ChangeInfoRequest
java.lang.Object
com.broadleafcommerce.sandbox.web.context.ChangeInfoRequest
Request payload data to use for populating
ChangeSummary
.- Author:
- Chad Harchar (charchar)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
The application to use for populatingChangeSummary
.The author to use for populatingChangeSummary
.The catalog to use for populatingChangeSummary
.The change container of the requestedChangeSummaries
.The sandbox to use for populatingChangeSummary
.int
hashCode()
void
setApplication
(String application) The application to use for populatingChangeSummary
.void
The author to use for populatingChangeSummary
.void
setCatalog
(String catalog) The catalog to use for populatingChangeSummary
.void
setChangeContainer
(SandboxChangeContainer changeContainer) The change container of the requestedChangeSummaries
.void
setSandbox
(String sandbox) The sandbox to use for populatingChangeSummary
.toString()
-
Constructor Details
-
ChangeInfoRequest
public ChangeInfoRequest()
-
-
Method Details
-
getSandbox
The sandbox to use for populatingChangeSummary
.- Returns:
- The sandbox to use for populating
ChangeSummary
-
getCatalog
The catalog to use for populatingChangeSummary
. Populated via theContextInfo
. Only used for filtering catalog-discriminated entities.- Returns:
- The catalog to use for populating
ChangeSummary
-
getApplication
The application to use for populatingChangeSummary
. Populated via theContextInfo
. Only used for filtering application-discriminated entities.- Returns:
- The application to use for populating
ChangeSummary
-
getAuthor
The author to use for populatingChangeSummary
. Populated via theContextInfo
.- Returns:
- The author to use for populating
ChangeSummary
-
getChangeContainer
The change container of the requestedChangeSummaries
.- Returns:
- The change container of the requested
ChangeSummaries
-
setSandbox
The sandbox to use for populatingChangeSummary
.- Parameters:
sandbox
- The sandbox to use for populatingChangeSummary
-
setCatalog
The catalog to use for populatingChangeSummary
. Populated via theContextInfo
. Only used for filtering catalog-discriminated entities.- Parameters:
catalog
- The catalog to use for populatingChangeSummary
-
setApplication
The application to use for populatingChangeSummary
. Populated via theContextInfo
. Only used for filtering application-discriminated entities.- Parameters:
application
- The application to use for populatingChangeSummary
-
setAuthor
The author to use for populatingChangeSummary
. Populated via theContextInfo
.- Parameters:
author
- The author to use for populatingChangeSummary
-
setChangeContainer
The change container of the requestedChangeSummaries
.- Parameters:
changeContainer
- The change container of the requestedChangeSummaries
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-