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

Method getIdPath

code/src/java/pcgen/core/character/EquipSet.java:213–216  ·  view source on GitHub ↗

Get Id Path @return id_path

()

Source from the content-addressed store, hash-verified

211 * @return id_path
212 */
213 public String getIdPath()
214 {
215 return id_path;
216 }
217
218 /**
219 * Set Item

Callers 15

testDefaultEquipSetMethod · 0.95
addChildrenToPathMethod · 0.95
equipItemMethod · 0.95
executeMethod · 0.95
testAddRemoveMethod · 0.45
verifyEquipSetMethod · 0.45
delEquipSetMethod · 0.45
getEquipSetByIdPathMethod · 0.45
getEquipSetCountMethod · 0.45
getEquippedQuantityMethod · 0.45
getCalcEquipSetIdMethod · 0.45

Calls

no outgoing calls

Tested by 3

testDefaultEquipSetMethod · 0.76
testAddRemoveMethod · 0.36
verifyEquipSetMethod · 0.36