MCPcopy Create free account
hub / github.com/annmuor/jnode / getLastRunDate

Method getLastRunDate

jnode-core/src/jnode/dto/Schedule.java:67–69  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

65 }
66
67 public Date getLastRunDate() {
68 return lastRunDate;
69 }
70
71 public void setLastRunDate(Date lastRunDate) {
72 this.lastRunDate = lastRunDate;

Callers 2

isNeedExecMethod · 0.95
listMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected