com.web_visage.ircha.services
Class IrChaProperties

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

public class IrChaProperties
extends java.lang.Object

IrCha gate properties.

Author:
K.Baturytski

Constructor Summary
IrChaProperties(GateProperties gateprops, IChatBotProperties botprops, java.lang.String loginipath, IChatMessageFactory messageFactory)
          Constructor.
 
Method Summary
 IChatBotProperties getBotprops()
          Returns the botprops.
 GateProperties getGateprops()
          Returns the gateprops.
 java.lang.String getLoginipath()
          Returns the loginipath.
 IChatMessageFactory getMessageFactory()
          Returns the messageFactory.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IrChaProperties

public IrChaProperties(GateProperties gateprops,
                       IChatBotProperties botprops,
                       java.lang.String loginipath,
                       IChatMessageFactory messageFactory)
Constructor.

Parameters:
gateprops -
botprops -
loginipath -
messageFactory -
Method Detail

getBotprops

public IChatBotProperties getBotprops()
Returns the botprops.

Returns:

getGateprops

public GateProperties getGateprops()
Returns the gateprops.

Returns:

getLoginipath

public java.lang.String getLoginipath()
Returns the loginipath.

Returns:

getMessageFactory

public IChatMessageFactory getMessageFactory()
Returns the messageFactory.

Returns: