pl.edu.agh.cast.importer.base.stat
Class DataRowErrorLogData

java.lang.Object
  extended by pl.edu.agh.cast.importer.base.stat.AbstractErrorLogData
      extended by pl.edu.agh.cast.importer.base.stat.DataRowErrorLogData

public class DataRowErrorLogData
extends AbstractErrorLogData

Representation of error log data for a specified data row. It must have either the entire data row specified or the row index, at which the error occurred.

Author:
AGH CAST Team

Field Summary
 
Fields inherited from class pl.edu.agh.cast.importer.base.stat.AbstractErrorLogData
errorType, params, relatedRow
 
Constructor Summary
DataRowErrorLogData(Integer rowIdx, ErrorType type, String[] params, IDataRow<?> row)
          The default constructor.
 
Method Summary
 boolean equals(Object obj)
          
 Integer getRowIndex()
           
 int hashCode()
          
 
Methods inherited from class pl.edu.agh.cast.importer.base.stat.AbstractErrorLogData
getDescription, getErrorSeverity, getErrorType, getMessage, getParams, getRow
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataRowErrorLogData

public DataRowErrorLogData(Integer rowIdx,
                           ErrorType type,
                           String[] params,
                           IDataRow<?> row)
The default constructor.

Parameters:
rowIdx - the row index (if data row is null, the row index must be specified)
type - the error type
params - the error parameters
row - the row related to the error
Method Detail

equals

public boolean equals(Object obj)

Overrides:
equals in class AbstractErrorLogData
See Also:
Object.equals(java.lang.Object)

hashCode

public int hashCode()

Overrides:
hashCode in class AbstractErrorLogData
See Also:
Object.hashCode()

getRowIndex

public Integer getRowIndex()


Copyright © 2007-2009 IISG AGH-UST Krakow, Poland. All Rights Reserved.