Skip to content

Question

stardust edited this page Feb 20, 2023 · 1 revision

Question

The Question class stores information on an FAQ question

Constructor

Parameters:

  • String title
  • String description
  • boolean hasLink

hasLink

Getter method that returns boolean hasLink

getTitle

Getter method that returns String title

setTitle

Setter method that sets String title

getDescription

Getter method that returns String description

setDescription

Setter method that returns String description