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

com.spun.util.database.automaticsetter.ChangeDateAware Maven / Gradle / Ivy

There is a newer version: 24.9.0
Show newest version
package com.spun.util.database.automaticsetter;

import java.sql.Timestamp;

public interface ChangeDateAware
{
  public boolean setChangeDate(Timestamp time);
  public Timestamp getChangeDate();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy