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

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

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

/**
 * @author Arne Vandamme
 */
public class ImageContextDto extends IdBasedEntityDto
{
	private String code;

	public String getCode() {
		return code;
	}

	public void setCode( String code ) {
		this.code = code;
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy