Class LabelledObject
- java.lang.Object
-
- org.molgenis.data.security.permission.model.LabelledObject
-
public abstract class LabelledObject extends Object
-
-
Constructor Summary
Constructors Constructor Description LabelledObject()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description static LabelledObjectcreate(String id, String label)abstract StringgetId()abstract StringgetLabel()
-
-
-
Method Detail
-
getId
public abstract String getId()
-
getLabel
public abstract String getLabel()
-
create
public static LabelledObject create(String id, String label)
-
-