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

com.salesmanager.core.model.common.EntityList Maven / Gradle / Ivy

package com.salesmanager.core.model.common;

import java.io.Serializable;

public class EntityList implements Serializable {
	

	/**
	 * 
	 */
	private static final long serialVersionUID = 6135941880202635567L;
	private int totalCount;
	private int totalPage;
	
	public int getTotalCount() {
		return totalCount;
	}
	public void setTotalCount(int totalCount) {
		this.totalCount = totalCount;
	}
	public int getTotalPage() {
		return totalPage;
	}
	public void setTotalPage(int totalPage) {
		this.totalPage = totalPage;
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy