Class PromoteSummaries
java.lang.Object
com.broadleafcommerce.sandbox.domain.PromoteSummaries
- Author:
- Jeff Fischer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Identifies theChangeSummary
instances to promote forwardAn optional, and possibly longer, message describing the purpose of the promotion request.getName()
The identifying name for this promotion request.int
hashCode()
void
setChangeSummaries
(ChangeSummaries changeSummaries) Identifies theChangeSummary
instances to promote forwardvoid
setMessage
(String message) An optional, and possibly longer, message describing the purpose of the promotion request.void
The identifying name for this promotion request.toString()
-
Constructor Details
-
PromoteSummaries
public PromoteSummaries()
-
-
Method Details
-
getChangeSummaries
Identifies theChangeSummary
instances to promote forward- Returns:
- Identifies the
ChangeSummary
instances to promote forward
-
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
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
Identifies theChangeSummary
instances to promote forward- Parameters:
changeSummaries
- Identifies theChangeSummary
instances to promote forward
-
setName
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
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
-
canEqual
-
hashCode
public int hashCode() -
toString
-