pl.edu.agh.cast.importer.base.stat
Class TokenErrorLogData
java.lang.Object
   pl.edu.agh.cast.importer.base.stat.AbstractErrorLogData
pl.edu.agh.cast.importer.base.stat.AbstractErrorLogData
       pl.edu.agh.cast.importer.base.stat.TokenErrorLogData
pl.edu.agh.cast.importer.base.stat.TokenErrorLogData
- public class TokenErrorLogData 
- extends AbstractErrorLogData
Representation of error log data for a specified token in a specified row.
- Author:
- AGH CAST Team
 
 
 
 
 
 
TokenErrorLogData
public TokenErrorLogData(Integer tokenIdx,
                         ErrorType type,
                         String[] params,
                         IDataRow<?> row)
- The default constructor.
 
- Parameters:
- tokenIdx- the token
- type- the error type
- params- the parameters table
- row- the related row
 
equals
public boolean equals(Object obj)
- 
 
- 
- Overrides:
- equalsin class- AbstractErrorLogData
 
- 
- See Also:
- Object.equals(java.lang.Object)
 
hashCode
public int hashCode()
- 
 
- 
- Overrides:
- hashCodein class- AbstractErrorLogData
 
- 
- See Also:
- Object.hashCode()
 
getTokenIndex
public Integer getTokenIndex()
- 
 
Copyright © 2007-2009 IISG AGH-UST Krakow, Poland. All Rights Reserved.