AviQuestion constructor

AviQuestion()

Implementation

AviQuestion()
{
  id = 0;
  service = 0;
  type = 0;
  parentId = 0;
  parentAnswer = 0;
  question = "";
  answers = [];
}