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

com.terapico.caf.Image Maven / Gradle / Ivy

The newest version!
package com.terapico.caf;

import java.io.Serializable;

public class Image implements Serializable {
	protected String id;
	protected String title;
	protected String imageUrl;
	public String getId() {
		return id;
	}
	public void setId(String id) {
		this.id = id;
	}
	public String getTitle() {
		return title;
	}
	public void setTitle(String title) {
		this.title = title;
	}
	public String getImageUrl() {
		return imageUrl;
	}
	public void setImageUrl(String imageUrl) {
		this.imageUrl = imageUrl;
	}
	
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy