Interface ParsedNameService
-
public interface ParsedNameService
ChecklistBank service dealing with parsed names.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ParsedName
get(int nameKey)
Retrieves a parsed name by its name key.
-
-
-
Method Detail
-
get
ParsedName get(int nameKey)
Retrieves a parsed name by its name key.
-
-