com.sun.syndication.feed.rss
Class Category

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

public class Category
extends ObjectBean

Bean for categories of RSS feeds.

Author:
Alejandro Abdelnur
See Also:
Serialized Form

Constructor Summary
Category()
          Default constructor.
 
Method Summary
 java.lang.String getDomain()
          Returns the category domain.
 java.lang.String getValue()
          Returns the category value.
 void setDomain(java.lang.String domain)
          Sets the category domain.
 void setValue(java.lang.String value)
          Sets the category value.
 
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
 

Constructor Detail

Category

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

Method Detail

getDomain

public java.lang.String getDomain()
Returns the category domain.

Returns:
the category domain, null if none.

setDomain

public void setDomain(java.lang.String domain)
Sets the category domain.

Parameters:
domain - the category domain to set, null if none.

getValue

public java.lang.String getValue()
Returns the category value.

Returns:
the category value, null if none.

setValue

public void setValue(java.lang.String value)
Sets the category value.

Parameters:
value - the category value to set, null if none.


Copyright © 2004 Sun Microsystems. All Rights Reserved.