com.sun.syndication.feed.module
クラス ModuleImpl

java.lang.Object
  上位を拡張 com.sun.syndication.feed.module.ModuleImpl
すべての実装されたインタフェース:
CopyFrom, Module, java.io.Serializable, java.lang.Cloneable
直系の既知のサブクラス:
DCModuleImpl, SyModuleImpl

public abstract class ModuleImpl
extends java.lang.Object
implements java.lang.Cloneable, java.io.Serializable, Module

Base class for modules describing Metadata of feeds, default implementations. Examples of such modules are the Dublin Core and Syndication modules.

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

コンストラクタの概要
protected ModuleImpl(java.lang.Class beanClass, java.lang.String uri)
          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 getUri()
          Returns the URI of the module.
 int hashCode()
          Returns a hashcode value for the object.
 java.lang.String toString()
          Returns the String representation for the object.
 
クラス java.lang.Object から継承されたメソッド
finalize, getClass, notify, notifyAll, wait, wait, wait
 
インタフェース com.sun.syndication.feed.CopyFrom から継承されたメソッド
copyFrom, getInterface
 

コンストラクタの詳細

ModuleImpl

protected ModuleImpl(java.lang.Class beanClass,
                     java.lang.String uri)
Constructor.

パラメータ:
uri - URI of the module.
メソッドの詳細

clone

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

定義:
インタフェース Module 内の 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.

getUri

public java.lang.String getUri()
Returns the URI of the module.

定義:
インタフェース Module 内の getUri
戻り値:
URI of the module.