Contents
Interface WebCategory
- All Superinterfaces:
ecmwf.web.model.users.Category
,ecmwf.web.model.ModelBean
- All Known Implementing Classes:
CategoryBean
public interface WebCategory
extends ecmwf.web.model.users.Category
The Interface WebCategory.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addResource
(ecmwf.web.model.users.Resource r) Adds the resource.void
deleteResource
(ecmwf.web.model.users.Resource r) Delete resource.boolean
Gets the active.void
setActive
(boolean b) Sets the active.
-
Method Details
-
getActive
boolean getActive()Gets the active.- Returns:
- the active
-
setActive
void setActive(boolean b) Sets the active.- Parameters:
b
- the new active
-
addResource
void addResource(ecmwf.web.model.users.Resource r) Adds the resource.- Parameters:
r
- the r
-
deleteResource
void deleteResource(ecmwf.web.model.users.Resource r) Delete resource.- Parameters:
r
- the r
-