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

Method setParent

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

Sets the parent attribute of the Equipment object @param parent The new parent value

(final Equipment parent)

Source from the content-addressed store, hash-verified

1506 * The new parent value
1507 */
1508 public void setParent(final Equipment parent)
1509 {
1510 d_parent = parent;
1511 }
1512
1513 /**
1514 * Gets the parent of the Equipment object

Callers 5

addEquipmentMethod · 0.95
insertChildMethod · 0.95
removeChildMethod · 0.95
parseEquipmentSetLineMethod · 0.95
addEquipToTargetMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected