Class DataSetFileSearchResultLocation
- java.lang.Object
-
- ch.systemsx.cisd.openbis.generic.shared.api.v1.dto.AbstractEntitySearchResultLocation
-
- ch.systemsx.cisd.openbis.generic.shared.api.v1.dto.DataSetFileSearchResultLocation
-
- All Implemented Interfaces:
ISearchDomainResultLocation
,java.io.Serializable
- Direct Known Subclasses:
DataSetFileBlastSearchResultLocation
@JsonObject("DataSetFileSearchResultLocation") public class DataSetFileSearchResultLocation extends AbstractEntitySearchResultLocation
Result location for a search in a sequence in a file in data set.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DataSetFileSearchResultLocation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getIdentifier()
java.lang.String
getPathInDataSet()
void
setIdentifier(java.lang.String sequenceIdentifier)
void
setPathInDataSet(java.lang.String pathInDataSet)
java.lang.String
toString()
-
Methods inherited from class ch.systemsx.cisd.openbis.generic.shared.api.v1.dto.AbstractEntitySearchResultLocation
appendToString, getCode, getEntityKind, getEntityType, getPermId, getPosition, renderEntityKind, setCode, setEntityKind, setEntityType, setPermId, setPosition
-
-
-
-
Method Detail
-
getPathInDataSet
public java.lang.String getPathInDataSet()
-
setPathInDataSet
public void setPathInDataSet(java.lang.String pathInDataSet)
-
getIdentifier
public java.lang.String getIdentifier()
-
setIdentifier
public void setIdentifier(java.lang.String sequenceIdentifier)
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-