org.javastro.ivoa.entities.regtap.PKIndex Maven / Gradle / Ivy
/*
* $Id$
*
* Created on 6 Feb 2013 by Paul Harrison ([email protected])
* Copyright 2013 Manchester University. All rights reserved.
*
* This software is published under the terms of the Academic
* Free License, a copy of which has been included
* with this distribution in the LICENSE.txt file.
*
*/
package org.javastro.ivoa.entities.regtap;
/**
* .
* @author Paul Harrison ([email protected]) 6 Feb 2013
* @version $Revision$ $date$
*/
interface PKIndex {
public short getIndex();
public void setPKIndex(short idx);
public void setIvoid(String i);
}
/*
* $Log$
*/
© 2015 - 2024 Weber Informatics LLC | Privacy Policy