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

java.lang.Objectcom.sun.syndication.feed.atom.Category
- All Implemented Interfaces:
- java.lang.Cloneable, java.io.Serializable
- public class Category
- extends java.lang.Object
- implements java.lang.Cloneable, java.io.Serializable
- extends java.lang.Object
Bean for category elements of Atom feeds.
| Field Summary | |
private java.lang.String |
_label
|
private com.sun.syndication.feed.impl.ObjectBean |
_objBean
|
private java.lang.String |
_scheme
|
private java.lang.String |
_term
|
| Constructor Summary | |
Category()
Default constructor. |
|
| 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 |
getLabel()
Get label for category. |
java.lang.String |
getScheme()
Get Scheme URI for category. |
java.lang.String |
getTerm()
Return term for category. |
int |
hashCode()
Returns a hashcode value for the object. |
void |
setLabel(java.lang.String label)
Set label for category. |
void |
setScheme(java.lang.String scheme)
Set scheme URI for category. |
void |
setTerm(java.lang.String term)
Set term for category. |
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
_term
private java.lang.String _term
_scheme
private java.lang.String _scheme
_label
private java.lang.String _label
| Constructor Detail |
Category
public Category()
- 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.
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.
getLabel
public java.lang.String getLabel()
- Get label for category.
setLabel
public void setLabel(java.lang.String label)
- Set label for category.
getScheme
public java.lang.String getScheme()
- Get Scheme URI for category.
setScheme
public void setScheme(java.lang.String scheme)
- Set scheme URI for category.
getTerm
public java.lang.String getTerm()
- Return term for category.
setTerm
public void setTerm(java.lang.String term)
- Set term for category.
|
|||||||||
| Home >> All >> com >> sun >> syndication >> feed >> [ atom overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.sun.syndication.feed.atom.Category