Class Questionnaire

  • All Implemented Interfaces:
    org.molgenis.data.Entity, org.molgenis.util.i18n.Identifiable

    public class Questionnaire
    extends org.molgenis.data.support.StaticEntity
    • Constructor Summary

      Constructors 
      Constructor Description
      Questionnaire​(org.molgenis.data.Entity entity)  
      Questionnaire​(org.molgenis.data.meta.model.EntityType entityType)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getDescription()  
      java.lang.String getId()  
      java.lang.String getLabel()  
      QuestionnaireStatus getStatus()  
      void setOwner​(java.lang.String owner)  
      void setStatus​(QuestionnaireStatus questionnaireStatus)  
      • Methods inherited from class org.molgenis.data.support.StaticEntity

        get, getAttributeNames, getBoolean, getDouble, getEntities, getEntities, getEntity, getEntity, getEntityType, getIdValue, getInstant, getInt, getLabelValue, getLocalDate, getLong, getString, init, set, set, setIdValue, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface org.molgenis.data.Entity

        get, getBoolean, getDouble, getEntities, getEntities, getEntity, getEntity, getInstant, getInt, getLocalDate, getLong, getString, set
    • Constructor Detail

      • Questionnaire

        public Questionnaire​(org.molgenis.data.Entity entity)
      • Questionnaire

        public Questionnaire​(org.molgenis.data.meta.model.EntityType entityType)
    • Method Detail

      • getId

        public java.lang.String getId()
      • getLabel

        public java.lang.String getLabel()
      • getDescription

        public java.lang.String getDescription()
      • setOwner

        public void setOwner​(java.lang.String owner)