Style Intelligence v12.0

inetsoft.report.lens
Class SetTableLens.Row

java.lang.Object
  extended by inetsoft.report.lens.SetTableLens.Row
All Implemented Interfaces:
Serializable
Enclosing class:
SetTableLens

protected static final class SetTableLens.Row
extends Object
implements Serializable

Row locates a row in a table.

See Also:
Serialized Form

Constructor Summary
SetTableLens.Row(int table, int row)
           
 
Method Summary
 int getRow()
           
 int getTable()
           
 boolean isLeft()
           
 boolean isRight()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SetTableLens.Row

public SetTableLens.Row(int table,
                        int row)
Method Detail

isLeft

public boolean isLeft()

isRight

public boolean isRight()

getTable

public int getTable()

getRow

public int getRow()

toString

public String toString()
Overrides:
toString in class Object

Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved.