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

org.openlca.collaboration.model.Comment Maven / Gradle / Ivy

package org.openlca.collaboration.model;

import java.util.Date;

public record Comment(long id, String user, String text, String type, String refId, String path, Date date,
		boolean released, boolean approved, long replyTo) {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy