public String getEndTime() { if (endTime > 0) { return Formatter.formatDate(new Date(endTime)); } else { return ""; } }
public String getStartTime() { return Formatter.formatDate(new Date(startTime)); }