com.sun.syndication.feed.synd
クラス SyndCategoryImpl

java.lang.Object
  上位を拡張 com.sun.syndication.feed.synd.SyndCategoryImpl
すべての実装されたインタフェース:
SyndCategory, java.io.Serializable, java.lang.Cloneable

public class SyndCategoryImpl
extends java.lang.Object
implements java.io.Serializable, SyndCategory

Bean for categories of SyndFeedImpl feeds and entries.

関連項目:
直列化された形式

コンストラクタの概要
SyndCategoryImpl()
          Default constructor.
 
メソッドの概要
 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.
 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.
 
クラス java.lang.Object から継承されたメソッド
finalize, getClass, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

SyndCategoryImpl

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

メソッドの詳細

clone

public java.lang.Object clone()
                       throws java.lang.CloneNotSupportedException
Creates a deep 'bean' clone of the object.

定義:
インタフェース SyndCategory 内の clone
オーバーライド:
クラス java.lang.Object 内の clone
戻り値:
a clone of the object.
例外:
java.lang.CloneNotSupportedException - thrown if an element of the object cannot be cloned.

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.

オーバーライド:
クラス java.lang.Object 内の equals
パラメータ:
other - he reference object with which to compare.
戻り値:
true if 'this' object is equal to the 'other' object.

hashCode

public int hashCode()
Returns a hashcode value for the object.

It follows the contract defined by the Object hashCode() method.

オーバーライド:
クラス java.lang.Object 内の hashCode
戻り値:
the hashcode of the bean object.

toString

public java.lang.String toString()
Returns the String representation for the object.

オーバーライド:
クラス java.lang.Object 内の toString
戻り値:
String representation for the object.

getName

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

定義:
インタフェース SyndCategory 内の getName
戻り値:
the category name, null if none.

setName

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

定義:
インタフェース SyndCategory 内の setName
パラメータ:
name - the category name to set, null if none.

getTaxonomyUri

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

定義:
インタフェース SyndCategory 内の getTaxonomyUri
戻り値:
the category taxonomy URI, null if none.

setTaxonomyUri

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

定義:
インタフェース SyndCategory 内の setTaxonomyUri
パラメータ:
taxonomyUri - the category taxonomy URI to set, null if none.