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