()
| 225 | public String getNormalizedName() { return normalizedName; } |
| 226 | |
| 227 | public String getPath() { return path; } |
| 228 | public void setPath(String path) { this.path = path; } |
| 229 | |
| 230 | public CardAiHints getAiHints() { |
no outgoing calls
no test coverage detected