Class MarketingMessage
java.lang.Object
com.broadleafcommerce.catalogbrowse.domain.marketing.MarketingMessage
- All Implemented Interfaces:
Serializable
Represents a marketing message to be displayed to the customer.
- Author:
- Jon Fleschler (jfleschler)
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanAny display hint needed by the front-endgetId()The message's prioritygetText()The message's text to display to the customerinthashCode()voidsetDisplayHint(String displayHint) Any display hint needed by the front-endvoidvoidsetPriority(Integer priority) The message's priorityvoidThe message's text to display to the customertoString()
-
Constructor Details
-
MarketingMessage
public MarketingMessage()
-
-
Method Details
-
getId
-
getText
The message's text to display to the customer- Returns:
- the message text
-
getPriority
The message's priority- Returns:
- the message priority
-
getDisplayHint
Any display hint needed by the front-end- Returns:
- the display hint for the front-end
-
setId
-
setText
The message's text to display to the customer -
setPriority
The message's priority -
setDisplayHint
Any display hint needed by the front-end -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-