public interface Principal
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object another)
Default object equality (is identity).
|
String |
getName() |
int |
hashCode()
The (default) object hashcode: for transient objects this is simply the
address of the instance in memory, for persistent objects it is the
address at which the instance was first created (maybe in a previous
activation of the VM).
|
String |
toString()
Default String representation: overriden by many classes.
|
boolean equals(Object another)
Object
String getName()
int hashCode()
Object