Class QuestionnaireModelEntityImpl
java.lang.Object
com.flowable.questionnaire.service.impl.entity.QuestionnaireModelEntityImpl
- All Implemented Interfaces:
QuestionnaireModel,QuestionnaireModelEntity
public class QuestionnaireModelEntityImpl extends java.lang.Object implements QuestionnaireModelEntity
- Author:
- Filip Hrisafov
-
Field Summary
-
Constructor Summary
Constructors Constructor Description QuestionnaireModelEntityImpl() -
Method Summary
Modifier and Type Method Description java.lang.StringgetKey()Returns the unique id of this questionnaire model.java.lang.StringgetName()Returns the name of the questionnaire model.java.lang.StringgetType()Returns the type (typically an enumeration) of the questionnaire model.voidsetKey(java.lang.String key)voidsetName(java.lang.String name)voidsetType(java.lang.String type)
-
Field Details
-
Constructor Details
-
QuestionnaireModelEntityImpl
public QuestionnaireModelEntityImpl()
-
-
Method Details
-
getKey
public java.lang.String getKey()Description copied from interface:QuestionnaireModelReturns the unique id of this questionnaire model.- Specified by:
getKeyin interfaceQuestionnaireModel- Returns:
- the id of the questionnaire model
-
setKey
public void setKey(java.lang.String key)- Specified by:
setKeyin interfaceQuestionnaireModelEntity
-
getName
public java.lang.String getName()Description copied from interface:QuestionnaireModelReturns the name of the questionnaire model.- Specified by:
getNamein interfaceQuestionnaireModel- Returns:
- the name of the model
-
setName
public void setName(java.lang.String name)- Specified by:
setNamein interfaceQuestionnaireModelEntity
-
getType
public java.lang.String getType()Description copied from interface:QuestionnaireModelReturns the type (typically an enumeration) of the questionnaire model.- Specified by:
getTypein interfaceQuestionnaireModel- Returns:
- the type of this questionnaire model
-
setType
public void setType(java.lang.String type)- Specified by:
setTypein interfaceQuestionnaireModelEntity
-