|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.rice.krad.bo.BusinessObjectBase org.kuali.rice.krad.bo.PersistableBusinessObjectBase org.kuali.rice.krad.document.DocumentBase org.kuali.rice.krad.document.TransactionalDocumentBase org.kuali.hr.time.missedpunch.MissedPunchDocument
public class MissedPunchDocument
Field Summary |
---|
Fields inherited from class org.kuali.rice.krad.document.DocumentBase |
---|
documentHeader, documentNumber |
Fields inherited from class org.kuali.rice.krad.bo.PersistableBusinessObjectBase |
---|
extension, versionNumber |
Constructor Summary | |
---|---|
MissedPunchDocument()
|
Method Summary | |
---|---|
Date |
getActionDate()
|
Time |
getActionTime()
|
String |
getAssignment()
|
String |
getClockAction()
|
String |
getDocumentStatus()
|
String |
getIpAddress()
|
String |
getPrincipalId()
|
String |
getTimesheetDocumentId()
|
Timestamp |
getTimestamp()
|
String |
getTkClockLogId()
|
void |
prepareForSave(org.kuali.rice.krad.rules.rule.event.KualiDocumentEvent event)
|
void |
setActionDate(Date actionDate)
|
void |
setActionTime(Time actionTime)
|
void |
setAssignment(String assignment)
|
void |
setClockAction(String clockAction)
|
void |
setDocumentStatus(String documentStatus)
|
void |
setIpAddress(String ipAddress)
|
void |
setPrincipalId(String principalId)
|
void |
setTimesheetDocumentId(String timesheetDocumentId)
|
void |
setTimestamp(Timestamp timestamp)
|
void |
setTkClockLogId(String tkClockLogId)
|
Methods inherited from class org.kuali.rice.krad.document.TransactionalDocumentBase |
---|
getAllowsCopy, isSessionDocument |
Methods inherited from class org.kuali.rice.krad.document.DocumentBase |
---|
addCopyErrorDocumentNote, addNote, addPessimisticLock, afterActionTaken, afterWorkflowEngineProcess, beforeWorkflowEngineProcess, createPropertySerializabilityEvaluator, doActionTaken, doRouteLevelChange, doRouteStatusChange, generateSaveEvents, getAdHocRoutePersons, getAdHocRouteWorkgroups, getAttachmentService, getBasePathToDocumentDuringSerialization, getCustomLockDescriptor, getDocumentHeader, getDocumentNumber, getDocumentPropertySerizabilityEvaluator, getDocumentTitle, getLockClearningMethodNames, getNonLockingActionTakenCodes, getNote, getNotes, getNoteService, getNoteTarget, getNoteType, getPessimisticLocks, getWorkflowEngineDocumentIdsToLock, getXmlForRouteReport, logErrors, populateDocumentForRouting, postLoad, postProcessSave, prepareForSave, processAfterRetrieve, refresh, refreshIfEmpty, refreshPessimisticLocks, refreshReferenceObject, removeNote, serializeDocumentToXml, setAdHocRoutePersons, setAdHocRouteWorkgroups, setDocumentHeader, setDocumentNumber, setNewDocumentHeader, setNotes, setPessimisticLocks, toCopy, useCustomLockDescriptors, validateBusinessRules, wrapDocumentWithMetadataForXmlSerialization |
Methods inherited from class org.kuali.rice.krad.bo.PersistableBusinessObjectBase |
---|
afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, buildListOfDeletionAwareLists, getExtension, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isNewCollectionRecord, linkEditableUserFields, postPersist, postRemove, postUpdate, prePersist, preRemove, preUpdate, refreshNonUpdateableReferences, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber |
Methods inherited from class org.kuali.rice.krad.bo.BusinessObjectBase |
---|
toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.kuali.rice.krad.document.Document |
---|
addNote, addPessimisticLock, afterActionTaken, afterWorkflowEngineProcess, beforeWorkflowEngineProcess, doActionTaken, doRouteLevelChange, doRouteStatusChange, generateSaveEvents, getAdHocRoutePersons, getAdHocRouteWorkgroups, getBasePathToDocumentDuringSerialization, getCustomLockDescriptor, getDocumentHeader, getDocumentNumber, getDocumentPropertySerizabilityEvaluator, getDocumentTitle, getLockClearningMethodNames, getNote, getNotes, getNoteTarget, getNoteType, getPessimisticLocks, getWorkflowEngineDocumentIdsToLock, getXmlForRouteReport, populateDocumentForRouting, postProcessSave, prepareForSave, processAfterRetrieve, refreshPessimisticLocks, removeNote, serializeDocumentToXml, setAdHocRoutePersons, setAdHocRouteWorkgroups, setDocumentHeader, setDocumentNumber, setNotes, useCustomLockDescriptors, validateBusinessRules, wrapDocumentWithMetadataForXmlSerialization |
Methods inherited from interface org.kuali.rice.krad.bo.PersistableBusinessObject |
---|
buildListOfDeletionAwareLists, getExtension, isNewCollectionRecord, linkEditableUserFields, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber |
Methods inherited from interface org.kuali.rice.krad.bo.BusinessObject |
---|
refresh |
Methods inherited from interface org.kuali.rice.core.api.mo.ModelObjectBasic |
---|
toString |
Methods inherited from interface org.kuali.rice.core.api.mo.common.Versioned |
---|
getVersionNumber |
Methods inherited from interface org.kuali.rice.core.api.mo.common.GloballyUnique |
---|
getObjectId |
Constructor Detail |
---|
public MissedPunchDocument()
Method Detail |
---|
public String getPrincipalId()
public void setPrincipalId(String principalId)
public String getClockAction()
public void setClockAction(String clockAction)
public Date getActionDate()
public void setActionDate(Date actionDate)
public Time getActionTime()
public void setActionTime(Time actionTime)
public String getTimesheetDocumentId()
public void setTimesheetDocumentId(String timesheetDocumentId)
public String getDocumentStatus()
public void setDocumentStatus(String documentStatus)
public String getTkClockLogId()
public void setTkClockLogId(String tkClockLogId)
public Timestamp getTimestamp()
public void setTimestamp(Timestamp timestamp)
public String getIpAddress()
public void setIpAddress(String ipAddress)
public String getAssignment()
public void setAssignment(String assignment)
public void prepareForSave(org.kuali.rice.krad.rules.rule.event.KualiDocumentEvent event)
prepareForSave
in interface org.kuali.rice.krad.document.Document
prepareForSave
in class org.kuali.rice.krad.document.DocumentBase
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |