public MovilizerAnswer() {
     this.columnSizeTypeField = answerColumnSizeType.equal;
     this.groupIdField = ((sbyte)(-1));
     this.colIndexField = ((sbyte)(-1));
     this.colWidthField = ((sbyte)(0));
     this.colSortDescField = false;
     this.colSearchableField = true;
     this.actionField = actionType.NONE;
     this.triggerScreenValueChangedEventField = false;
     this.timerBasedScreenValueChangedEventField = false;
     this.dummyAnswerField = false;
     this.sortAnswerItemsByClientKeyField = false;
     this.portalMayDeleteField = true;
     this.portalMayEditField = true;
     this.portalMayMoveField = true;
 }
 public MovilizerAnswer() {
     this.columnSizeTypeField = answerColumnSizeType.EQUAL;
     this.groupIdField = ((sbyte)(-1));
     this.colIndexField = ((sbyte)(-1));
     this.colWidthField = ((sbyte)(-1));
     this.colSortDescField = false;
     this.colSearchableField = true;
     this.colSortableField = true;
     this.actionField = actionType.NONE;
     this.connectionTimeoutField = -1;
     this.readTimeoutField = -1;
     this.triggerScreenValueChangedEventField = false;
     this.timerBasedScreenValueChangedEventField = false;
     this.dummyAnswerField = false;
     this.sortAnswerItemsByClientKeyField = false;
 }