public abstract class ModuleImpl extends Object implements Cloneable, Serializable, Module
| Modifier | Constructor and Description |
|---|---|
protected |
ModuleImpl(Class<?> beanClass,
String uri)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
finalize, getClass, notify, notifyAll, wait, wait, waitcopyFrom, getInterfacepublic Object clone() throws CloneNotSupportedException
clone in interface Moduleclone in class ObjectCloneNotSupportedException - thrown if an element of the object cannot be cloned.public boolean equals(Object other)
public int hashCode()
It follows the contract defined by the Object hashCode() method.
public String toString()
Copyright © 2015. All Rights Reserved.