org.apache.oodt.product.handlers.ofsn
Class OFSNHandlerConfig

java.lang.Object
  extended by org.apache.oodt.product.handlers.ofsn.OFSNHandlerConfig

public class OFSNHandlerConfig
extends Object

A configuration element in the XML config file for the OFSN handler.

Version:
$Revision$
Author:
mattmann

Constructor Summary
OFSNHandlerConfig()
           
OFSNHandlerConfig(String className, String type, String name)
           
 
Method Summary
 String getClassName()
           
 Properties getHandlerConf()
           
 String getName()
           
 String getType()
           
 void setClassName(String className)
           
 void setHandlerConf(Properties handlerConf)
           
 void setName(String name)
           
 void setType(String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OFSNHandlerConfig

public OFSNHandlerConfig(String className,
                         String type,
                         String name)
Parameters:
className -
type -
name -

OFSNHandlerConfig

public OFSNHandlerConfig()
Method Detail

getClassName

public String getClassName()
Returns:
the className

setClassName

public void setClassName(String className)
Parameters:
className - the className to set

getType

public String getType()
Returns:
the type

setType

public void setType(String type)
Parameters:
type - the type to set

getName

public String getName()
Returns:
the name

setName

public void setName(String name)
Parameters:
name - the name to set

getHandlerConf

public Properties getHandlerConf()
Returns:
the handlerConf

setHandlerConf

public void setHandlerConf(Properties handlerConf)
Parameters:
handlerConf - the handlerConf to set


Copyright © 1999-2012 Apache OODT. All Rights Reserved.