MCPcopy Create free account
hub / github.com/PCGen/pcgen / setName

Method setName

code/src/java/pcgen/core/AgeSet.java:228–232  ·  view source on GitHub ↗
(String name)

Source from the content-addressed store, hash-verified

226 }
227
228 @Override
229 public void setName(String name)
230 {
231 this.name = name;
232 }
233
234 @Override
235 public URI getSourceURI()

Callers 2

getItemMethod · 0.95
parseLineMethod · 0.95

Calls

no outgoing calls

Tested by 1

getItemMethod · 0.76