|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.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()
ClockEntryInfoContract
assignKeyToAssignmentDescriptions of a ClockEntryInfo
getAssignKeyToAssignmentDescriptions
in interface ClockEntryInfoContract
public void setAssignKeyToAssignmentDescriptions(Map<String,String> assignKeyToAssignmentDescriptions)
public String getLastClockLogDescription()
ClockEntryInfoContract
lastClockLogDescription of a ClockEntryInfo
getLastClockLogDescription
in interface ClockEntryInfoContract
public void setLastClockLogDescription(String lastClockLogDescription)
public List<String> getClockActions()
ClockEntryInfoContract
clockActions of a ClockEntryInfo
getClockActions
in interface ClockEntryInfoContract
public void setClockActions(List<String> clockActions)
public Timestamp getCurrentTime()
ClockEntryInfoContract
currentTime of a ClockEntryInfo
getCurrentTime
in interface ClockEntryInfoContract
public void setCurrentTime(Timestamp currentTime)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |