org.kuali.hr.time.clocklog
Class ClockLog
java.lang.Object
org.kuali.rice.krad.bo.BusinessObjectBase
org.kuali.rice.krad.bo.PersistableBusinessObjectBase
org.kuali.hr.time.clocklog.ClockLog
- All Implemented Interfaces:
- Serializable, org.apache.ojb.broker.PersistenceBrokerAware, org.kuali.rice.core.api.mo.common.GloballyUnique, org.kuali.rice.core.api.mo.common.Versioned, org.kuali.rice.core.api.mo.ModelObjectBasic, org.kuali.rice.krad.bo.BusinessObject, org.kuali.rice.krad.bo.PersistableBusinessObject
public class ClockLog
- extends org.kuali.rice.krad.bo.PersistableBusinessObjectBase
- See Also:
- Serialized Form
Fields inherited from class org.kuali.rice.krad.bo.PersistableBusinessObjectBase |
extension, versionNumber |
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, postLoad, postPersist, postRemove, postUpdate, prePersist, preRemove, preUpdate, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber |
Methods inherited from class org.kuali.rice.krad.bo.BusinessObjectBase |
toString |
Methods inherited from interface org.kuali.rice.core.api.mo.ModelObjectBasic |
toString |
ClockLog
public ClockLog()
getTkClockLogId
public String getTkClockLogId()
setTkClockLogId
public void setTkClockLogId(String tkClockLogId)
getPrincipalId
public String getPrincipalId()
setPrincipalId
public void setPrincipalId(String principalId)
getDocumentId
public String getDocumentId()
setDocumentId
public void setDocumentId(String documentId)
getJobNumber
public Long getJobNumber()
setJobNumber
public void setJobNumber(Long jobNumber)
getClockTimestamp
public Timestamp getClockTimestamp()
setClockTimestamp
public void setClockTimestamp(Timestamp clockTimestamp)
getClockAction
public String getClockAction()
setClockAction
public void setClockAction(String clockAction)
getIpAddress
public String getIpAddress()
setIpAddress
public void setIpAddress(String ipAddress)
getUserPrincipalId
public String getUserPrincipalId()
setUserPrincipalId
public void setUserPrincipalId(String userPrincipalId)
getTimestamp
public Timestamp getTimestamp()
setTimestamp
public void setTimestamp(Timestamp timestamp)
getClockTimestampTimezone
public String getClockTimestampTimezone()
setClockTimestampTimezone
public void setClockTimestampTimezone(String clockTimestampTimezone)
getNextValidClockAction
public String getNextValidClockAction()
- TODO: Fix this - may need to return multiple actions, depending on how we want the system to work.
- Returns:
getJob
public Job getJob()
setJob
public void setJob(Job job)
getWorkAreaObj
public WorkArea getWorkAreaObj()
setWorkAreaObj
public void setWorkAreaObj(WorkArea workAreaObj)
getTaskObj
public Task getTaskObj()
setTaskObj
public void setTaskObj(Task taskObj)
setWorkArea
public void setWorkArea(Long workArea)
setTask
public void setTask(Long task)
getWorkArea
public Long getWorkArea()
getTask
public Long getTask()
getPrincipal
public org.kuali.rice.kim.api.identity.Person getPrincipal()
setPrincipal
public void setPrincipal(org.kuali.rice.kim.api.identity.Person principal)
getMissedPunchDocumentId
public String getMissedPunchDocumentId()
setMissedPunchDocumentId
public void setMissedPunchDocumentId(String missedPunchDocumentId)
getUnapprovedIP
public boolean getUnapprovedIP()
setUnapprovedIP
public void setUnapprovedIP(boolean unapprovedIP)
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.