public abstract class AbstractManager extends java.lang.Object implements Manager
Manager
interface covering manager name and equivalence.Modifier | Constructor and Description |
---|---|
protected |
AbstractManager()
Constructor for use by subclasses.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o)
Compares the specified object with this manager for equality.
|
java.lang.String |
getName()
Returns manager name.
|
int |
hashCode()
Returns the hash code value for this manager.
|
java.lang.String |
toString()
Converts provider to manager consisting of its name.
|
public final boolean equals(@Nullable java.lang.Object o)
true
if the specified object is also manager
and the two managers have the same name. This definition ensures
that this method works properly across different implementations
of the manager interface.public final int hashCode()
public final java.lang.String toString()
toString
in class java.lang.Object