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

org.devocative.demeter.entity.ICreationDate Maven / Gradle / Ivy

The newest version!
package org.devocative.demeter.entity;

import java.io.Serializable;
import java.util.Date;

public interface ICreationDate extends Serializable {
	Date getCreationDate();

	void setCreationDate(Date date);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy