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

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

package com.podio.task;


public class TaskText {

	private final String text;

	public TaskText(String text) {
		super();
		this.text = text;
	}

	public String getText() {
		return text;
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy