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

org.solovyev.common.definitions.MultiIdentifiable Maven / Gradle / Ivy

package org.solovyev.common.definitions;

import org.solovyev.common.Identifiable;

/**
 * User: serso
 * Date: 28.03.2009
 * Time: 15:59:27
 */
public interface MultiIdentifiable extends Identifiable {
    public T getId(Integer i);
    public int getNumberOfIds();
    public void addNewId(T id);
    public void addNewId();
    public Integer getCurrentUsedId();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy