Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCGen/pcgen
/ setParentId
Method
setParentId
code/src/java/pcgen/core/NoteItem.java:95–98 ·
view source on GitHub ↗
(final int x)
Source
from the content-addressed store, hash-verified
93
}
94
95
public
void
setParentId(
final
int
x)
96
{
97
id_parent = x;
98
}
99
100
public
int
getParentId()
101
{
Callers
1
parseNoteLine
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected