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.Object
public java.lang.String getMessage()
getMessage
in interface ExternalLoginResultIf
public void setMessage(java.lang.String message)
setMessage
in interface ExternalLoginResultIf
message
- the message to setpublic java.lang.String getCustom1()
getCustom1
in interface ExternalLoginResultIf
public void setCustom1(java.lang.String custom1)
setCustom1
in interface ExternalLoginResultIf
custom1
- the custom1 to setpublic java.lang.String getCustom2()
getCustom2
in interface ExternalLoginResultIf
public void setCustom2(java.lang.String custom2)
setCustom2
in interface ExternalLoginResultIf
custom2
- the custom2 to setpublic java.lang.String getCustom3()
getCustom3
in interface ExternalLoginResultIf
public void setCustom3(java.lang.String custom3)
setCustom3
in interface ExternalLoginResultIf
custom3
- the custom3 to setpublic java.lang.String getCustom4()
getCustom4
in interface ExternalLoginResultIf
public void setCustom4(java.lang.String custom4)
setCustom4
in interface ExternalLoginResultIf
custom4
- the custom4 to setpublic java.lang.String getCustom5()
getCustom5
in interface ExternalLoginResultIf
public void setCustom5(java.lang.String custom5)
setCustom5
in interface ExternalLoginResultIf
custom5
- the custom5 to setpublic boolean isError()
isError
in interface ExternalLoginResultIf
public void setError(boolean error)
setError
in interface ExternalLoginResultIf
error
- the error to setpublic java.lang.String getSessionId()
getSessionId
in interface ExternalLoginResultIf
public void setSessionId(java.lang.String sessionId)
setSessionId
in interface ExternalLoginResultIf
sessionId
- the sessionId to setpublic java.lang.String getEmailAddr()
getEmailAddr
in interface ExternalLoginResultIf
public void setEmailAddr(java.lang.String emailAddr)
setEmailAddr
in interface ExternalLoginResultIf
emailAddr
- the emailAddr to setCopyright © 2018 DS Data Systems UK Ltd.