com.meiglobal.ebds.api.pub
Class AuditLifeTimeTotals

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

public class AuditLifeTimeTotals
extends java.lang.Object

Object that wraps the Audit Life Time totals values.


Constructor Summary
AuditLifeTimeTotals()
          Empty constructor
AuditLifeTimeTotals(java.util.List<java.lang.Integer> values)
          Constructor that fills in the values from a list.
 
Method Summary
 int getDataMap()
          Getter for data map.
 int getEscrow()
          Getter for escrow.
 int getMotStart()
          Getter for Mot Start.
 int getOpHours()
          Getter for operation hours.
 int getRecognized()
          Getter for recognized.
 int getValidated()
          Getter for validated value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuditLifeTimeTotals

public AuditLifeTimeTotals()
Empty constructor


AuditLifeTimeTotals

public AuditLifeTimeTotals(java.util.List<java.lang.Integer> values)
Constructor that fills in the values from a list.

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

getDataMap

public int getDataMap()
Getter for data map.

Returns:
the data map.

getOpHours

public int getOpHours()
Getter for operation hours.

Returns:
The operation hours.

getMotStart

public int getMotStart()
Getter for Mot Start.

Returns:
The Motor Start value.

getEscrow

public int getEscrow()
Getter for escrow.

Returns:
Escrow value.

getRecognized

public int getRecognized()
Getter for recognized.

Returns:
Recognized value.

getValidated

public int getValidated()
Getter for validated value.

Returns:
The validated value.