public abstract class ModuleImpl extends Object implements Cloneable, Serializable, Module
Modifier | Constructor and Description |
---|---|
protected |
ModuleImpl(Class<?> beanClass,
String uri) |
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, wait
copyFrom, getInterface
public Object clone() throws CloneNotSupportedException
clone
in interface Module
clone
in class Object
CloneNotSupportedException
- 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 © 2023. All rights reserved.