it.geosolutions.geobatch.catalog.impl
Class BaseService

java.lang.Object
  extended by it.geosolutions.geobatch.catalog.impl.BaseIdentifiable
      extended by it.geosolutions.geobatch.catalog.impl.BaseResource
          extended by it.geosolutions.geobatch.catalog.impl.BaseService
All Implemented Interfaces:
Identifiable, Resource, Service, java.lang.Cloneable
Direct Known Subclasses:
BaseEventGeneratorService

public class BaseService
extends BaseResource
implements Service


Constructor Summary
BaseService(java.lang.String id, java.lang.String name, java.lang.String description)
          Constructor forcing initialization of: id ,name and description of this resource
BaseService(java.lang.String id, java.lang.String name, java.lang.String description, boolean available)
           
 
Method Summary
 boolean isAvailable()
           
 void setAvailable(boolean available)
           
 
Methods inherited from class it.geosolutions.geobatch.catalog.impl.BaseResource
dispose
 
Methods inherited from class it.geosolutions.geobatch.catalog.impl.BaseIdentifiable
clone, getDescription, getId, getName, setDescription, setId, setName
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface it.geosolutions.geobatch.catalog.Resource
dispose
 
Methods inherited from interface it.geosolutions.geobatch.catalog.Identifiable
getDescription, getId, getName, setDescription, setId, setName
 

Constructor Detail

BaseService

public BaseService(java.lang.String id,
                   java.lang.String name,
                   java.lang.String description)
Constructor forcing initialization of: id ,name and description of this resource

Parameters:
id -
name -
description -

BaseService

public BaseService(java.lang.String id,
                   java.lang.String name,
                   java.lang.String description,
                   boolean available)
Method Detail

isAvailable

public boolean isAvailable()
Specified by:
isAvailable in interface Service
Returns:

setAvailable

public void setAvailable(boolean available)
Parameters:
available - the available to set


Copyright © 2008-2012 GeoSolutions. All Rights Reserved.