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