this.name = name; this.body = body; this.title = title; this.date = date; this.props = props;
returnReturns the body. return body;
return body;
returnReturns the date. return date;
return date;
returnReturns the name. return name;
return name;
returnReturns the props. return props;
return props;
returnReturns the title. return title;
return title;
parambody The body to set. this.body = body;
this.body = body;
paramdate The date to set. this.date = date;
this.date = date;
paramname The name to set. this.name = name;
this.name = name;
paramprops The props to set. this.props = props;
this.props = props;
paramtitle The title to set. this.title = title;
this.title = title;