public class ActivationGroupID extends Object implements Serializable
| Constructor and Description |
|---|
ActivationGroupID(ActivationSystem aSystem)
Create the new activation group id in the scope of the given activation
system
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Copmare for equality, returns true if the passed object is also the
activation group id and its activation system is the same.
|
ActivationSystem |
getSystem()
Get the associated activation system
|
int |
hashCode()
Get the hash code of the associated activation system.
|
String |
toString()
Get the string representation
|
public ActivationGroupID(ActivationSystem aSystem)
aSystem - the activation systempublic ActivationSystem getSystem()
public int hashCode()
hashCode in class ObjectObject.equals(Object),
System.identityHashCode(Object)public boolean equals(Object obj)
equals in class Objectobj - the Object to compare toObject.hashCode()public String toString()
toString in class ObjectObject.getClass(),
Object.hashCode(),
Class.getName(),
Integer.toHexString(int)