public interface MissedPunchContract extends org.kuali.rice.krad.bo.PersistableBusinessObject
MissedPunchContract interface
Modifier and Type | Method and Description |
---|---|
Date |
getActionDate()
The action date (Date) associated with the MissedPunch
|
Date |
getActionDateTime()
The actionDateTime (Date) associated with the MissedPunch
|
org.joda.time.DateTime |
getActionFullDateTime()
The actionDateTime (Datetime) 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
|
JobContract |
getJobObj()
The Job object associated with the MissedPunch
|
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
|
TaskContract |
getTaskObj()
The Task object associated with the MissedPunch
|
String |
getTimesheetDocumentId()
The id of the employee's timesheet document that the missed punch was recorded on
|
Timestamp |
getTimestamp()
The timestamp associated with the MissedPunch
|
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
|
WorkAreaContract |
getWorkAreaObj()
The WorkArea object associated with the MissedPunch
|
boolean |
isAssignmentReadOnly()
The isAssignmentReadOnly flag of the MissedPunch
|
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
Date getActionDateTime()
actionDateTime of a MissedPunch
Date getActionDate()
actionDateTime.toDate() 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
Timestamp getTimestamp()
timestamp of a MissedPunch
String getPrincipalName()
principalName of a MissedPunch
String getPersonName()
personName of a MissedPunch
JobContract getJobObj()
jobObj of a MissedPunch
WorkAreaContract getWorkAreaObj()
workAreaObj of a MissedPunch
TaskContract getTaskObj()
taskObj of a MissedPunch
boolean isAssignmentReadOnly()
isAssignmentReadOnly flag of a MissedPunch
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.