public interface MissedPunchContract extends KpmeKeyedDataTransferObject, CreateTime
MissedPunchContract interface
Modifier and Type | Method and Description |
---|---|
org.joda.time.DateTime |
getActionFullDateTime()
The actionDateTime (Datetime) associated with the MissedPunch
|
org.joda.time.LocalDate |
getActionLocalDate()
The action date (Date) associated with the MissedPunch
|
String |
getActionTime()
The action time (String) associated with the MissedPunch
|
String |
getAssignmentKey()
The assignment key associated with the MissedPunch
|
String |
getAssignmentValue()
The assignment value associated with the MissedPunch
|
String |
getClockAction()
The clockAction associated with the MissedPunch
|
Long |
getJobNumber()
The jobNumber associated with the MissedPunch
|
String |
getMissedPunchDocId() |
String |
getMissedPunchDocStatus() |
String |
getPersonName()
The personName associated with the MissedPunch
|
String |
getPrincipalId()
The principalId associated with the MissedPunch
|
String |
getPrincipalName()
The principal name associated with the MissedPunch
|
Long |
getTask()
The task associated with the MissedPunch
|
String |
getTimesheetDocumentId()
The id of the employee's timesheet document that the missed punch was recorded on
|
String |
getTkClockLogId()
The tkClockLogId associated with the MissedPunch
|
String |
getTkMissedPunchId()
The primary key of a MissedPunch entry saved in a database
|
Long |
getWorkArea()
The workArea associated with the MissedPunch
|
boolean |
isAssignmentReadOnly()
The isAssignmentReadOnly flag of the MissedPunch
|
getGroupKey, getGroupKeyCode
getCreateTime
String getTkMissedPunchId()
tkMissedPunchId of a MissedPunch
String getPrincipalId()
principalId of a MissedPunch
String getTimesheetDocumentId()
timesheetDocumentId of a MissedPunch
String getAssignmentKey()
The assignment key the missed punch was for
String getAssignmentValue()
The assignment value the missed punch was for
Long getJobNumber()
jobNumber of a MissedPunch
Long getWorkArea()
workArea of a MissedPunch
Long getTask()
task of a MissedPunch
org.joda.time.DateTime getActionFullDateTime()
actionDateTime of a MissedPunch
org.joda.time.LocalDate getActionLocalDate()
actionFullDateTime.toLocalDate() of a MissedPunch
String getActionTime()
LocalTime.fromDateFields(actionDateTime) of a MissedPunch
String getClockAction()
clock in or clock out of the missed punch
String getTkClockLogId()
tkClockLogId of a MissedPunch
String getPrincipalName()
principalName of a MissedPunch
String getPersonName()
personName of a MissedPunch
boolean isAssignmentReadOnly()
isAssignmentReadOnly flag of a MissedPunch
String getMissedPunchDocStatus()
String getMissedPunchDocId()
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.