Class CustomViewStore
java.lang.Object
it.uniroma2.art.semanticturkey.config.customview.CustomViewStore
- All Implemented Interfaces:
ConfigurationManager<CustomView>,ProjectConfigurationManager<CustomView>,SystemConfigurationManager<CustomView>,ConfigurableComponent<CustomView>,IdentifiableComponent,ProjectScopedConfigurableComponent<CustomView>,ScopedComponent
@Component
public class CustomViewStore
extends Object
implements ProjectScopedConfigurableComponent<CustomView>
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface it.uniroma2.art.semanticturkey.config.ConfigurationManager
deleteConfiguration, getConfiguration, getConfigurationReferences, getConfigurationScopes, storeConfigurationMethods inherited from interface it.uniroma2.art.semanticturkey.config.ProjectConfigurationManager
deleteProjectConfiguration, getProjectConfiguration, getProjectConfigurationIdentifiers, storeProjectConfigurationMethods inherited from interface it.uniroma2.art.semanticturkey.extension.ProjectScopedConfigurableComponent
getScopeMethods inherited from interface it.uniroma2.art.semanticturkey.config.SystemConfigurationManager
deleteSystemConfiguration, getSystemConfiguration, getSystemConfigurationIdentifiers, storeSystemConfiguration
-
Constructor Details
-
CustomViewStore
public CustomViewStore()
-
-
Method Details
-
getId
Description copied from interface:IdentifiableComponentreturns the identifier of this component- Specified by:
getIdin interfaceIdentifiableComponent- Returns:
- the identifier of this component
-