public class TokenModel extends Object implements com.google.gwt.user.client.rpc.IsSerializable
| Constructor and Description |
|---|
TokenModel()
Instantiates a new token model.
|
TokenModel(Integer idUserAnswer,
Integer idSurvey,
String token,
String email)
Instantiates a new token model.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getEmail()
Gets the email.
|
Integer |
getIdSurvey()
Gets the id survey.
|
Integer |
getIdUserAnswer()
Gets the id user answer.
|
String |
getToken()
Gets the token.
|
String |
getUUID()
Gets the uuid.
|
void |
setEmail(String email)
Sets the email.
|
void |
setIdSurvey(Integer idSurvey)
Sets the id survey.
|
void |
setIdUserAnswer(Integer idUserAnswer)
Sets the id user answer.
|
void |
setToken(String token)
Sets the token.
|
void |
setUUID(String uUID)
Sets the uuid.
|
public Integer getIdUserAnswer()
public void setIdUserAnswer(Integer idUserAnswer)
idUserAnswer - the new id user answerpublic Integer getIdSurvey()
public void setIdSurvey(Integer idSurvey)
idSurvey - the new id surveypublic String getToken()
public void setToken(String token)
token - the new tokenpublic String getEmail()
public void setEmail(String email)
email - the new emailpublic String getUUID()
public void setUUID(String uUID)
uUID - the new uuidCopyright © 2018. All Rights Reserved.