cartago
Class WorkspaceId

java.lang.Object
  extended by cartago.WorkspaceId
All Implemented Interfaces:
java.io.Serializable

public class WorkspaceId
extends java.lang.Object
implements java.io.Serializable

Identifier of a workspace

Author:
aricci
See Also:
Serialized Form

Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getId()
          Get the numeric identifier of the workspace
 java.lang.String getName()
          Get the logic name of the workspace
 NodeId getNodeId()
          Get node id
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

getId

public java.lang.String getId()
Get the numeric identifier of the workspace

Returns:

getNodeId

public NodeId getNodeId()
Get node id

Returns:

getName

public java.lang.String getName()
Get the logic name of the workspace

Returns:

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


>DEIS - University of Bologna