org.kuali.hr.time.batch
Class BatchJob

java.lang.Object
  extended by org.kuali.hr.time.batch.BatchJob
Direct Known Subclasses:
BatchApproveMissedPunchJob, DumbJob, EmployeeApprovalBatchJob, InitiateBatchJob, PayPeriodEndBatchJob, SupervisorApprovalBatchJob

public class BatchJob
extends Object


Constructor Summary
BatchJob()
           
 
Method Summary
 String getBatchJobName()
           
 String getBatchJobStatus()
           
 String getHrPyCalendarEntryId()
           
 String getNextIpAddressInCluster()
           
 Long getTimeElapsed()
           
 Timestamp getTimestamp()
           
 Long getTkBatchJobId()
           
protected  void populateBatchJobEntry(Object o)
           
 void runJob()
           
 void setBatchJobName(String batchJobName)
           
 void setBatchJobStatus(String batchJobStatus)
           
 void setHrPyCalendarEntryId(String hrPyCalendarEntryId)
           
 void setTimeElapsed(Long timeElapsed)
           
 void setTimestamp(Timestamp timestamp)
           
 void setTkBatchJobId(Long tkBatchJobId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BatchJob

public BatchJob()
Method Detail

runJob

public void runJob()

getNextIpAddressInCluster

public String getNextIpAddressInCluster()

populateBatchJobEntry

protected void populateBatchJobEntry(Object o)

getTkBatchJobId

public Long getTkBatchJobId()

setTkBatchJobId

public void setTkBatchJobId(Long tkBatchJobId)

getBatchJobName

public String getBatchJobName()

setBatchJobName

public void setBatchJobName(String batchJobName)

getBatchJobStatus

public String getBatchJobStatus()

setBatchJobStatus

public void setBatchJobStatus(String batchJobStatus)

getHrPyCalendarEntryId

public String getHrPyCalendarEntryId()

setHrPyCalendarEntryId

public void setHrPyCalendarEntryId(String hrPyCalendarEntryId)

getTimeElapsed

public Long getTimeElapsed()

setTimeElapsed

public void setTimeElapsed(Long timeElapsed)

getTimestamp

public Timestamp getTimestamp()

setTimestamp

public void setTimestamp(Timestamp timestamp)


Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.