Class DataSetFileBlastSearchResultLocation
java.lang.Object
ch.systemsx.cisd.openbis.generic.shared.api.v1.dto.AbstractEntitySearchResultLocation
ch.systemsx.cisd.openbis.generic.shared.api.v1.dto.DataSetFileSearchResultLocation
ch.systemsx.cisd.openbis.generic.shared.api.v1.dto.DataSetFileBlastSearchResultLocation
- All Implemented Interfaces:
ISearchDomainResultLocation,Serializable
@JsonObject("DataSetFileBlastSearchResultLocation")
public class DataSetFileBlastSearchResultLocation
extends DataSetFileSearchResultLocation
Extension of
DataSetFileBlastSearchResultLocation 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.DataSetFileSearchResultLocation
getIdentifier, getPathInDataSet, setIdentifier, setPathInDataSet, 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
-
DataSetFileBlastSearchResultLocation
public DataSetFileBlastSearchResultLocation()
-
-
Method Details
-
getAlignmentMatch
-
appendToString
- Overrides:
appendToStringin classAbstractEntitySearchResultLocation
-