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

Method getId

code/src/java/pcgen/core/doomsdaybook/RuleSet.java:154–158  ·  view source on GitHub ↗

Get the id @return id

()

Source from the content-addressed store, hash-verified

152 * @return id
153 */
154 @Override
155 public String getId()
156 {
157 return id;
158 }
159
160 /**
161 * Get the last data

Callers 3

loadRuleSetMethod · 0.95
getDataMethod · 0.95
getRuleMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected