Class EntityPropertyBlastSearchResultLocation
java.lang.Object
ch.systemsx.cisd.openbis.generic.shared.api.v1.dto.AbstractEntitySearchResultLocation
ch.systemsx.cisd.openbis.generic.shared.api.v1.dto.EntityPropertySearchResultLocation
ch.systemsx.cisd.openbis.generic.shared.api.v1.dto.EntityPropertyBlastSearchResultLocation
- All Implemented Interfaces:
ISearchDomainResultLocation,Serializable
@JsonObject("EntityPropertyBlastSearchResultLocation")
public class EntityPropertyBlastSearchResultLocation
extends EntityPropertySearchResultLocation
Extension of
EntityPropertySearchResultLocation for BLAST search. Matching sequence/query start and end are available.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected StringvoidsetAlignmentMatch(AlignmentMatch alignmentMatch) Methods inherited from class ch.systemsx.cisd.openbis.generic.shared.api.v1.dto.EntityPropertySearchResultLocation
getPropertyType, setPropertyType, toStringMethods inherited from class ch.systemsx.cisd.openbis.generic.shared.api.v1.dto.AbstractEntitySearchResultLocation
getCode, getEntityKind, getEntityType, getPermId, getPosition, renderEntityKind, setCode, setEntityKind, setEntityType, setPermId, setPosition
-
Constructor Details
-
EntityPropertyBlastSearchResultLocation
public EntityPropertyBlastSearchResultLocation()
-
-
Method Details
-
getAlignmentMatch
-
appendToString
- Overrides:
appendToStringin classAbstractEntitySearchResultLocation
-