org.broadleafcommerce.core.marketing.domain
Class TargetContentImpl

java.lang.Object
  extended by org.broadleafcommerce.core.marketing.domain.TargetContentImpl
All Implemented Interfaces:
Serializable, TargetContent

Deprecated.

@Entity
@Deprecated
public class TargetContentImpl
extends Object
implements TargetContent

See Also:
Serialized Form

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

Field Detail

id

protected Long id
Deprecated. 

priority

protected int priority
Deprecated. 

contentType

protected String contentType
Deprecated. 

contentName

protected String contentName
Deprecated. 

url

protected String url
Deprecated. 

content

protected String content
Deprecated. 

onlineDate

protected Date onlineDate
Deprecated. 

offlineDate

protected Date offlineDate
Deprecated. 
Constructor Detail

TargetContentImpl

public TargetContentImpl()
Deprecated. 
Method Detail

getId

public Long getId()
Deprecated. 
Specified by:
getId in interface TargetContent

setId

public void setId(Long id)
Deprecated. 
Specified by:
setId in interface TargetContent

getPriority

public int getPriority()
Deprecated. 
Specified by:
getPriority in interface TargetContent

setPriority

public void setPriority(int priority)
Deprecated. 
Specified by:
setPriority in interface TargetContent

getContentType

public String getContentType()
Deprecated. 
Specified by:
getContentType in interface TargetContent

setContentType

public void setContentType(String contentType)
Deprecated. 
Specified by:
setContentType in interface TargetContent

getContentName

public String getContentName()
Deprecated. 
Specified by:
getContentName in interface TargetContent

setContentName

public void setContentName(String contentName)
Deprecated. 
Specified by:
setContentName in interface TargetContent

getUrl

public String getUrl()
Deprecated. 
Specified by:
getUrl in interface TargetContent

setUrl

public void setUrl(String url)
Deprecated. 
Specified by:
setUrl in interface TargetContent

getContent

public String getContent()
Deprecated. 
Specified by:
getContent in interface TargetContent

setContent

public void setContent(String content)
Deprecated. 
Specified by:
setContent in interface TargetContent

getOnlineDate

public Date getOnlineDate()
Deprecated. 
Specified by:
getOnlineDate in interface TargetContent

setOnlineDate

public void setOnlineDate(Date onlineDate)
Deprecated. 
Specified by:
setOnlineDate in interface TargetContent

getOfflineDate

public Date getOfflineDate()
Deprecated. 
Specified by:
getOfflineDate in interface TargetContent

setOfflineDate

public void setOfflineDate(Date offlineDate)
Deprecated. 
Specified by:
setOfflineDate in interface TargetContent

hashCode

public int hashCode()
Deprecated. 
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Deprecated. 
Overrides:
equals in class Object


Copyright © 2013. All Rights Reserved.