Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/oracle/coherence
/ setId
Method
setId
prj/coherence-testing-data/src/main/java/data/Person.java:70–74 ·
view source on GitHub ↗
(String sSSN)
Source
from the content-addressed store, hash-verified
68
}
69
70
public
void
setId(String sSSN)
71
{
72
azzert(m_sSSN == null,
"SSN is not resettable"
);
73
m_sSSN = sSSN;
74
}
75
76
public
String getFirstName()
77
{
Callers
1
Person
Method · 0.95
Calls
1
azzert
Method · 0.45
Tested by
no test coverage detected