Returns the answerId property value. return answerId;
return answerId;
Returns true if the answerId matches one of the allowed alternatives. boolean isValid = false; if (answerId != null) { isValid = VALID_IDS.indexOf(answerId) != -1; } return isValid;
boolean isValid = false; if (answerId != null) { isValid = VALID_IDS.indexOf(answerId) != -1; } return isValid;
Sets the answerId property value. this.answerId = answerId;
this.answerId = answerId;