com.web_visage.ircha.services
Class GateProperties

java.lang.Object
  extended by com.web_visage.ircha.services.GateProperties

public class GateProperties
extends java.lang.Object

Bot properties bean.

Author:
K.Baturytski

Constructor Summary
GateProperties()
           
 
Method Summary
 java.lang.String getBotFinger()
          Returns the botFinger.
 java.lang.String getBotLogin()
          Returns the botLogin.
 java.lang.String getBotName()
          Returns the botName.
 java.lang.String getBotPassword()
          Returns the botPassword.
 java.lang.String getBotVersion()
          Returns the botVersion.
 java.lang.String getChannel()
          Returns the channel.
 java.lang.String getServer()
          Returns the server.
 java.lang.String getVLine()
          Returns the vLine.
 boolean isIrcOp()
          Returns the ircOp.
 void setBotFinger(java.lang.String botFinger)
          The botFinger to set.
 void setBotLogin(java.lang.String botLogin)
          The botLogin to set.
 void setBotName(java.lang.String botName)
          The botName to set.
 void setBotPassword(java.lang.String botPassword)
          The botPassword to set.
 void setBotVersion(java.lang.String botVersion)
          The botVersion to set.
 void setChannel(java.lang.String channel)
          The channel to set.
 void setIrcOp(boolean ircOp)
          The ircOp to set.
 void setServer(java.lang.String server)
          The server to set.
 void setVLine(java.lang.String line)
          The vLine to set.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GateProperties

public GateProperties()
Method Detail

getBotFinger

public java.lang.String getBotFinger()
Returns the botFinger.

Returns:

setBotFinger

public void setBotFinger(java.lang.String botFinger)
The botFinger to set.

Parameters:
botFinger -

getBotLogin

public java.lang.String getBotLogin()
Returns the botLogin.

Returns:

setBotLogin

public void setBotLogin(java.lang.String botLogin)
The botLogin to set.

Parameters:
botLogin -

getBotName

public java.lang.String getBotName()
Returns the botName.

Returns:

setBotName

public void setBotName(java.lang.String botName)
The botName to set.

Parameters:
botName -

getBotPassword

public java.lang.String getBotPassword()
Returns the botPassword.

Returns:

setBotPassword

public void setBotPassword(java.lang.String botPassword)
The botPassword to set.

Parameters:
botPassword -

getBotVersion

public java.lang.String getBotVersion()
Returns the botVersion.

Returns:

setBotVersion

public void setBotVersion(java.lang.String botVersion)
The botVersion to set.

Parameters:
botVersion -

getChannel

public java.lang.String getChannel()
Returns the channel.

Returns:

setChannel

public void setChannel(java.lang.String channel)
The channel to set.

Parameters:
channel -

isIrcOp

public boolean isIrcOp()
Returns the ircOp.

Returns:

setIrcOp

public void setIrcOp(boolean ircOp)
The ircOp to set.

Parameters:
ircOp -

getServer

public java.lang.String getServer()
Returns the server.

Returns:

setServer

public void setServer(java.lang.String server)
The server to set.

Parameters:
server -

getVLine

public java.lang.String getVLine()
Returns the vLine.

Returns:

setVLine

public void setVLine(java.lang.String line)
The vLine to set.

Parameters:
line -