com.irisel.oms.sql
Class LimitRows

java.lang.Object
  extended by com.irisel.oms.sql.LimitRows
All Implemented Interfaces:
java.io.Serializable

public class LimitRows
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
LimitRows(int limitRowcount)
           
 
Method Summary
 int getRowCount()
           
 void setRowCount(int rowcount)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LimitRows

public LimitRows(int limitRowcount)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getRowCount

public int getRowCount()

setRowCount

public void setRowCount(int rowcount)