com.rhi.architecture.batch
Interface AuditRecord


public interface AuditRecord

AuditRecord - the common attributes shared by all audit records.

Author:
petmck01

Method Summary
 java.lang.Integer getErroredCount()
          get erroredCount
 java.lang.Integer getProcessedCount()
          get processedCount
 java.lang.Integer getUnprocessedCount()
          get unprocessedCount
 void setErroredCount(java.lang.Integer erroredCount)
          set erroredCount
 void setProcessedCount(java.lang.Integer processedCount)
          set processedCount
 void setUnprocessedCount(java.lang.Integer unprocessedCount)
          set unprocessedCount
 

Method Detail

getProcessedCount

public java.lang.Integer getProcessedCount()
get processedCount

Returns:
Integer the processed count

setProcessedCount

public void setProcessedCount(java.lang.Integer processedCount)
set processedCount

Parameters:
processedCount -

getErroredCount

public java.lang.Integer getErroredCount()
get erroredCount

Returns:
Integer the errored count

setErroredCount

public void setErroredCount(java.lang.Integer erroredCount)
set erroredCount

Parameters:
erroredCount -

getUnprocessedCount

public java.lang.Integer getUnprocessedCount()
get unprocessedCount

Returns:
Integer the unprocessed count

setUnprocessedCount

public void setUnprocessedCount(java.lang.Integer unprocessedCount)
set unprocessedCount

Parameters:
unprocessedCount -


Copyright © 2002-2004 Robert Half International. All Rights Reserved.