Class LabelledType
- java.lang.Object
-
- org.molgenis.data.security.permission.model.LabelledType
-
public abstract class LabelledType extends Object
-
-
Constructor Summary
Constructors Constructor Description LabelledType()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description static LabelledTypecreate(String typeId, String entityType, String label)abstract StringgetEntityType()abstract StringgetId()abstract StringgetLabel()
-