|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjerklib.Profile
public class Profile
A class to hold information about Nick,RealName,AltNic etc.
ConnectionManager.ConnectionManager(Profile)
,
ConnectionManager.requestConnection(String, int, Profile)
Constructor Summary | |
---|---|
Profile(String nick)
Create a new Profile. |
|
Profile(String name,
String nick)
Create a new Profile. |
|
Profile(String name,
String nick,
String secondNick,
String thirdNick)
Create a new Profile |
Method Summary | |
---|---|
Profile |
clone()
|
boolean |
equals(Object o)
|
String |
getActualNick()
Get the nick currently being used. |
String |
getFirstNick()
Rreturn the first nick |
String |
getName()
return the name |
String |
getSecondNick()
Get the second nick |
String |
getThirdNick()
Get the third nick |
int |
hashCode()
|
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Profile(String name, String nick, String secondNick, String thirdNick)
name
- Usernamenick
- NicksecondNick
- Alt nick 1thirdNick
- Alt nick 2public Profile(String name, String nick)
name
- nick
- public Profile(String nick)
nick
- Method Detail |
---|
public String getName()
public String getFirstNick()
public String getSecondNick()
public String getThirdNick()
public String getActualNick()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public Profile clone()
clone
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |