|
|||||||||
| Home >> All >> com >> sun >> syndication >> feed >> [ synd overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.sun.syndication.feed.synd
Class SyndCategoryImpl

java.lang.Objectcom.sun.syndication.feed.synd.SyndCategoryImpl
- All Implemented Interfaces:
- java.lang.Cloneable, java.io.Serializable, SyndCategory
- public class SyndCategoryImpl
- extends java.lang.Object
- implements java.io.Serializable, SyndCategory
- extends java.lang.Object
Bean for categories of SyndFeedImpl feeds and entries.
| Field Summary | |
private com.sun.syndication.feed.impl.ObjectBean |
_objBean
|
private com.sun.syndication.feed.module.DCSubject |
_subject
|
| Constructor Summary | |
|
SyndCategoryImpl()
Default constructor. |
(package private) |
SyndCategoryImpl(com.sun.syndication.feed.module.DCSubject subject)
For implementations extending SyndContentImpl to be able to use the ObjectBean functionality with extended interfaces. |
| Method Summary | |
java.lang.Object |
clone()
Creates a deep 'bean' clone of the object. |
boolean |
equals(java.lang.Object other)
Indicates whether some other object is "equal to" this one as defined by the Object equals() method. |
java.lang.String |
getName()
Returns the category name. |
(package private) com.sun.syndication.feed.module.DCSubject |
getSubject()
Package private constructor, used by SyndCategoryListFacade. |
java.lang.String |
getTaxonomyUri()
Returns the category taxonomy URI. |
int |
hashCode()
Returns a hashcode value for the object. |
void |
setName(java.lang.String name)
Sets the category name. |
void |
setTaxonomyUri(java.lang.String taxonomyUri)
Sets the category taxonomy URI. |
java.lang.String |
toString()
Returns the String representation for the object. |
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
_objBean
private com.sun.syndication.feed.impl.ObjectBean _objBean
_subject
private com.sun.syndication.feed.module.DCSubject _subject
| Constructor Detail |
SyndCategoryImpl
SyndCategoryImpl(com.sun.syndication.feed.module.DCSubject subject)
- For implementations extending SyndContentImpl to be able to use the ObjectBean functionality
with extended interfaces.
SyndCategoryImpl
public SyndCategoryImpl()
- Default constructor. All properties are set to null.
| Method Detail |
clone
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
- Creates a deep 'bean' clone of the object.
- Specified by:
clonein interfaceSyndCategory
equals
public boolean equals(java.lang.Object other)
- Indicates whether some other object is "equal to" this one as defined by the Object equals() method.
hashCode
public int hashCode()
- Returns a hashcode value for the object.
It follows the contract defined by the Object hashCode() method.
toString
public java.lang.String toString()
- Returns the String representation for the object.
getSubject
com.sun.syndication.feed.module.DCSubject getSubject()
- Package private constructor, used by SyndCategoryListFacade.
getName
public java.lang.String getName()
- Returns the category name.
- Specified by:
getNamein interfaceSyndCategory
setName
public void setName(java.lang.String name)
- Sets the category name.
- Specified by:
setNamein interfaceSyndCategory
getTaxonomyUri
public java.lang.String getTaxonomyUri()
- Returns the category taxonomy URI.
- Specified by:
getTaxonomyUriin interfaceSyndCategory
setTaxonomyUri
public void setTaxonomyUri(java.lang.String taxonomyUri)
- Sets the category taxonomy URI.
- Specified by:
setTaxonomyUriin interfaceSyndCategory
|
|||||||||
| Home >> All >> com >> sun >> syndication >> feed >> [ synd overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.sun.syndication.feed.synd.SyndCategoryImpl