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

com.podio.task.AssignValue Maven / Gradle / Ivy

package com.podio.task;

public class AssignValue {

	private final int responsible;

	public AssignValue(int responsible) {
		super();
		this.responsible = responsible;
	}

	public int getResponsible() {
		return responsible;
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy