Class BasicFunctionalityBean
- java.lang.Object
-
- org.gcube.informationsystem.resource_checker.beans.BasicFunctionalityBean
-
public class BasicFunctionalityBean extends Object
A basic functionality bean with name, category and type. Resource Identifier will be discovered at run time. It is supposed that the same resource is published in all contexts (so the identifier is the same).- Author:
- Costantino Perciante at ISTI-CNR (costantino.perciante@isti.cnr.it)
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidClass(Class type)StringgetCategory()ContextLevelgetCtxLevel()StringgetName()OperationLevelgetOpLevel()StringgetResourceId()ClassgetType()voidsetCategory(String category)voidsetCtxLevel(ContextLevel ctxLevel)voidsetName(String name)voidsetOpLevel(OperationLevel opLevel)voidsetResourceId(String resourceId)StringtoString()
-
-
-
Method Detail
-
getCategory
public String getCategory()
-
setCategory
public void setCategory(String category)
-
getName
public String getName()
-
setName
public void setName(String name)
-
getType
public Class getType()
-
Class
public void Class(Class type)
-
getResourceId
public String getResourceId()
-
setResourceId
public void setResourceId(String resourceId)
-
getOpLevel
public OperationLevel getOpLevel()
-
setOpLevel
public void setOpLevel(OperationLevel opLevel)
-
getCtxLevel
public ContextLevel getCtxLevel()
-
setCtxLevel
public void setCtxLevel(ContextLevel ctxLevel)
-
-