de.gesellix.couchdb.CouchDbDocument Maven / Gradle / Ivy
package de.gesellix.couchdb;
public interface CouchDbDocument {
String getId();
String getRevision();
String getDateCreated();
void setDateCreated(Object String);
String getDateUpdated();
void setDateUpdated(Object String);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy