org.ajax4jsf.model
Class SequenceRange

java.lang.Object
  extended by org.ajax4jsf.model.SequenceRange
All Implemented Interfaces:
Range

public class SequenceRange
extends java.lang.Object
implements Range

Author:
shura

Constructor Summary
SequenceRange(int firstRow, int rows)
           
 
Method Summary
 int getFirstRow()
           
 int getRows()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SequenceRange

public SequenceRange(int firstRow,
                     int rows)
Parameters:
firstRow -
rows -
Method Detail

getFirstRow

public int getFirstRow()
Returns:
the firstRow

getRows

public int getRows()
Returns:
the rows


Copyright © 2009. All Rights Reserved.