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

com.epam.reportportal.model.StaleMaterializedView Maven / Gradle / Ivy

There is a newer version: 5.13.0
Show newest version
package com.epam.reportportal.model;

/**
 * @author Ivan Budayeu
 */
public class StaleMaterializedView {

	private Long id;
	private String name;

	public StaleMaterializedView() {

	}

	public Long getId() {
		return id;
	}

	public void setId(Long id) {
		this.id = id;
	}

	public String getName() {
		return name;
	}

	public void setName(String name) {
		this.name = name;
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy