|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.kpme.tklm.time.service.mobile.ClockEntryInfo
public class ClockEntryInfo
| Constructor Summary | |
|---|---|
ClockEntryInfo()
|
|
| Method Summary | |
|---|---|
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 |
void |
setAssignKeyToAssignmentDescriptions(Map<String,String> assignKeyToAssignmentDescriptions)
|
void |
setClockActions(List<String> clockActions)
|
void |
setCurrentTime(Timestamp currentTime)
|
void |
setLastClockLogDescription(String lastClockLogDescription)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ClockEntryInfo()
| Method Detail |
|---|
public Map<String,String> getAssignKeyToAssignmentDescriptions()
ClockEntryInfoContractassignKeyToAssignmentDescriptions of a ClockEntryInfo
getAssignKeyToAssignmentDescriptions in interface ClockEntryInfoContractpublic void setAssignKeyToAssignmentDescriptions(Map<String,String> assignKeyToAssignmentDescriptions)
public String getLastClockLogDescription()
ClockEntryInfoContractlastClockLogDescription of a ClockEntryInfo
getLastClockLogDescription in interface ClockEntryInfoContractpublic void setLastClockLogDescription(String lastClockLogDescription)
public List<String> getClockActions()
ClockEntryInfoContractclockActions of a ClockEntryInfo
getClockActions in interface ClockEntryInfoContractpublic void setClockActions(List<String> clockActions)
public Timestamp getCurrentTime()
ClockEntryInfoContractcurrentTime of a ClockEntryInfo
getCurrentTime in interface ClockEntryInfoContractpublic void setCurrentTime(Timestamp currentTime)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||