Class 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)
    • Constructor Detail

      • BasicFunctionalityBean

        public BasicFunctionalityBean​(String category,
                                      String name,
                                      String type,
                                      String opLevel,
                                      String ctxLevel)
        Parameters:
        category -
        name -
        type -
    • 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)
      • setCtxLevel

        public void setCtxLevel​(ContextLevel ctxLevel)