Class LocatorTypePermId

java.lang.Object
ch.ethz.sis.openbis.generic.asapi.v3.dto.common.id.ObjectPermId
ch.ethz.sis.openbis.generic.asapi.v3.dto.dataset.id.LocatorTypePermId
All Implemented Interfaces:
IObjectId, ILocatorTypeId, Serializable
Direct Known Subclasses:
RelativeLocationLocatorTypePermId

@JsonObject("as.dto.dataset.id.LocatorTypePermId") public class LocatorTypePermId extends ObjectPermId implements ILocatorTypeId
Locator type perm id.
See Also:
  • Constructor Details

    • LocatorTypePermId

      public LocatorTypePermId(String permId)
      Parameters:
      permId - Locator type perm id, e.g. "RELATIVE_LOCATION".
  • Method Details