| Classes in this File | Line Coverage | Branch Coverage | Complexity | ||||
| TaskRecordService |
|
| 1.0;1 |
| 1 | /* | |
| 2 | * Created on Jul 15, 2004 | |
| 3 | * | |
| 4 | * To change the template for this generated file go to | |
| 5 | * Window - Preferences - Java - Code Generation - Code and Comments | |
| 6 | */ | |
| 7 | package biz.xsoftware.examples.advanced; | |
| 8 | ||
| 9 | /** | |
| 10 | * @author Dean Hiller | |
| 11 | * | |
| 12 | * To change the template for this generated type comment go to | |
| 13 | * Window - Preferences - Java - Code Generation - Code and Comments | |
| 14 | */ | |
| 15 | public interface TaskRecordService { | |
| 16 | ||
| 17 | public User getUser(String id); | |
| 18 | ||
| 19 | } |