public class LoginInfo
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private java.lang.Object |
__equalsCalc |
private boolean |
__hashCodeCalc |
private boolean |
isAgent
Flag that defines, whether 'id' corresponds to CME Person object with isAgent flag set or not.
|
private java.lang.String |
sessionServiceURL
Contains an URL to the Session service of assigned WFM server.
|
private java.lang.String |
sessionServiceWSDL
Contains an URL to the Session service WSDL provider.
|
private int |
siteID
Contains Site ID of the agent.
|
private int |
userID
Corresponds to CME Person DBID.
|
Constructor and Description |
---|
LoginInfo() |
LoginInfo(java.lang.String sessionServiceURL,
java.lang.String sessionServiceWSDL,
int userID,
boolean isAgent,
int siteID) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getSessionServiceURL()
Gets the sessionServiceURL value for this LoginInfo.
|
java.lang.String |
getSessionServiceWSDL()
Gets the sessionServiceWSDL value for this LoginInfo.
|
int |
getSiteID()
Gets the siteID value for this LoginInfo.
|
int |
getUserID()
Gets the userID value for this LoginInfo.
|
int |
hashCode() |
boolean |
isIsAgent()
Gets the isAgent value for this LoginInfo.
|
void |
setIsAgent(boolean isAgent)
Sets the isAgent value for this LoginInfo.
|
void |
setSessionServiceURL(java.lang.String sessionServiceURL)
Sets the sessionServiceURL value for this LoginInfo.
|
void |
setSessionServiceWSDL(java.lang.String sessionServiceWSDL)
Sets the sessionServiceWSDL value for this LoginInfo.
|
void |
setSiteID(int siteID)
Sets the siteID value for this LoginInfo.
|
void |
setUserID(int userID)
Sets the userID value for this LoginInfo.
|
private java.lang.String sessionServiceURL
private java.lang.String sessionServiceWSDL
private int userID
private boolean isAgent
private int siteID
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
public LoginInfo()
public LoginInfo(java.lang.String sessionServiceURL, java.lang.String sessionServiceWSDL, int userID, boolean isAgent, int siteID)
public java.lang.String getSessionServiceURL()
public void setSessionServiceURL(java.lang.String sessionServiceURL)
sessionServiceURL
- public java.lang.String getSessionServiceWSDL()
public void setSessionServiceWSDL(java.lang.String sessionServiceWSDL)
sessionServiceWSDL
- public int getUserID()
public void setUserID(int userID)
userID
- public boolean isIsAgent()
public void setIsAgent(boolean isAgent)
isAgent
- public int getSiteID()
public void setSiteID(int siteID)
siteID
- public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
Copyright © 2005-2016 Genesys Telecommunications Labs, Inc. All Rights Reserved.