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

com.overops.report.service.model.QualityReportLinkTemplate Maven / Gradle / Ivy

There is a newer version: 2.34.2
Show newest version
package com.overops.report.service.model;

public class QualityReportLinkTemplate
{
	private final String link;

	public QualityReportLinkTemplate(String link) {
		this.link = link;
	}

	public String getLink()
	{
		return link;
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy