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

de.rpgframework.genericrpg.Datable Maven / Gradle / Ivy

/**
 * 
 */
package de.rpgframework.genericrpg;

import java.util.Date;

/**
 * @author prelle
 *
 */
public interface Datable {

	//-------------------------------------------------------------------
	/**
	 * Return the date of the change
	 */
	public Date getDate();

	//--------------------------------------------------------------------
	/**
	 * Set the date of the change
	 */
	public void setDate(Date date);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy