Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.sun.syndication.feed.synd
Class SyndCategoryImpl  view SyndCategoryImpl download SyndCategoryImpl.java

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

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:
clone in interface SyndCategory

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:
getName in interface SyndCategory

setName

public void setName(java.lang.String name)
Sets the category name.

Specified by:
setName in interface SyndCategory

getTaxonomyUri

public java.lang.String getTaxonomyUri()
Returns the category taxonomy URI.

Specified by:
getTaxonomyUri in interface SyndCategory

setTaxonomyUri

public void setTaxonomyUri(java.lang.String taxonomyUri)
Sets the category taxonomy URI.

Specified by:
setTaxonomyUri in interface SyndCategory