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.String
getKey()
Returns the unique id of this questionnaire model.java.lang.String
getName()
Returns the name of the questionnaire model.java.lang.String
getType()
Returns the type (typically an enumeration) of the questionnaire model.void
setKey(java.lang.String key)
void
setName(java.lang.String name)
void
setType(java.lang.String type)
-
Field Details
-
Constructor Details
-
QuestionnaireModelEntityImpl
public QuestionnaireModelEntityImpl()
-
-
Method Details
-
getKey
public java.lang.String getKey()Description copied from interface:QuestionnaireModel
Returns the unique id of this questionnaire model.- Specified by:
getKey
in interfaceQuestionnaireModel
- Returns:
- the id of the questionnaire model
-
setKey
public void setKey(java.lang.String key)- Specified by:
setKey
in interfaceQuestionnaireModelEntity
-
getName
public java.lang.String getName()Description copied from interface:QuestionnaireModel
Returns the name of the questionnaire model.- Specified by:
getName
in interfaceQuestionnaireModel
- Returns:
- the name of the model
-
setName
public void setName(java.lang.String name)- Specified by:
setName
in interfaceQuestionnaireModelEntity
-
getType
public java.lang.String getType()Description copied from interface:QuestionnaireModel
Returns the type (typically an enumeration) of the questionnaire model.- Specified by:
getType
in interfaceQuestionnaireModel
- Returns:
- the type of this questionnaire model
-
setType
public void setType(java.lang.String type)- Specified by:
setType
in interfaceQuestionnaireModelEntity
-