|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
net.java.otr4j.session
Class SessionID

java.lang.Objectnet.java.otr4j.session.SessionID
public final class SessionID
- extends Object
| Field Summary | |
|---|---|
static SessionID |
Empty
|
| Constructor Summary | |
|---|---|
SessionID(String accountID,
String userID,
String protocolName)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
String |
getAccountID()
|
String |
getProtocolName()
|
String |
getUserID()
|
int |
hashCode()
|
void |
setAccountID(String accountID)
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
Empty
public static final SessionID Empty
| Constructor Detail |
|---|
SessionID
public SessionID(String accountID, String userID, String protocolName)
| Method Detail |
|---|
setAccountID
public void setAccountID(String accountID)
getAccountID
public String getAccountID()
getUserID
public String getUserID()
getProtocolName
public String getProtocolName()
toString
public String toString()
equals
public boolean equals(Object obj)
hashCode
public int hashCode()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright © 2009 Beem-project.com. All Rights Reserved.

net.java.otr4j.session.SessionID