public class Survey extends Object implements com.google.gwt.core.client.EntryPoint
| Constructor and Description |
|---|
Survey() |
| Modifier and Type | Method and Description |
|---|---|
UserDTO |
getUserDTO()
Gets the user DTO.
|
boolean |
isSurveyCreator()
Checks if is survey creator.
|
boolean |
isSurveyManager()
Checks if is survey manager.
|
void |
onModuleLoad() |
void |
setSurveyCreator(boolean isSurveyCreator)
Sets the survey creator.
|
void |
setSurveyManager(boolean isSurveyManager)
Sets the survey manager.
|
void |
setUserDTO(UserDTO userDTO)
Sets the user DTO.
|
public void onModuleLoad()
onModuleLoad in interface com.google.gwt.core.client.EntryPointpublic UserDTO getUserDTO()
public void setUserDTO(UserDTO userDTO)
userDTO - the new user DTOpublic boolean isSurveyManager()
public void setSurveyManager(boolean isSurveyManager)
isSurveyManager - the new survey managerpublic boolean isSurveyCreator()
public void setSurveyCreator(boolean isSurveyCreator)
isSurveyCreator - the new survey creatorCopyright © 2017. All Rights Reserved.