Class Context
- java.lang.Object
-
- org.gcube.vremanagement.contextmanager.model.types.Context
-
public class Context extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classContext.Type
-
Constructor Summary
Constructors Constructor Description Context(Context parent, String id, String name, Context.Type type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetId()StringgetName()ContextgetParent()Context.TypegetType()inthashCode()StringtoString()
-
-
-
Constructor Detail
-
Context
public Context(Context parent, String id, String name, Context.Type type)
-
-
Method Detail
-
getId
public String getId()
-
getName
public String getName()
-
getType
public Context.Type getType()
-
getParent
public Context getParent()
-
-