it.geosolutions.geobatch.catalog.impl
Class BaseResource

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

public class BaseResource
extends BaseIdentifiable
implements Resource


Constructor Summary
BaseResource(java.lang.String id, java.lang.String name, java.lang.String description)
          Constructor forcing initialization of: id ,name and description of this resource
 
Method Summary
 void 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.Identifiable
getDescription, getId, getName, setDescription, setId, setName
 

Constructor Detail

BaseResource

public BaseResource(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 -
Method Detail

dispose

public void dispose()
Specified by:
dispose in interface Resource


Copyright © 2008-2012 GeoSolutions. All Rights Reserved.