setComment method

void setComment(
  1. String? comment
)

Implementation

void setComment( String? comment ){
	_comment = comment;
}