com.sun.syndication.feed.synd
Class SyndCategory

java.lang.Object
  extended bycom.sun.syndication.common.ObjectBean
      extended bycom.sun.syndication.feed.synd.SyndCategory
All Implemented Interfaces:
java.lang.Cloneable, java.io.Serializable, SyndCategoryI, ToString

public class SyndCategory
extends ObjectBean
implements SyndCategoryI

Bean for categories of SyndFeed feeds and entries.

Author:
Alejandro Abdelnur
See Also:
Serialized Form

Constructor Summary
SyndCategory()
          Default constructor.
 
Method Summary
 java.lang.String getName()
          Returns the category name.
 java.lang.String getTaxonomyUri()
          Returns the category taxonomy URI.
 void setName(java.lang.String name)
          Sets the category name.
 void setTaxonomyUri(java.lang.String taxonomyUri)
          Sets the category taxonomy URI.
 
Methods inherited from class com.sun.syndication.common.ObjectBean
clone, equals, hashCode, toString, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.sun.syndication.feed.synd.SyndCategoryI
clone
 
Methods inherited from interface com.sun.syndication.common.ToString
toString
 

Constructor Detail

SyndCategory

public SyndCategory()
Default constructor. All properties are set to null.

Method Detail

getName

public java.lang.String getName()
Returns the category name.

Specified by:
getName in interface SyndCategoryI
Returns:
the category name, null if none.

setName

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

Specified by:
setName in interface SyndCategoryI
Parameters:
name - the category name to set, null if none.

getTaxonomyUri

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

Specified by:
getTaxonomyUri in interface SyndCategoryI
Returns:
the category taxonomy URI, null if none.

setTaxonomyUri

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

Specified by:
setTaxonomyUri in interface SyndCategoryI
Parameters:
taxonomyUri - the category taxonomy URI to set, null if none.


Copyright © 2004 Sun Microsystems. All Rights Reserved.