Package org.molgenis.searchall.model
Class EntityTypeResult
- java.lang.Object
-
- org.molgenis.searchall.model.EntityTypeResult
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classEntityTypeResult.Builder
-
Constructor Summary
Constructors Constructor Description EntityTypeResult()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description static EntityTypeResult.Builderbuilder()abstract com.google.common.collect.ImmutableList<AttributeResult>getAttributes()abstract StringgetId()abstract longgetNrOfMatchingEntities()abstract StringgetPackageId()abstract booleanisDescriptionMatch()abstract booleanisLabelMatch()booleanisMatch()-
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()
-
getPackageId
@Nullable @CheckForNull public abstract String getPackageId()
-
isLabelMatch
public abstract boolean isLabelMatch()
-
isDescriptionMatch
public abstract boolean isDescriptionMatch()
-
getAttributes
public abstract com.google.common.collect.ImmutableList<AttributeResult> getAttributes()
-
getNrOfMatchingEntities
public abstract long getNrOfMatchingEntities()
-
isMatch
public boolean isMatch()
-
builder
public static EntityTypeResult.Builder builder()
-
-