|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--irssibot.core.Nick
Represents a nick actually sitting on an irc chennel.
| Field Summary | |
private Host |
host
|
private boolean |
op
|
private boolean |
voice
|
| Constructor Summary | |
Nick(Host host,
boolean op,
boolean voice)
|
|
| Method Summary | |
Host |
getHost()
|
boolean |
isOp()
|
boolean |
isVoice()
|
void |
setNick(java.lang.String newNick)
|
void |
setOp(boolean state)
|
void |
setVoice(boolean state)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
private Host host
private boolean op
private boolean voice
| Constructor Detail |
public Nick(Host host,
boolean op,
boolean voice)
| Method Detail |
public Host getHost()
public boolean isOp()
public boolean isVoice()
public void setOp(boolean state)
public void setVoice(boolean state)
public void setNick(java.lang.String newNick)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||