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

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