pl.edu.agh.cast.importer.base.stat
Class TabularDataErrorLogData
java.lang.Object
pl.edu.agh.cast.importer.base.stat.AbstractErrorLogData
pl.edu.agh.cast.importer.base.stat.TabularDataErrorLogData
public class TabularDataErrorLogData
- extends AbstractErrorLogData
Representation of error log data for a specified tabular data. It must have the tabular data index specified.
- Author:
- AGH CAST Team
TabularDataErrorLogData
public TabularDataErrorLogData(Integer tabDataIdx,
ErrorType type,
String[] params,
IDataRow<?> row)
- The default constructor.
- Parameters:
tabDataIdx
- the tabular data indextype
- the error typeparams
- the parameters tablerow
- the related row
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()
getTabDataIndex
public Integer getTabDataIndex()
Copyright © 2007-2009 IISG AGH-UST Krakow, Poland. All Rights Reserved.