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,java.io.Serializable
@JsonObject("DataSetFileBlastSearchResultLocation") public class DataSetFileBlastSearchResultLocation extends DataSetFileSearchResultLocationExtension ofDataSetFileBlastSearchResultLocationfor BLAST search. Matching sequence/query start and end are available.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DataSetFileBlastSearchResultLocation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.StringappendToString()AlignmentMatchgetAlignmentMatch()voidsetAlignmentMatch(AlignmentMatch alignmentMatch)-
Methods inherited from class ch.systemsx.cisd.openbis.generic.shared.api.v1.dto.DataSetFileSearchResultLocation
getIdentifier, getPathInDataSet, setIdentifier, setPathInDataSet, toString
-
Methods inherited from class ch.systemsx.cisd.openbis.generic.shared.api.v1.dto.AbstractEntitySearchResultLocation
getCode, getEntityKind, getEntityType, getPermId, getPosition, renderEntityKind, setCode, setEntityKind, setEntityType, setPermId, setPosition
-
-
-
-
Method Detail
-
getAlignmentMatch
public AlignmentMatch getAlignmentMatch()
-
setAlignmentMatch
public void setAlignmentMatch(AlignmentMatch alignmentMatch)
-
appendToString
protected java.lang.String appendToString()
- Overrides:
appendToStringin classAbstractEntitySearchResultLocation
-
-