this.text = comment; this.item = item; item.getComments().add(this); this.timestamp = Calendar.getInstance();
return id;
return item;
return text;
return timestamp;
this.id = id;
this.item = item;
this.text = text;
this.timestamp = timestamp;