assert(message != null); assert(creator != null); this.creationDate = new Date(System.currentTimeMillis()); this.message = message; this.creator = creator;
return creationDate;
return creator;
return message;