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

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

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

public class ImageProfileDto extends IdBasedEntityDto
{
	private String name;

	public String getName() {
		return name;
	}

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy