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

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

There is a newer version: 0.7.9
Show newest version
package com.podio.contact;

import com.podio.space.Space;

public class SpaceContactTotal {

	private Space space;

	private int count;

	public Space getSpace() {
		return space;
	}

	public void setSpace(Space space) {
		this.space = space;
	}

	public int getCount() {
		return count;
	}

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy