@Entity public class Survey extends AuditableEntity
| Constructor and Description |
|---|
Survey() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
List<SurveyLevel> |
getSurveyLevels() |
List<SurveySection> |
getSurveySections() |
void |
setId(Integer id) |
void |
setName(String value) |
void |
setSurveyLevels(List<SurveyLevel> levels) |
void |
setSurveySections(List<SurveySection> sections) |
getCreatedDate, getModifiedDate, isActive, setActive, setCreatedDate, setModifiedDategetId, isNewpublic void setId(Integer id)
setId in class BaseEntitypublic String getName()
public void setName(String value)
public List<SurveySection> getSurveySections()
public void setSurveySections(List<SurveySection> sections)
public List<SurveyLevel> getSurveyLevels()
public void setSurveyLevels(List<SurveyLevel> levels)
Copyright © 2018 Denim Group, Ltd.; Secure Decisions, A Division of Applied Visions, Inc.. All rights reserved.