MCPcopy Create free account
hub / github.com/castello/spring_basic / toString

Method toString

ch3/User.java:39–50  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

37 }
38
39 @Override
40 public String toString() {
41 return "User{" +
42 "id='" + id + '\'' +
43 ", pwd='" + pwd + '\'' +
44 ", name='" + name + '\'' +
45 ", email='" + email + '\'' +
46 ", birth=" + birth +
47 ", sns='" + sns + '\'' +
48 ", reg_date=" + reg_date +
49 '}';
50 }
51
52 public String getId() {
53 return id;

Callers 1

homeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected