MCPcopy Create free account
hub / github.com/xmlet/HtmlFlow / toString

Method toString

htmlflow-core/src/test/java/htmlflow/test/model/Task.java:76–81  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

74 }
75
76 @Override
77 public String toString() {
78 return "Task [id=" + id + ", title=" + title + ", description="
79 + description + ", priority=" + priority + ", status=" + status
80 + "]";
81 }
82
83}

Calls

no outgoing calls

Tested by

no test coverage detected