org.kuali.kpme.tklm.time.service.mobile
Class ClockEntryInfo

java.lang.Object
  extended by org.kuali.kpme.tklm.time.service.mobile.ClockEntryInfo
All Implemented Interfaces:
Serializable, ClockEntryInfoContract

public class ClockEntryInfo
extends Object
implements Serializable, ClockEntryInfoContract

See Also:
Serialized Form

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

ClockEntryInfo

public ClockEntryInfo()
Method Detail

getAssignKeyToAssignmentDescriptions

public Map<String,String> getAssignKeyToAssignmentDescriptions()
Description copied from interface: ClockEntryInfoContract
The map of assignment key to assignment description associated with the ClockEntryInfo

assignKeyToAssignmentDescriptions of a ClockEntryInfo

Specified by:
getAssignKeyToAssignmentDescriptions in interface ClockEntryInfoContract
Returns:
assignKeyToAssignmentDescriptions for ClockEntryInfo

setAssignKeyToAssignmentDescriptions

public void setAssignKeyToAssignmentDescriptions(Map<String,String> assignKeyToAssignmentDescriptions)

getLastClockLogDescription

public String getLastClockLogDescription()
Description copied from interface: ClockEntryInfoContract
The lastClockLogDescription associated with the ClockEntryInfo

lastClockLogDescription of a ClockEntryInfo

Specified by:
getLastClockLogDescription in interface ClockEntryInfoContract
Returns:
lastClockLogDescription for ClockEntryInfo

setLastClockLogDescription

public void setLastClockLogDescription(String lastClockLogDescription)

getClockActions

public List<String> getClockActions()
Description copied from interface: ClockEntryInfoContract
TODO: Make suret this comment is right The list of clock actions associated with the ClockEntryInfo

clockActions of a ClockEntryInfo

Specified by:
getClockActions in interface ClockEntryInfoContract
Returns:
clockActions for ClockEntryInfo

setClockActions

public void setClockActions(List<String> clockActions)

getCurrentTime

public Timestamp getCurrentTime()
Description copied from interface: ClockEntryInfoContract
The current time associated with the ClockEntryInfo

currentTime of a ClockEntryInfo

Specified by:
getCurrentTime in interface ClockEntryInfoContract
Returns:
currentTime for ClockEntryInfo

setCurrentTime

public void setCurrentTime(Timestamp currentTime)


Copyright © 2004-2014 The Kuali Foundation. All Rights Reserved.