Class EntityPropertySearchResultLocation

java.lang.Object
ch.systemsx.cisd.openbis.generic.shared.api.v1.dto.AbstractEntitySearchResultLocation
ch.systemsx.cisd.openbis.generic.shared.api.v1.dto.EntityPropertySearchResultLocation
All Implemented Interfaces:
ISearchDomainResultLocation, Serializable
Direct Known Subclasses:
EntityPropertyBlastSearchResultLocation

@JsonObject("EntityPropertySearchResultLocation") public class EntityPropertySearchResultLocation extends AbstractEntitySearchResultLocation
Result location for a search in a sequence in an entity property.
See Also:
  • Constructor Details

    • EntityPropertySearchResultLocation

      public EntityPropertySearchResultLocation()
  • Method Details

    • getPropertyType

      public String getPropertyType()
    • setPropertyType

      public void setPropertyType(String propertyType)
    • toString

      public String toString()
      Overrides:
      toString in class Object