com.sun.syndication.feed.synd

Interface SyndCategory

public interface SyndCategory extends Cloneable

Bean interface for categories of SyndFeedImpl feeds and entries.

Author: Alejandro Abdelnur

Method Summary
Objectclone()
Creates a deep clone of the object.
StringgetName()
Returns the category name.
StringgetTaxonomyUri()
Returns the category taxonomy URI.
voidsetName(String name)
Sets the category name.
voidsetTaxonomyUri(String taxonomyUri)
Sets the category taxonomy URI.

Method Detail

clone

public Object clone()
Creates a deep clone of the object.

Returns: a clone of the object.

Throws: CloneNotSupportedException thrown if an element of the object cannot be cloned.

getName

public String getName()
Returns the category name.

Returns: the category name, null if none.

getTaxonomyUri

public String getTaxonomyUri()
Returns the category taxonomy URI.

Returns: the category taxonomy URI, null if none.

setName

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

Parameters: name the category name to set, null if none.

setTaxonomyUri

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

Parameters: taxonomyUri the category taxonomy URI to set, null if none.

Copyright © Sun Microsystems. All Rights Reserved.