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

com.podio.contact.ConnectionContactTotal Maven / Gradle / Ivy

package com.podio.contact;

public class ConnectionContactTotal {

	// private Connection connection;

	private int count;

	public int getCount() {
		return count;
	}

	public void setCount(int count) {
		this.count = count;
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy