it.geosolutions.geobatch.catalog
Interface Identifiable

All Known Subinterfaces:
Action<XEO>, ActionService<EO,AC>, CatalogConfiguration, Configuration, EventConsumerConfiguration, EventGeneratorService<EO,EGC>, FlowConfiguration, FlowManager<EO,FC>, FlowManagerService<EO,FC>, PersistentResource<C>, ProgressListenerService<T,PLC>, Resource, Service
All Known Implementing Classes:
ActionConfiguration, BaseAction, BaseConfiguration, BaseEventConsumer, BaseEventGenerator, BaseEventGeneratorService, BaseFlowConfiguration, BaseIdentifiable, BaseResource, BaseService, EventGeneratorConfiguration, ProgressListenerConfiguration

public interface Identifiable

Author:
Simone Giannecchini, (r2) Carlo Cancellieri - carlo.cancellieri@geo-solutions.it

Method Summary
 java.lang.String getDescription()
           
 java.lang.String getId()
          The Flow BaseEventConsumer Type identifier.
 java.lang.String getName()
          The Flow BaseEventConsumer Type name.
 void setDescription(java.lang.String description)
           
 void setId(java.lang.String id)
          The Flow BaseEventConsumer Type identifier.
 void setName(java.lang.String name)
          The Flow BaseEventConsumer Type name.
 

Method Detail

getDescription

java.lang.String getDescription()

getId

java.lang.String getId()
The Flow BaseEventConsumer Type identifier.


getName

java.lang.String getName()
The Flow BaseEventConsumer Type name.


setId

void setId(java.lang.String id)
The Flow BaseEventConsumer Type identifier.


setName

void setName(java.lang.String name)
The Flow BaseEventConsumer Type name.


setDescription

void setDescription(java.lang.String description)


Copyright © 2008-2012 GeoSolutions. All Rights Reserved.