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

com.genexus.search.ISearchResultItem Maven / Gradle / Ivy

Go to download

Core classes for the runtime used by Java and Android apps generated with GeneXus

The newest version!
package com.genexus.search;

import java.util.Date;
import com.genexus.internet.StringCollection;

public interface ISearchResultItem
{
	String getId();
	String getType();
	Date getTimestamp();
	float getScore();
	StringCollection getKey();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy