org.apache.oodt.product.handlers.ofsn
Class OFSNHandlerConfig
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OFSNHandlerConfig
public OFSNHandlerConfig(String className,
String type,
String name)
- Parameters:
className - type - name -
OFSNHandlerConfig
public OFSNHandlerConfig()
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-2013 Apache OODT. All Rights Reserved.