public static final class MissedPunch.Builder extends Object implements Serializable, MissedPunchContract, org.kuali.rice.core.api.mo.ModelBuilder
MissedPunch
instances. Enforces the constraints of the MissedPunchContract
.Modifier and Type | Method and Description |
---|---|
MissedPunch |
build() |
static MissedPunch.Builder |
create() |
static MissedPunch.Builder |
create(MissedPunchContract contract) |
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
|
org.joda.time.DateTime |
getCreateTime()
The timestamp of when this HrBusinessObject was last created/updated
|
HrGroupKey.Builder |
getGroupKey() |
String |
getGroupKeyCode()
The localDate format of the effective date of the HrBusinessObject
|
Long |
getJobNumber()
The jobNumber associated with the MissedPunch
|
String |
getMissedPunchDocId() |
String |
getMissedPunchDocStatus() |
String |
getObjectId() |
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 |
getVersionNumber() |
Long |
getWorkArea()
The workArea associated with the MissedPunch
|
boolean |
isAssignmentReadOnly()
The isAssignmentReadOnly flag of the MissedPunch
|
void |
setActionFullDateTime(org.joda.time.DateTime actionFullDateTime) |
void |
setActionTime(String actionTime) |
void |
setAssignmentKey(String assignmentKey) |
void |
setAssignmentReadOnly(boolean assignmentReadOnly) |
void |
setAssignmentValue(String assignmentValue) |
void |
setClockAction(String clockAction) |
void |
setCreateTime(org.joda.time.DateTime createTime) |
void |
setGroupKey(HrGroupKey.Builder groupKey) |
void |
setGroupKeyCode(String groupKeyCode) |
void |
setJobNumber(Long jobNumber) |
void |
setMissedPunchDocId(String missedPunchDocId) |
void |
setMissedPunchDocStatus(String missedPunchDocStatus) |
void |
setObjectId(String objectId) |
void |
setPersonName(String personName) |
void |
setPrincipalId(String principalId) |
void |
setPrincipalName(String principalName) |
void |
setTask(Long task) |
void |
setTimesheetDocumentId(String timesheetDocumentId) |
void |
setTkClockLogId(String tkClockLogId) |
void |
setTkMissedPunchId(String tkMissedPunchId) |
void |
setVersionNumber(Long versionNumber) |
void |
setWorkArea(Long workArea) |
public static MissedPunch.Builder create()
public static MissedPunch.Builder create(MissedPunchContract contract)
public MissedPunch build()
build
in interface org.kuali.rice.core.api.mo.ModelBuilder
public Long getTask()
MissedPunchContract
task of a MissedPunch
getTask
in interface MissedPunchContract
public org.joda.time.DateTime getActionFullDateTime()
MissedPunchContract
actionDateTime of a MissedPunch
getActionFullDateTime
in interface MissedPunchContract
public org.joda.time.LocalDate getActionLocalDate()
MissedPunchContract
actionFullDateTime.toLocalDate() of a MissedPunch
getActionLocalDate
in interface MissedPunchContract
public String getActionTime()
MissedPunchContract
LocalTime.fromDateFields(actionDateTime) of a MissedPunch
getActionTime
in interface MissedPunchContract
public String getClockAction()
MissedPunchContract
clock in or clock out of the missed punch
getClockAction
in interface MissedPunchContract
public String getTkClockLogId()
MissedPunchContract
tkClockLogId of a MissedPunch
getTkClockLogId
in interface MissedPunchContract
public String getPrincipalName()
MissedPunchContract
principalName of a MissedPunch
getPrincipalName
in interface MissedPunchContract
public String getPersonName()
MissedPunchContract
personName of a MissedPunch
getPersonName
in interface MissedPunchContract
public boolean isAssignmentReadOnly()
MissedPunchContract
isAssignmentReadOnly flag of a MissedPunch
isAssignmentReadOnly
in interface MissedPunchContract
public String getTkMissedPunchId()
MissedPunchContract
tkMissedPunchId of a MissedPunch
getTkMissedPunchId
in interface MissedPunchContract
public Long getJobNumber()
MissedPunchContract
jobNumber of a MissedPunch
getJobNumber
in interface MissedPunchContract
public Long getWorkArea()
MissedPunchContract
workArea of a MissedPunch
getWorkArea
in interface MissedPunchContract
public String getTimesheetDocumentId()
MissedPunchContract
timesheetDocumentId of a MissedPunch
getTimesheetDocumentId
in interface MissedPunchContract
public String getPrincipalId()
MissedPunchContract
principalId of a MissedPunch
getPrincipalId
in interface MissedPunchContract
public String getAssignmentKey()
MissedPunchContract
The assignment key the missed punch was for
getAssignmentKey
in interface MissedPunchContract
public String getAssignmentValue()
MissedPunchContract
The assignment value the missed punch was for
getAssignmentValue
in interface MissedPunchContract
public Long getVersionNumber()
getVersionNumber
in interface org.kuali.rice.core.api.mo.common.Versioned
public String getObjectId()
getObjectId
in interface org.kuali.rice.core.api.mo.common.GloballyUnique
public org.joda.time.DateTime getCreateTime()
CreateTime
timestamp of HrBusinessObject
getCreateTime
in interface CreateTime
public String getMissedPunchDocId()
getMissedPunchDocId
in interface MissedPunchContract
public String getMissedPunchDocStatus()
getMissedPunchDocStatus
in interface MissedPunchContract
public String getGroupKeyCode()
KeyedData
effectiveLocalDate of HrBusinessObject
getGroupKeyCode
in interface KeyedData
public HrGroupKey.Builder getGroupKey()
getGroupKey
in interface KeyedData
public void setMissedPunchDocId(String missedPunchDocId)
public void setMissedPunchDocStatus(String missedPunchDocStatus)
public void setActionFullDateTime(org.joda.time.DateTime actionFullDateTime)
public void setActionTime(String actionTime)
public void setClockAction(String clockAction)
public void setTkClockLogId(String tkClockLogId)
public void setPrincipalName(String principalName)
public void setPersonName(String personName)
public void setAssignmentReadOnly(boolean assignmentReadOnly)
public void setTkMissedPunchId(String tkMissedPunchId)
public void setJobNumber(Long jobNumber)
public void setWorkArea(Long workArea)
public void setTimesheetDocumentId(String timesheetDocumentId)
public void setPrincipalId(String principalId)
public void setAssignmentKey(String assignmentKey)
public void setAssignmentValue(String assignmentValue)
public void setVersionNumber(Long versionNumber)
public void setObjectId(String objectId)
public void setCreateTime(org.joda.time.DateTime createTime)
public void setGroupKeyCode(String groupKeyCode)
public void setGroupKey(HrGroupKey.Builder groupKey)
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.