@Entity @Deprecated public class TargetContentImpl extends Object implements TargetContent
| Modifier and Type | Field and Description |
|---|---|
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 and Description |
|---|
TargetContentImpl()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
protected Long id
protected int priority
protected String contentType
protected String contentName
protected String url
protected String content
protected Date onlineDate
protected Date offlineDate
public Long getId()
getId in interface TargetContentpublic void setId(Long id)
setId in interface TargetContentpublic int getPriority()
getPriority in interface TargetContentpublic void setPriority(int priority)
setPriority in interface TargetContentpublic String getContentType()
getContentType in interface TargetContentpublic void setContentType(String contentType)
setContentType in interface TargetContentpublic String getContentName()
getContentName in interface TargetContentpublic void setContentName(String contentName)
setContentName in interface TargetContentpublic String getUrl()
getUrl in interface TargetContentpublic void setUrl(String url)
setUrl in interface TargetContentpublic String getContent()
getContent in interface TargetContentpublic void setContent(String content)
setContent in interface TargetContentpublic Date getOnlineDate()
getOnlineDate in interface TargetContentpublic void setOnlineDate(Date onlineDate)
setOnlineDate in interface TargetContentpublic Date getOfflineDate()
getOfflineDate in interface TargetContentpublic void setOfflineDate(Date offlineDate)
setOfflineDate in interface TargetContentCopyright © 2014. All Rights Reserved.