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

de.gesellix.couchdb.CouchDbDocument Maven / Gradle / Ivy

The newest version!
package de.gesellix.couchdb;

public interface CouchDbDocument {

  String getId();

  String getRevision();

  String getDateCreated();

  void setDateCreated(Object String);

  String getDateUpdated();

  void setDateUpdated(Object String);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy