
nyla.solutions.core.data.PrimaryKey Maven / Gradle / Ivy
package nyla.solutions.core.data;
import java.io.Serializable;
/**
*
* PrimaryKey provides a set of functions to
*
* @author Gregory Green
* @version 1.0
*/
public interface PrimaryKey extends Serializable
{
public int getPrimaryKey();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy