org.deegree_impl.services.wms.capabilities
Class ServiceClass_Impl

java.lang.Object
  extended byorg.deegree_impl.services.wms.capabilities.ServiceClass_Impl
All Implemented Interfaces:
ServiceClass
Direct Known Subclasses:
LegendGraphicService_Impl

class ServiceClass_Impl
extends java.lang.Object
implements ServiceClass

----------------------------------------------------------------------

Version:
2002-03-01
Author:
Andreas Poth

Field Summary
private  java.lang.String className
           
private  java.net.URL configurationFile
           
 
Constructor Summary
(package private) ServiceClass_Impl(java.lang.String className, java.net.URL configurationFile)
          Creates a new ServiceClass_Impl object.
 
Method Summary
 java.lang.String getClassName()
          returns the name of the class that acts as service for a layer
 java.net.URL getConfigurationFile()
          returns the name of the configuration file for the service class.
 void setClassName(java.lang.String className)
          sets the name of the class that acts as filter service for a layer
 void setConfigurationFile(java.net.URL configurationFile)
          sets the name of the configuration file for the service class.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

className

private java.lang.String className

configurationFile

private java.net.URL configurationFile
Constructor Detail

ServiceClass_Impl

ServiceClass_Impl(java.lang.String className,
                  java.net.URL configurationFile)
Creates a new ServiceClass_Impl object.

Parameters:
className -
configurationFile -
Method Detail

getClassName

public java.lang.String getClassName()
returns the name of the class that acts as service for a layer

Specified by:
getClassName in interface ServiceClass

setClassName

public void setClassName(java.lang.String className)
sets the name of the class that acts as filter service for a layer


getConfigurationFile

public java.net.URL getConfigurationFile()
returns the name of the configuration file for the service class. the definition of a configuration file is optional

Specified by:
getConfigurationFile in interface ServiceClass

setConfigurationFile

public void setConfigurationFile(java.net.URL configurationFile)
sets the name of the configuration file for the service class. the definition of a configuration file is optional