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

    Fields 
    Modifier and Type Field Description
    protected java.lang.String key  
    protected java.lang.String name  
    protected java.lang.String type  
  • 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)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait