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

Method setName

code/src/java/pcgen/core/character/Follower.java:82–85  ·  view source on GitHub ↗

Set name @param x

(final String x)

Source from the content-addressed store, hash-verified

80 * @param x
81 */
82 public void setName(final String x)
83 {
84 name = x;
85 }
86
87 /**
88 * Get name

Callers 3

addMasterListenersMethod · 0.95
parseFollowerLineMethod · 0.95
parseMasterLineMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected