MCPcopy Create free account
hub / github.com/oracle/coherence / Person

Method Person

prj/coherence-testing-data/src/main/java/data/Person.java:43–43  ·  view source on GitHub ↗

Default constructor for Externalizable.

()

Source from the content-addressed store, hash-verified

41 * Default constructor for Externalizable.
42 */
43 public Person() {}
44
45
46 public Person(String sSSN)

Callers

nothing calls this directly

Calls 6

setIdMethod · 0.95
setFirstNameMethod · 0.95
setLastNameMethod · 0.95
setBirthYearMethod · 0.95
setMotherIdMethod · 0.95
setChildrenIdsMethod · 0.95

Tested by

no test coverage detected