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

com.foreach.imageserver.dto.ModificationStatusDto Maven / Gradle / Ivy

The newest version!
package com.foreach.imageserver.dto;

import lombok.Getter;
import lombok.Setter;

@Getter
@Setter
public class ModificationStatusDto
{
	private String imageId;
	private boolean modified;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy