public class SurveyModel extends Object implements com.google.gwt.user.client.rpc.IsSerializable
| Constructor and Description |
|---|
SurveyModel()
Instantiates a new survey model.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCreatorFullname()
Gets the creator fullname.
|
Date |
getDateSurvay()
Gets the date survay.
|
Date |
getExpiredDateSurvay()
Gets the expired date survay.
|
Long |
getGroupId()
Gets the group id.
|
Integer |
getIdsurvey()
Gets the idsurvey.
|
Integer |
getIdUserCreator()
Gets the id user creator.
|
Boolean |
getIsAnonymous()
Gets the checks if is anonymous.
|
String |
getTitlesurvey()
Gets the titlesurvey.
|
void |
setCreatorFullname(String creatorFullname)
Sets the creator fullname.
|
void |
setDateSurvay(Date dateSurvay)
Sets the date survay.
|
void |
setExpiredDateSurvay(Date expiredDateSurvay)
Sets the expired date survay.
|
void |
setGroupId(Long groupId)
Sets the group id.
|
void |
setIdsurvey(Integer idsurvey)
Sets the idsurvey.
|
void |
setIdUserCreator(Integer idUserCreator)
Sets the id user creator.
|
void |
setIsAnonymous(Boolean isAnonymous)
Sets the checks if is anonymous.
|
void |
setTitlesurvey(String titlesurvey)
Sets the titlesurvey.
|
public Integer getIdsurvey()
public void setIdsurvey(Integer idsurvey)
idsurvey - the new idsurveypublic String getTitlesurvey()
public void setTitlesurvey(String titlesurvey)
titlesurvey - the new titlesurveypublic Integer getIdUserCreator()
public void setIdUserCreator(Integer idUserCreator)
idUserCreator - the new id user creatorpublic Date getDateSurvay()
public void setDateSurvay(Date dateSurvay)
dateSurvay - the new date survaypublic Date getExpiredDateSurvay()
public void setExpiredDateSurvay(Date expiredDateSurvay)
expiredDateSurvay - the new expired date survaypublic Boolean getIsAnonymous()
public void setIsAnonymous(Boolean isAnonymous)
isAnonymous - the new checks if is anonymouspublic Long getGroupId()
public void setGroupId(Long groupId)
groupId - the new group idpublic String getCreatorFullname()
public void setCreatorFullname(String creatorFullname)
creatorFullname - the new creator fullnameCopyright © 2018. All Rights Reserved.