net.sourceforge.ppf
Class IrcServer
java.lang.Object
net.sourceforge.ppf.IrcServer
public class IrcServer
- extends java.lang.Object
Info about an IRC server.
- Author:
- jawe
Constructor Summary |
IrcServer()
Default empty constructor. |
IrcServer(java.lang.String name,
int port,
java.lang.String password)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT_PORT
public static final int DEFAULT_PORT
- See Also:
- Constant Field Values
IrcServer
public IrcServer()
- Default empty constructor.
IrcServer
public IrcServer(java.lang.String name,
int port,
java.lang.String password)
getName
public java.lang.String getName()
- Returns:
- Returns the name.
setName
public void setName(java.lang.String name)
- Parameters:
name
- The name to set.
getPassword
public java.lang.String getPassword()
- Returns:
- Returns the password.
setPassword
public void setPassword(java.lang.String password)
- Parameters:
password
- The password to set.
getPort
public int getPort()
- Returns:
- Returns the port.
setPort
public void setPort(int port)
- Parameters:
port
- The port to set.
PircBot Plugin Framework API 0.6
© 2003-2004 DeadEd e.a.
ppf.sourceforge.net