Interface SiteTypeQuestions


  • public interface SiteTypeQuestions
    • Method Detail

      • getId

        String getId()
        get the id
        Returns:
      • setId

        void setId​(String id)
        set the id
        Parameters:
        id -
      • getSiteTypeId

        String getSiteTypeId()
        get the site type id
        Returns:
      • setSiteTypeId

        void setSiteTypeId​(String siteTypeId)
        set the site type id
        Parameters:
        siteTypeId -
      • getSiteType

        String getSiteType()
        get the site type
        Returns:
      • setSiteType

        void setSiteType​(String siteType)
        set the site type
        Parameters:
        siteType -
      • getQuestions

        List<SiteSetupQuestion> getQuestions()
        get the list of SiteSetupQuestion objects
        Returns:
      • addQuestion

        void addQuestion​(SiteSetupQuestion question)
        add the SiteSetupQuestion object
      • setQuestions

        void setQuestions​(List<SiteSetupQuestion> questions)
        set the list of SiteSetupQuestion objects
        Parameters:
        qList -
      • getInstruction

        String getInstruction()
        get the instruction for taking the questions
        Returns:
      • setInstruction

        void setInstruction​(String instruction)
        set the instruction for taking the questions
        Parameters:
        instruction -
      • getUrl

        String getUrl()
        get the URL
        Returns:
      • setUrl

        void setUrl​(String url)
        set the URL
        Parameters:
        url -
      • getUrlTarget

        String getUrlTarget()
        get the URL target
        Returns:
      • setUrlTarget

        void setUrlTarget​(String urlTarget)
        set the URL target
        Parameters:
        url -
      • getUrlLabel

        String getUrlLabel()
        get the URL label
        Returns:
      • setUrlLabel

        void setUrlLabel​(String urlLabel)
        set the URL
        Parameters:
        url -