com.arunta.base.settings
Class AgentSettings
java.lang.Object
com.arunta.base.settings.AgentSettings
- All Implemented Interfaces:
- java.io.Serializable
public class AgentSettings
- extends java.lang.Object
- implements java.io.Serializable
Total Recall VR system Agent Settings.
Bean that capture the agent credentials and the language that the agent is
using when running Total Recall VR applications.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
AgentSettings
public AgentSettings()
AgentSettings
public AgentSettings(java.lang.String agentName,
java.lang.String agentPassword,
LanguageType language)
getAgentName
public java.lang.String getAgentName()
setAgentName
public void setAgentName(java.lang.String agentName)
getAgentPassword
public java.lang.String getAgentPassword()
setAgentPassword
public void setAgentPassword(java.lang.String agentPassword)
getLanguage
public int getLanguage()
setLanguage
public void setLanguage(int language)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright ©, 2005-2012 Prolancer Pty Ltd, Sydney Australia.