org.broadleafcommerce.core.marketing.domain
Class TargetContentImpl
java.lang.Object
org.broadleafcommerce.core.marketing.domain.TargetContentImpl
- All Implemented Interfaces:
- java.io.Serializable, TargetContent
@Entity
public class TargetContentImpl
- extends java.lang.Object
- implements TargetContent
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
id
protected java.lang.Long id
priority
protected int priority
contentType
protected java.lang.String contentType
contentName
protected java.lang.String contentName
url
protected java.lang.String url
content
protected java.lang.String content
onlineDate
protected java.util.Date onlineDate
offlineDate
protected java.util.Date offlineDate
TargetContentImpl
public TargetContentImpl()
getId
public java.lang.Long getId()
- Specified by:
getId in interface TargetContent
setId
public void setId(java.lang.Long id)
- Specified by:
setId in interface TargetContent
getPriority
public int getPriority()
- Specified by:
getPriority in interface TargetContent
setPriority
public void setPriority(int priority)
- Specified by:
setPriority in interface TargetContent
getContentType
public java.lang.String getContentType()
- Specified by:
getContentType in interface TargetContent
setContentType
public void setContentType(java.lang.String contentType)
- Specified by:
setContentType in interface TargetContent
getContentName
public java.lang.String getContentName()
- Specified by:
getContentName in interface TargetContent
setContentName
public void setContentName(java.lang.String contentName)
- Specified by:
setContentName in interface TargetContent
getUrl
public java.lang.String getUrl()
- Specified by:
getUrl in interface TargetContent
setUrl
public void setUrl(java.lang.String url)
- Specified by:
setUrl in interface TargetContent
getContent
public java.lang.String getContent()
- Specified by:
getContent in interface TargetContent
setContent
public void setContent(java.lang.String content)
- Specified by:
setContent in interface TargetContent
getOnlineDate
public java.util.Date getOnlineDate()
- Specified by:
getOnlineDate in interface TargetContent
setOnlineDate
public void setOnlineDate(java.util.Date onlineDate)
- Specified by:
setOnlineDate in interface TargetContent
getOfflineDate
public java.util.Date getOfflineDate()
- Specified by:
getOfflineDate in interface TargetContent
setOfflineDate
public void setOfflineDate(java.util.Date offlineDate)
- Specified by:
setOfflineDate in interface TargetContent
hashCode
public int hashCode()
- Overrides:
hashCode in class java.lang.Object
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals in class java.lang.Object
Copyright © 2012. All Rights Reserved.