com.sun.syndication.feed.module
public abstract class ModuleImpl extends Object implements Cloneable, Serializable, Module
Field Summary | |
---|---|
ObjectBean | _objBean |
String | _uri |
Constructor Summary | |
---|---|
protected | ModuleImpl(Class beanClass, String uri)
Constructor.
|
Method Summary | |
---|---|
Object | clone()
Creates a deep 'bean' clone of the object.
|
boolean | equals(Object other)
Indicates whether some other object is "equal to" this one as defined by the Object equals() method.
|
String | getUri()
Returns the URI of the module.
|
int | hashCode()
Returns a hashcode value for the object.
|
String | toString()
Returns the String representation for the object.
|
Parameters: uri URI of the module.
Returns: a clone of the object.
Throws: CloneNotSupportedException thrown if an element of the object cannot be cloned.
Parameters: other he reference object with which to compare.
Returns: true if 'this' object is equal to the 'other' object.
Returns: URI of the module.
It follows the contract defined by the Object hashCode() method.
Returns: the hashcode of the bean object.
Returns: String representation for the object.