Class PropertyTypePermId
java.lang.Object
ch.ethz.sis.openbis.generic.asapi.v3.dto.common.id.ObjectPermId
ch.ethz.sis.openbis.generic.asapi.v3.dto.property.id.PropertyTypePermId
- All Implemented Interfaces:
IObjectId,IPropertyTypeId,Serializable
@JsonObject("as.dto.property.id.PropertyTypePermId")
public class PropertyTypePermId
extends ObjectPermId
implements IPropertyTypeId
Property type perm id.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ch.ethz.sis.openbis.generic.asapi.v3.dto.common.id.ObjectPermId
equals, getPermId, hashCode, toString
-
Constructor Details
-
PropertyTypePermId
- Parameters:
permId- Property type perm id, e.g. "MY_PROPERTY_TYPE".
-