railo.runtime.tag
Class ProcResultBean

java.lang.Object
  extended by railo.runtime.tag.ProcResultBean

public final class ProcResultBean
extends Object


Constructor Summary
ProcResultBean()
           
 
Method Summary
 int getMaxrows()
           
 String getName()
           
 int getResultset()
           
 void setMaxrows(int maxrows)
           
 void setName(String name)
           
 void setResultset(int resultset)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProcResultBean

public ProcResultBean()
Method Detail

getMaxrows

public int getMaxrows()
Returns:
Returns the maxrows.

setMaxrows

public void setMaxrows(int maxrows)
Parameters:
maxrows - The maxrows to set.

getName

public String getName()
Returns:
Returns the name.

setName

public void setName(String name)
Parameters:
name - The name to set.

getResultset

public int getResultset()
Returns:
Returns the resultset.

setResultset

public void setResultset(int resultset)
Parameters:
resultset - The resultset to set.


Copyright © 2012 Railo