org.objectweb.tribe.common
Class GroupIdentifier
java.lang.Object
org.objectweb.tribe.common.GroupIdentifier
- All Implemented Interfaces:
- java.io.Serializable
- public class GroupIdentifier
- extends java.lang.Object
- implements java.io.Serializable
This class defines a GroupIdentifier
- Version:
- 1.0
- Author:
- Emmanuel Cecchet
- See Also:
- Serialized Form
Constructor Summary |
GroupIdentifier(java.lang.String groupName)
Creates a new GroupIdentifier object from a given group
name. |
Method Summary |
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getGroupName()
Get the group name as given in the constructor. |
int |
hashCode()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
GroupIdentifier
public GroupIdentifier(java.lang.String groupName)
- Creates a new
GroupIdentifier
object from a given group
name.
getGroupName
public java.lang.String getGroupName()
- Get the group name as given in the constructor.
toString
public java.lang.String toString()
- See Also:
Object.toString()
equals
public boolean equals(java.lang.Object obj)
- See Also:
Object.equals(java.lang.Object)
hashCode
public int hashCode()
- See Also:
Object.hashCode()
Copyright © 2004 - ObjectWeb Consortium - All Rights Reserved.