org.kuali.hr.time.mobile.service
Class ClockEntryInfo

java.lang.Object
  extended by org.kuali.hr.time.mobile.service.ClockEntryInfo
All Implemented Interfaces:
Serializable

public class ClockEntryInfo
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
ClockEntryInfo()
           
 
Method Summary
 Map<String,String> getAssignKeyToAssignmentDescriptions()
           
 List<String> getClockActions()
           
 Timestamp getCurrentTime()
           
 String getLastClockLogDescription()
           
 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()

setAssignKeyToAssignmentDescriptions

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

getLastClockLogDescription

public String getLastClockLogDescription()

setLastClockLogDescription

public void setLastClockLogDescription(String lastClockLogDescription)

getClockActions

public List<String> getClockActions()

setClockActions

public void setClockActions(List<String> clockActions)

getCurrentTime

public Timestamp getCurrentTime()

setCurrentTime

public void setCurrentTime(Timestamp currentTime)


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