rero.ircfw

Class Channel

public class Channel extends Object implements FrameworkConstants, Comparator

Field Summary
protected SortedSetallusers
protected Stringkey
protected intlimit
protected GenericModemode
protected Stringname
protected Stringtopic
Constructor Summary
Channel(String name)
Method Summary
intcompare(Object aa, Object bb)
SetgetAllUsers()
StringgetKey()
intgetLimit()
GenericModegetMode()
StringgetName()
StringgetTopic()
voidsetKey(String k)
voidsetLimit(int l)
voidsetMode(String m)
voidsetTopic(String t)
StringtoString()

Field Detail

allusers

protected SortedSet allusers

key

protected String key

limit

protected int limit

mode

protected GenericMode mode

name

protected String name

topic

protected String topic

Constructor Detail

Channel

public Channel(String name)

Method Detail

compare

public int compare(Object aa, Object bb)

getAllUsers

public Set getAllUsers()

getKey

public String getKey()

getLimit

public int getLimit()

getMode

public GenericMode getMode()

getName

public String getName()

getTopic

public String getTopic()

setKey

public void setKey(String k)

setLimit

public void setLimit(int l)

setMode

public void setMode(String m)

setTopic

public void setTopic(String t)

toString

public String toString()