org.iids.aos.systemservices.communicator.structs
Class AgentScapeID

java.lang.Object
  extended by org.iids.aos.systemservices.communicator.structs.AgentScapeID
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<AgentScapeID>, Struct

public class AgentScapeID
extends java.lang.Object
implements Struct, java.io.Serializable, java.lang.Comparable<AgentScapeID>

See Also:
Serialized Form

Constructor Summary
AgentScapeID()
           
AgentScapeID(java.lang.String id)
           
 
Method Summary
 int compareTo(AgentScapeID rhs)
           
 boolean equals(java.lang.Object o)
           
 java.lang.String getId()
           
 int hashCode()
           
 boolean isAssigned()
           
 void setId(java.lang.String id)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AgentScapeID

public AgentScapeID()

AgentScapeID

public AgentScapeID(java.lang.String id)
Method Detail

getId

public java.lang.String getId()

setId

public void setId(java.lang.String id)

toString

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

isAssigned

public boolean isAssigned()

equals

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

hashCode

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

compareTo

public int compareTo(AgentScapeID rhs)
Specified by:
compareTo in interface java.lang.Comparable<AgentScapeID>


Copyright © 2003, 2004 IIDS Group. All Rights Reserved.