net.sf.jxls.reader
Class OffsetRowCheckImpl

java.lang.Object
  extended by net.sf.jxls.reader.OffsetRowCheckImpl
All Implemented Interfaces:
OffsetRowCheck

public class OffsetRowCheckImpl
extends java.lang.Object
implements OffsetRowCheck

Author:
Leonid Vysochyn

Field Summary
(package private)  java.util.List cellChecks
           
(package private)  int offset
           
 
Constructor Summary
OffsetRowCheckImpl()
           
OffsetRowCheckImpl(int offset)
           
OffsetRowCheckImpl(java.util.List cellChecks)
           
 
Method Summary
 void addCellCheck(OffsetCellCheck cellCheck)
           
 java.util.List getCellChecks()
           
 int getOffset()
           
 boolean isCheckSuccessful(org.apache.poi.hssf.usermodel.HSSFRow row)
           
 boolean isCheckSuccessful(XLSRowCursor cursor)
           
 void setCellChecks(java.util.List cellChecks)
           
 void setOffset(int offset)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cellChecks

java.util.List cellChecks

offset

int offset
Constructor Detail

OffsetRowCheckImpl

public OffsetRowCheckImpl()

OffsetRowCheckImpl

public OffsetRowCheckImpl(int offset)

OffsetRowCheckImpl

public OffsetRowCheckImpl(java.util.List cellChecks)
Method Detail

getOffset

public int getOffset()
Specified by:
getOffset in interface OffsetRowCheck

setOffset

public void setOffset(int offset)
Specified by:
setOffset in interface OffsetRowCheck

getCellChecks

public java.util.List getCellChecks()

setCellChecks

public void setCellChecks(java.util.List cellChecks)

isCheckSuccessful

public boolean isCheckSuccessful(org.apache.poi.hssf.usermodel.HSSFRow row)
Specified by:
isCheckSuccessful in interface OffsetRowCheck

isCheckSuccessful

public boolean isCheckSuccessful(XLSRowCursor cursor)
Specified by:
isCheckSuccessful in interface OffsetRowCheck

addCellCheck

public void addCellCheck(OffsetCellCheck cellCheck)
Specified by:
addCellCheck in interface OffsetRowCheck


Copyright 2005-2005-2007 jXLS Team. All Rights Reserved.