@Entity public class PromotionMessageImpl extends Object implements PromotionMessage, AdminMainEntity, PromotionMessageAdminPresentation
PromotionMessageAdminPresentation.FieldOrder, PromotionMessageAdminPresentation.GroupName, PromotionMessageAdminPresentation.GroupOrder, PromotionMessageAdminPresentation.TabName, PromotionMessageAdminPresentation.TabOrder| Modifier and Type | Field and Description |
|---|---|
protected ArchiveStatus |
archiveStatus |
protected Date |
endDate |
protected Long |
id |
protected Locale |
locale |
protected Media |
media |
protected String |
message |
protected String |
messagePlacement |
protected String |
name |
protected Integer |
priority |
static long |
serialVersionUID |
protected Date |
startDate |
MAIN_ENTITY_NAME_PROPERTY| Constructor and Description |
|---|
PromotionMessageImpl() |
| Modifier and Type | Method and Description |
|---|---|
<G extends PromotionMessage> |
createOrRetrieveCopyInstance(MultiTenantCopyContext context) |
boolean |
equals(Object o) |
Character |
getArchived() |
Date |
getEndDate() |
Long |
getId() |
Locale |
getLocale() |
String |
getMainEntityName() |
Media |
getMedia() |
String |
getMessage() |
String |
getMessagePlacement() |
String |
getName() |
int |
getPriority() |
Date |
getStartDate() |
int |
hashCode() |
boolean |
isActive() |
void |
setArchived(Character archived) |
void |
setEndDate(Date endDate) |
void |
setId(Long id) |
void |
setLocale(Locale locale) |
void |
setMedia(Media media) |
void |
setMessage(String promotionMessage) |
void |
setMessagePlacement(String messageLocation) |
void |
setName(String name) |
void |
setPriority(Integer priority) |
void |
setStartDate(Date startDate) |
public static final long serialVersionUID
protected Long id
protected String name
protected String message
protected Media media
protected Integer priority
protected Date startDate
protected Date endDate
protected String messagePlacement
protected Locale locale
protected ArchiveStatus archiveStatus
public Long getId()
getId in interface PromotionMessagepublic void setId(Long id)
setId in interface PromotionMessagepublic String getName()
getName in interface PromotionMessagepublic void setName(String name)
setName in interface PromotionMessagepublic String getMessage()
getMessage in interface PromotionMessagepublic void setMessage(String promotionMessage)
setMessage in interface PromotionMessagepublic Media getMedia()
getMedia in interface PromotionMessagepublic void setMedia(Media media)
setMedia in interface PromotionMessagepublic int getPriority()
getPriority in interface PromotionMessagepublic void setPriority(Integer priority)
setPriority in interface PromotionMessagepublic Date getStartDate()
getStartDate in interface PromotionMessagepublic void setStartDate(Date startDate)
setStartDate in interface PromotionMessagepublic Date getEndDate()
getEndDate in interface PromotionMessagepublic void setEndDate(Date endDate)
setEndDate in interface PromotionMessagepublic String getMessagePlacement()
getMessagePlacement in interface PromotionMessagepublic void setMessagePlacement(String messageLocation)
setMessagePlacement in interface PromotionMessagepublic Locale getLocale()
getLocale in interface PromotionMessagepublic void setLocale(Locale locale)
setLocale in interface PromotionMessagepublic Character getArchived()
getArchived in interface Statuspublic void setArchived(Character archived)
setArchived in interface Statuspublic String getMainEntityName()
getMainEntityName in interface AdminMainEntitypublic <G extends PromotionMessage> CreateResponse<G> createOrRetrieveCopyInstance(MultiTenantCopyContext context) throws CloneNotSupportedException
createOrRetrieveCopyInstance in interface MultiTenantCloneable<PromotionMessage>CloneNotSupportedExceptionCopyright © 2021. All rights reserved.