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

Method setName

code/src/java/pcgen/core/Equipment.java:1341–1346  ·  view source on GitHub ↗

Set the name (sets keyname also) @param aString The new name

(final String aString)

Source from the content-addressed store, hash-verified

1339 */
1340
1341 @Override
1342 public void setName(final String aString)
1343 {
1344 super.setName(aString);
1345 setDirty(true);
1346 }
1347
1348 /**
1349 * Sets the modifiedName attribute of the Equipment object

Callers 15

testInitWithEquipmentMethod · 0.95
testAddRemoveMethod · 0.95
testGetRequiredLocMethod · 0.95
prepareEquipmentSetMethod · 0.95
testTypeMethod · 0.95
testWieldMethod · 0.95
testTypeMethod · 0.95
setUpMethod · 0.95

Calls 2

setDirtyMethod · 0.95
setNameMethod · 0.65

Tested by 15

testInitWithEquipmentMethod · 0.76
testAddRemoveMethod · 0.76
testGetRequiredLocMethod · 0.76
prepareEquipmentSetMethod · 0.76
testTypeMethod · 0.76
testWieldMethod · 0.76
testTypeMethod · 0.76
setUpMethod · 0.76