Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
setId
Method · 0.95
setFirstName
Method · 0.95
setLastName
Method · 0.95
setBirthYear
Method · 0.95
setMotherId
Method · 0.95
setChildrenIds
Method · 0.95
Tested by
no test coverage detected