Class SamplePermIdId
java.lang.Object
ch.systemsx.cisd.openbis.generic.shared.api.v1.dto.id.ObjectPermIdId
ch.systemsx.cisd.openbis.generic.shared.api.v1.dto.id.sample.SamplePermIdId
- All Implemented Interfaces:
IObjectId,ISampleId,Serializable
@JsonObject("SamplePermIdId")
public class SamplePermIdId
extends ObjectPermIdId
implements ISampleId
Identifies a sample by perm id.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ch.systemsx.cisd.openbis.generic.shared.api.v1.dto.id.ObjectPermIdId
equals, getPermId, hashCode, toString
-
Constructor Details
-
SamplePermIdId
- Parameters:
permId- Sample perm id, e.g. "201108050937246-1031".
-