org.globus.cog.karajan.workflow.service.channels
Class ChannelID

java.lang.Object
  extended by org.globus.cog.karajan.workflow.service.channels.ChannelID

public class ChannelID
extends Object


Constructor Summary
ChannelID()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getLocalID()
           
 String getRemoteID()
           
 String getUniqueID()
           
 int hashCode()
           
 void setClient(boolean client)
           
 void setLocalID(String localID)
           
 void setRemoteID(String remoteID)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ChannelID

public ChannelID()
Method Detail

getRemoteID

public String getRemoteID()

setRemoteID

public void setRemoteID(String remoteID)

getLocalID

public String getLocalID()

setLocalID

public void setLocalID(String localID)

getUniqueID

public String getUniqueID()

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object

setClient

public void setClient(boolean client)