@Entity public class SurveyPractice extends BaseEntity
| Constructor and Description |
|---|
SurveyPractice() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
Map<Integer,SurveyObjective> |
getObjectivesMap() |
List<SurveyObjective> |
getSurveyObjectives() |
SurveyRanking |
getSurveyRanking() |
SurveySection |
getSurveySection() |
void |
setId(Integer id) |
void |
setName(String name) |
void |
setSurveyObjectives(List<SurveyObjective> objectives) |
void |
setSurveyRanking(SurveyRanking surveyRanking) |
void |
setSurveySection(SurveySection surveySection) |
getId, isNewpublic void setId(Integer id)
setId in class BaseEntitypublic String getName()
public void setName(String name)
public SurveySection getSurveySection()
public void setSurveySection(SurveySection surveySection)
public SurveyRanking getSurveyRanking()
public void setSurveyRanking(SurveyRanking surveyRanking)
public List<SurveyObjective> getSurveyObjectives()
public void setSurveyObjectives(List<SurveyObjective> objectives)
public Map<Integer,SurveyObjective> getObjectivesMap()
Copyright © 2018 Denim Group, Ltd.; Secure Decisions, A Division of Applied Visions, Inc.. All rights reserved.