IoRows

Framework Components [com.onepg.util]

← Back to Class List

Class Information

Package: com.onepg.util

Class Name: IoRows

Extends: ArrayList<IoItems>

Description

Multiple rows list.
  • Holds multiple map data.

Method List

getBeginRowNo

public int getBeginRowNo()
Gets the start row number.

Return Value

int - start row number

setBeginRowNo

public void setBeginRowNo(int beginRowNo)
Stores the start row number.

Parameters

Name Type Description
beginRowNo int start row number

getEndRowNo

public int getEndRowNo()
Gets the end row number.

Return Value

int - end row number

setEndRowNo

public void setEndRowNo(int endRowNo)
Stores the end row number.

Parameters

Name Type Description
endRowNo int end row number

isLimitOver

public boolean isLimitOver()
Checks whether the limit is exceeded.

Return Value

boolean - true if the limit is exceeded

setLimitOver

public void setLimitOver(boolean limitOver)
Stores the limit exceeded flag.

Parameters

Name Type Description
limitOver boolean true if the limit is exceeded