Class ProjectFacetsStore

java.lang.Object
it.uniroma2.art.semanticturkey.settings.facets.ProjectFacetsStore
All Implemented Interfaces:
IdentifiableComponent, ProjectSettingsManager<ProjectFacets>, SettingsManager

@Component public class ProjectFacetsStore extends Object implements ProjectSettingsManager<ProjectFacets>
A storage for project facets.
Author:
Manuel Fiorelli
  • Constructor Details

    • ProjectFacetsStore

      public ProjectFacetsStore()
  • Method Details

    • getId

      public String getId()
      Description copied from interface: IdentifiableComponent
      returns the identifier of this component
      Specified by:
      getId in interface IdentifiableComponent
      Returns:
      the identifier of this component
    • isStatic

      public boolean isStatic()
      Description copied from interface: SettingsManager
      Tells whether the settings manager is multiverse-insensitive: always managing the same set of settings.
      Specified by:
      isStatic in interface SettingsManager
      Returns: