org.broadleafcommerce.core.marketing.domain
Class TargetContentImpl

java.lang.Object
  extended by 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

Field Summary
protected  java.lang.String content
           
protected  java.lang.String contentName
           
protected  java.lang.String contentType
           
protected  java.lang.Long id
           
protected  java.util.Date offlineDate
           
protected  java.util.Date onlineDate
           
protected  int priority
           
protected  java.lang.String url
           
 
Constructor Summary
TargetContentImpl()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getContent()
           
 java.lang.String getContentName()
           
 java.lang.String getContentType()
           
 java.lang.Long getId()
           
 java.util.Date getOfflineDate()
           
 java.util.Date getOnlineDate()
           
 int getPriority()
           
 java.lang.String getUrl()
           
 int hashCode()
           
 void setContent(java.lang.String content)
           
 void setContentName(java.lang.String contentName)
           
 void setContentType(java.lang.String contentType)
           
 void setId(java.lang.Long id)
           
 void setOfflineDate(java.util.Date offlineDate)
           
 void setOnlineDate(java.util.Date onlineDate)
           
 void setPriority(int priority)
           
 void setUrl(java.lang.String url)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

TargetContentImpl

public TargetContentImpl()
Method Detail

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.