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

Method setAppliedName

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

Set's the Temporary Bonuses name used for Display on Output Sheets @param aString Name to use for temp bonus

(final String aString)

Source from the content-addressed store, hash-verified

198 * Name to use for temp bonus
199 */
200 public void setAppliedName(final String aString)
201 {
202 appliedBonusName = aString;
203 }
204
205 /**
206 * Get Applied Name

Callers 3

getTempBonusTargetMethod · 0.95
parseTempBonusLineMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected