public class AuthenticationData
extends java.lang.Object
| Constructor and Description |
|---|
AuthenticationData(java.lang.String answer,
ClientType clientType,
ImplLang implLang,
boolean recover,
long timeStamp,
long executionId)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAnswer() |
ClientType |
getClientType() |
long |
getExecutionId() |
ImplLang |
getImplLang() |
long |
getTimeStamp() |
boolean |
isRecover() |
void |
setAnswer(java.lang.String answer) |
void |
setClientType(ClientType clientType) |
void |
setExecutionId(long executionId) |
void |
setImplLang(ImplLang implLang) |
void |
setRecover(boolean recover) |
void |
setTimeStamp(long timeStamp) |
public AuthenticationData(java.lang.String answer,
ClientType clientType,
ImplLang implLang,
boolean recover,
long timeStamp,
long executionId)
answer - clientType - implLang - recover - timeStamp - executionId - public java.lang.String getAnswer()
public void setAnswer(java.lang.String answer)
answer - the answer to setpublic ClientType getClientType()
public void setClientType(ClientType clientType)
clientType - the clientType to setpublic long getExecutionId()
public void setExecutionId(long executionId)
executionId - the executionId to setpublic ImplLang getImplLang()
public void setImplLang(ImplLang implLang)
implLang - the implLang to setpublic boolean isRecover()
public void setRecover(boolean recover)
recover - the recover to setpublic long getTimeStamp()
public void setTimeStamp(long timeStamp)
timeStamp - the timeStamp to set