|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.web_visage.ircha.services.GateProperties
public class GateProperties
Bot properties bean.
| 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 |
|---|
public GateProperties()
| Method Detail |
|---|
public java.lang.String getBotFinger()
public void setBotFinger(java.lang.String botFinger)
botFinger - public java.lang.String getBotLogin()
public void setBotLogin(java.lang.String botLogin)
botLogin - public java.lang.String getBotName()
public void setBotName(java.lang.String botName)
botName - public java.lang.String getBotPassword()
public void setBotPassword(java.lang.String botPassword)
botPassword - public java.lang.String getBotVersion()
public void setBotVersion(java.lang.String botVersion)
botVersion - public java.lang.String getChannel()
public void setChannel(java.lang.String channel)
channel - public boolean isIrcOp()
public void setIrcOp(boolean ircOp)
ircOp - public java.lang.String getServer()
public void setServer(java.lang.String server)
server - public java.lang.String getVLine()
public void setVLine(java.lang.String line)
line -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||