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

com.podio.rating.SingleRatingValue Maven / Gradle / Ivy

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

public class SingleRatingValue {

	private int value;

	public int getValue() {
		return value;
	}

	public void setValue(int value) {
		this.value = value;
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy