com.arunta.base.settings
Class AgentSettings

java.lang.Object
  extended by 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

Constructor Summary
AgentSettings()
           
AgentSettings(java.lang.String agentName, java.lang.String agentPassword, LanguageType language)
           
 
Method Summary
 java.lang.String getAgentName()
           
 java.lang.String getAgentPassword()
           
 int getLanguage()
           
 void setAgentName(java.lang.String agentName)
           
 void setAgentPassword(java.lang.String agentPassword)
           
 void setLanguage(int language)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AgentSettings

public AgentSettings()

AgentSettings

public AgentSettings(java.lang.String agentName,
                     java.lang.String agentPassword,
                     LanguageType language)
Method Detail

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.