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

fr.landel.utils.model.IDO Maven / Gradle / Ivy

/*
 * #%L
 * utils-model
 * %%
 * Copyright (C) 2016 Gilandel
 * %%
 * Authors: Gilles Landel
 * URL: https://github.com/Gilandel
 * 
 * This file is under Apache License, version 2.0 (2004).
 * #L%
 */
package fr.landel.utils.model;

import java.io.Serializable;

/**
 * Identifiable Data Object
 *
 * @since 15 sept. 2015
 * @author Gilles
 *
 * @param 
 *            The type of the data object
 * @param 
 *            The type of the identifier
 */
public interface IDO, K extends Serializable> extends Serializable {

    /**
     * @return The primary key
     */
    K getPrimaryKey();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy