MCPcopy Index your code
hub / github.com/BruceEckel/OnJava8-Examples / toString

Method toString

annotations/database/Member.java:19–21  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

17 public String getFirstName() { return firstName; }
18 public String getLastName() { return lastName; }
19 @Override public String toString() {
20 return reference;
21 }
22 public Integer getAge() { return age; }
23}

Callers 3

scrambleWordMethod · 0.45
encryptPasswordMethod · 0.45
writeInterfaceFileMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected