public class ExternalLoginResult extends java.lang.Object implements ExternalLoginResultIf
| Constructor and Description | 
|---|
ExternalLoginResult()  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
getCustom1()
Custom field which may or may not be used depending on the module being used 
 | 
java.lang.String | 
getCustom2()
Custom field which may or may not be used depending on the module being used 
 | 
java.lang.String | 
getCustom3()
Custom field which may or may not be used depending on the module being used 
 | 
java.lang.String | 
getCustom4()
Custom field which may or may not be used depending on the module being used 
 | 
java.lang.String | 
getCustom5()
Custom field which may or may not be used depending on the module being used 
 | 
java.lang.String | 
getEmailAddr()
Customer's email address 
 | 
java.lang.String | 
getMessage()
Message to present to the customer in the event of an error 
 | 
java.lang.String | 
getSessionId()
KonaKart sessionId. 
 | 
boolean | 
isError()
Set to true if an error is found 
 | 
void | 
setCustom1(java.lang.String custom1)
Custom field which may or may not be used depending on the module being used 
 | 
void | 
setCustom2(java.lang.String custom2)
Custom field which may or may not be used depending on the module being used 
 | 
void | 
setCustom3(java.lang.String custom3)
Custom field which may or may not be used depending on the module being used 
 | 
void | 
setCustom4(java.lang.String custom4)
Custom field which may or may not be used depending on the module being used 
 | 
void | 
setCustom5(java.lang.String custom5)
Custom field which may or may not be used depending on the module being used 
 | 
void | 
setEmailAddr(java.lang.String emailAddr)
Customer's email address 
 | 
void | 
setError(boolean error)
Set to true if an error is found 
 | 
void | 
setMessage(java.lang.String message)
Message to present to the customer in the event of an error 
 | 
void | 
setSessionId(java.lang.String sessionId)
KonaKart sessionId. 
 | 
java.lang.String | 
toString()  | 
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String getMessage()
getMessage in interface ExternalLoginResultIfpublic void setMessage(java.lang.String message)
setMessage in interface ExternalLoginResultIfmessage - the message to setpublic java.lang.String getCustom1()
getCustom1 in interface ExternalLoginResultIfpublic void setCustom1(java.lang.String custom1)
setCustom1 in interface ExternalLoginResultIfcustom1 - the custom1 to setpublic java.lang.String getCustom2()
getCustom2 in interface ExternalLoginResultIfpublic void setCustom2(java.lang.String custom2)
setCustom2 in interface ExternalLoginResultIfcustom2 - the custom2 to setpublic java.lang.String getCustom3()
getCustom3 in interface ExternalLoginResultIfpublic void setCustom3(java.lang.String custom3)
setCustom3 in interface ExternalLoginResultIfcustom3 - the custom3 to setpublic java.lang.String getCustom4()
getCustom4 in interface ExternalLoginResultIfpublic void setCustom4(java.lang.String custom4)
setCustom4 in interface ExternalLoginResultIfcustom4 - the custom4 to setpublic java.lang.String getCustom5()
getCustom5 in interface ExternalLoginResultIfpublic void setCustom5(java.lang.String custom5)
setCustom5 in interface ExternalLoginResultIfcustom5 - the custom5 to setpublic boolean isError()
isError in interface ExternalLoginResultIfpublic void setError(boolean error)
setError in interface ExternalLoginResultIferror - the error to setpublic java.lang.String getSessionId()
getSessionId in interface ExternalLoginResultIfpublic void setSessionId(java.lang.String sessionId)
setSessionId in interface ExternalLoginResultIfsessionId - the sessionId to setpublic java.lang.String getEmailAddr()
getEmailAddr in interface ExternalLoginResultIfpublic void setEmailAddr(java.lang.String emailAddr)
setEmailAddr in interface ExternalLoginResultIfemailAddr - the emailAddr to setCopyright © 2018 DS Data Systems UK Ltd.