net.ripe.db.whois.common.domain.Identifiable Maven / Gradle / Ivy
package net.ripe.db.whois.common.domain;
public interface Identifiable {
int getObjectId();
}
package net.ripe.db.whois.common.domain;
public interface Identifiable {
int getObjectId();
}