All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.droidlogix.dbflare.datahandler.IPagingParameter Maven / Gradle / Ivy

The newest version!
package com.droidlogix.dbflare.datahandler;

public interface IPagingParameter
{
	int getPageSize();

	void setPageSize(int pageSize);

	int getSkip();

	void setSkip(int skip);;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy