@Deprecated
public class SyndFeedInfo
extends java.lang.Object
implements java.lang.Cloneable, java.io.Serializable
A class to represent a SyndFeed
and some useful information
about it.
This class is thread safe, as expected by the different feed fetcher implementations.
Modifier and Type | Field and Description |
---|---|
private ObjectBean |
_objBean
Deprecated.
|
private java.lang.String |
eTag
Deprecated.
|
private java.lang.String |
id
Deprecated.
|
private java.lang.Object |
lastModified
Deprecated.
|
private static long |
serialVersionUID
Deprecated.
|
private SyndFeed |
syndFeed
Deprecated.
|
private java.net.URL |
url
Deprecated.
|
Constructor and Description |
---|
SyndFeedInfo()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone()
Deprecated.
Creates a deep 'bean' clone of the object.
|
boolean |
equals(java.lang.Object other)
Deprecated.
Indicates whether some other object is "equal to" this one as defined by the Object equals()
method.
|
java.lang.String |
getETag()
Deprecated.
|
java.lang.String |
getId()
Deprecated.
|
java.lang.Object |
getLastModified()
Deprecated.
|
SyndFeed |
getSyndFeed()
Deprecated.
|
java.net.URL |
getUrl()
Deprecated.
|
int |
hashCode()
Deprecated.
Returns a hashcode value for the object.
|
void |
setETag(java.lang.String string)
Deprecated.
|
void |
setId(java.lang.String string)
Deprecated.
|
void |
setLastModified(java.lang.Object o)
Deprecated.
|
void |
setSyndFeed(SyndFeed feed)
Deprecated.
|
void |
setUrl(java.net.URL url)
Deprecated.
|
java.lang.String |
toString()
Deprecated.
Returns the String representation for the object.
|
private static final long serialVersionUID
private final ObjectBean _objBean
private java.lang.String id
private java.net.URL url
private java.lang.Object lastModified
private java.lang.String eTag
private SyndFeed syndFeed
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
clone
in class java.lang.Object
java.lang.CloneNotSupportedException
- thrown if an element of the object cannot be cloned.public boolean equals(java.lang.Object other)
equals
in class java.lang.Object
other
- he reference object with which to compare.public int hashCode()
It follows the contract defined by the Object hashCode() method.
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String getETag()
public java.lang.Object getLastModified()
public java.net.URL getUrl()
public void setETag(java.lang.String string)
public void setLastModified(java.lang.Object o)
public void setUrl(java.net.URL url)
public SyndFeed getSyndFeed()
public void setSyndFeed(SyndFeed feed)
public java.lang.String getId()
public void setId(java.lang.String string)
string
- A unique ID to identify the feed. Note that if the URL of the feed changes this
will remain the same