<< Click to Display Table of Contents >>

MaxRowsOfSet

This class provides methods related to the MaxRows property of the data set.


Method Detail

getSetName

public String getSetName()

Gets the name of data set that the Maximum Rows property value is set.

setSetName

public void setSetName(String v)

Sets the name of data set to set the Maximum Rows property value.

Parameters:

v - Name of Data set

getMaxRow

public int getMaxRow()

Gets value of Maximum Rows property.

setMaxRow

public void setMaxRow(int v)

Sets value of Maximum Rows property.

Parameters:

v - Value of Maximum Rows property