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

Method setName

code/src/java/pcgen/core/PlayerCharacter.java:1675–1678  ·  view source on GitHub ↗

Sets the character's name. @param aString A name to set.

(final String aString)

Source from the content-addressed store, hash-verified

1673 * @param aString A name to set.
1674 */
1675 public final void setName(final String aString)
1676 {
1677 setStringFor(PCStringKey.NAME, aString);
1678 }
1679
1680 /**
1681 * Gets the character's name.

Callers 7

testThumbMethod · 0.95
testThumbScalingMethod · 0.95
testThumbInvalidMethod · 0.95
testNonEncodedURIMethod · 0.95
testAddCompanionMethod · 0.95
setUpMethod · 0.95
PlayerCharacterMethod · 0.95

Calls 1

setStringForMethod · 0.95

Tested by 6

testThumbMethod · 0.76
testThumbScalingMethod · 0.76
testThumbInvalidMethod · 0.76
testNonEncodedURIMethod · 0.76
testAddCompanionMethod · 0.76
setUpMethod · 0.76