Interface QuestionPoolDataIfc

    • Method Detail

      • getQuestionPoolId

        Long getQuestionPoolId()
      • setQuestionPoolId

        void setQuestionPoolId​(Long questionPoolId)
      • setTitle

        void setTitle​(String title)
      • getDescription

        String getDescription()
      • setDescription

        void setDescription​(String description)
      • getParentPoolId

        Long getParentPoolId()
      • setParentPoolId

        void setParentPoolId​(Long parentPoolId)
      • getOwnerId

        String getOwnerId()
      • setOwnerId

        void setOwnerId​(String ownerId)
      • getDateCreated

        Date getDateCreated()
      • setDateCreated

        void setDateCreated​(Date dateCreated)
      • getLastModified

        Date getLastModified()
      • setLastModified

        void setLastModified​(Date lastModified)
      • getLastModifiedById

        String getLastModifiedById()
      • setLastModifiedById

        void setLastModifiedById​(String lastModifiedById)
      • setLastModifiedBy

        void setLastModifiedBy​(AgentDataIfc lastModifiedBy)
      • getAccessTypeId

        Long getAccessTypeId()
      • setAccessTypeId

        void setAccessTypeId​(Long accessTypeId)
      • getAccessType

        TypeIfc getAccessType()
      • setAccessType

        void setAccessType​(TypeIfc accessType)
      • getObjectives

        String getObjectives()
      • setObjectives

        void setObjectives​(String objectives)
      • getKeywords

        String getKeywords()
      • setKeywords

        void setKeywords​(String keywords)
      • getRubric

        String getRubric()
      • setRubric

        void setRubric​(String rubric)
      • getTypeId

        Long getTypeId()
      • setTypeId

        void setTypeId​(Long typeId)
      • setType

        void setType​(TypeIfc type)
      • getIntellectualPropertyId

        Long getIntellectualPropertyId()
      • setIntellectualPropertyId

        void setIntellectualPropertyId​(Long intellectualPropertyId)
      • getOrganizationName

        String getOrganizationName()
      • setOrganizationName

        void setOrganizationName​(String organizationName)
      • getQuestionPoolItems

        Set getQuestionPoolItems()
      • setQuestionPoolItems

        void setQuestionPoolItems​(Set questionPoolItems)
      • setQuestions

        void setQuestions​(Collection items)
      • getQuestionSize

        Integer getQuestionSize()
      • setSubPoolSize

        void setSubPoolSize​(Long subPoolSize)
      • getSubPoolSize

        Long getSubPoolSize()