com.meiglobal.ebds.api.pub
Class AuditQP

java.lang.Object
  extended by com.meiglobal.ebds.api.pub.AuditQP

public class AuditQP
extends java.lang.Object

Class that holds the Audit QP values.


Constructor Summary
AuditQP()
          Empty constructor.
AuditQP(java.util.List<java.lang.Integer> values)
          Full Constructor.
 
Method Summary
 int getDocsBarcode()
          Getter for Bar code docs.
 int getDocsDisabledReject()
          Getter for docs disabled reject.
 int getDocsEscrow()
          Getter for Docs escrow.
 int getDocsFFReject()
          Getter for Docs FF Reject.
 int getDocsHostReject()
          Getter for host docs rejects.
 int getDocsOrientReject()
          Getter for docs orientation reject.
 int getDocsRecognition()
          Getter for docs recognition.
 int getDocsRecReject()
          Getter for Docs Rec Reject.
 int getDocsSecReject()
          Getter for Docs Sec Reject.
 int getDocsStacked()
          Getter for docs stacked.
 int getDocsValidated()
          Getter for docs validated.
 int getDocsWhileDisabled()
          Getter for Docs while disabled.
 int getLast100()
          Getter for last 100 value.
 int getMotorStarts()
          Getter for motor starts.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuditQP

public AuditQP()
Empty constructor.


AuditQP

public AuditQP(java.util.List<java.lang.Integer> values)
Full Constructor.

Parameters:
values - The list with the values.
Method Detail

getLast100

public int getLast100()
Getter for last 100 value.

Returns:
last 100 value.

getMotorStarts

public int getMotorStarts()
Getter for motor starts.

Returns:
Motor starts.

getDocsStacked

public int getDocsStacked()
Getter for docs stacked.

Returns:
Docs stacked.

getDocsEscrow

public int getDocsEscrow()
Getter for Docs escrow.

Returns:
Docs escrow.

getDocsRecognition

public int getDocsRecognition()
Getter for docs recognition.

Returns:
Docs recognition.

getDocsValidated

public int getDocsValidated()
Getter for docs validated.

Returns:
Docs validated.

getDocsRecReject

public int getDocsRecReject()
Getter for Docs Rec Reject.

Returns:
Docs Rec Reject.

getDocsSecReject

public int getDocsSecReject()
Getter for Docs Sec Reject.

Returns:
Docs Sec Reject.

getDocsOrientReject

public int getDocsOrientReject()
Getter for docs orientation reject.

Returns:
Docs orientation reject

getDocsDisabledReject

public int getDocsDisabledReject()
Getter for docs disabled reject.

Returns:
Docs disabled reject.

getDocsFFReject

public int getDocsFFReject()
Getter for Docs FF Reject.

Returns:
Docs FF Reject.

getDocsWhileDisabled

public int getDocsWhileDisabled()
Getter for Docs while disabled.

Returns:
Docs while disabled

getDocsHostReject

public int getDocsHostReject()
Getter for host docs rejects.

Returns:
Host docs rejects.

getDocsBarcode

public int getDocsBarcode()
Getter for Bar code docs.

Returns:
Bar code docs.