![JAR search and dependency download from the Maven repository](/logo.png)
com.bazaarvoice.commons.data.model.Model Maven / Gradle / Ivy
package com.bazaarvoice.commons.data.model;
/**
* Basic interface for most domain model objects. Provides a primary key identifier for persistence.
*/
public interface Model {
String getID();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy