|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.owasp.webscarab.model.ConversationID
public class ConversationID
provides a link to a conversation in the model
Constructor Summary | |
---|---|
ConversationID()
Creates a new instance of ConversationID. |
|
ConversationID(int id)
|
|
ConversationID(java.lang.String id)
creates a Conversation ID based on the string provided. |
Method Summary | |
---|---|
int |
compareTo(java.lang.Object o)
compares this ConversationID to another |
boolean |
equals(java.lang.Object o)
compares this ConversationID to another |
protected int |
getID()
|
int |
hashCode()
|
static void |
reset()
resets the ConversationID counter to zero. |
java.lang.String |
toString()
shows a string representation of the ConversationID |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ConversationID()
public ConversationID(int id)
public ConversationID(java.lang.String id)
id
- a string representation of the ConversationIDMethod Detail |
---|
public static void reset()
protected int getID()
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
o
- the other ConversationID to compare to
public int hashCode()
hashCode
in class java.lang.Object
public int compareTo(java.lang.Object o)
compareTo
in interface java.lang.Comparable
o
- the other ConversationID to compare to
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |