Package org.molgenis.searchall.model
Class PackageResult
- java.lang.Object
-
- org.molgenis.searchall.model.PackageResult
-
-
Constructor Summary
Constructors Constructor Description PackageResult()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description static PackageResultcreate(String id, String label, String description)static PackageResultcreate(Package pack)abstract StringgetId()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.molgenis.searchall.model.Described
getDescription, getLabel, isDescriptionMatch, isLabelMatch, isLabelOrDescriptionMatch
-
-
-
-
Method Detail
-
getId
public abstract String getId()
-
create
public static PackageResult create(String id, String label, String description)
-
create
public static PackageResult create(Package pack)
-
-