Lines Matching refs:date
23 import java.util.Date;36 private final Date date;42 this.date = new Date();45 public Outcome(String outcomeName, Result result, String outputLine, Date date) {49 this.date = date;56 this.date = new Date();63 this.date = new Date();78 public Date getDate() {79 return date;