it.geosolutions.geobatch.catalog
Interface Configuration

All Superinterfaces:
Identifiable
All Known Subinterfaces:
CatalogConfiguration, EventConsumerConfiguration, FlowConfiguration
All Known Implementing Classes:
ActionConfiguration, BaseConfiguration, BaseFlowConfiguration, EventGeneratorConfiguration, ProgressListenerConfiguration

public interface Configuration
extends Identifiable

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

Method Summary
 java.lang.String getServiceID()
           
 boolean isDirty()
           
 void setDirty(boolean dirty)
           
 void setServiceID(java.lang.String serviceID)
           
 
Methods inherited from interface it.geosolutions.geobatch.catalog.Identifiable
getDescription, getId, getName, setDescription, setId, setName
 

Method Detail

isDirty

boolean isDirty()

setDirty

void setDirty(boolean dirty)

getServiceID

java.lang.String getServiceID()
Returns:
the serviceID

setServiceID

void setServiceID(java.lang.String serviceID)
Parameters:
serviceID - the serviceID to set


Copyright © 2008-2012 GeoSolutions. All Rights Reserved.