package org.xenei.jdbc4sparql.iface.name; /** * Identifies an object with a GUID. * */ public interface GUIDObject { /** * Return the GUID as a string. * * @return the GUID string. */ public String getGUID(); }