public interface ClockEntryInfoContract
ClockEntryInfoContract interface
| Modifier and Type | Method and Description | 
|---|---|
| Map<String,String> | getAssignKeyToAssignmentDescriptions()The map of assignment key to assignment description associated with the ClockEntryInfo | 
| List<String> | getClockActions()TODO: Make suret this comment is right
 The list of clock actions associated with the ClockEntryInfo | 
| Timestamp | getCurrentTime()The current time associated with the ClockEntryInfo | 
| String | getLastClockLogDescription()The lastClockLogDescription associated with the ClockEntryInfo | 
Map<String,String> getAssignKeyToAssignmentDescriptions()
assignKeyToAssignmentDescriptions of a ClockEntryInfo
String getLastClockLogDescription()
lastClockLogDescription of a ClockEntryInfo
List<String> getClockActions()
clockActions of a ClockEntryInfo
Timestamp getCurrentTime()
currentTime of a ClockEntryInfo
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.