public class DqcServletConfigItem extends Object
| Constructor and Description |
|---|
DqcServletConfigItem() |
DqcServletConfigItem(String name,
String description,
String handlerClassName,
String handlerConfigFileName) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Tests the equality of this DqcServletConfigItem with the given Object.
|
String |
getDescription()
Return the description of this DqcServletConfigItem instance.
|
String |
getHandlerClassName()
Return the DqcHandler class name.
|
String |
getHandlerConfigFileName()
Return the config file name for the DqcHandler.
|
String |
getName()
Return the name of this DqcServletConfigItem instance.
|
int |
hashCode()
Computes a hash code for this DqcServletConfigItem.
|
void |
setDescription(String description)
Set the description of this DqcServletConfigItem instance.
|
void |
setHandlerClassName(String handler)
Set the DqcHandler class name.
|
void |
setHandlerConfigFileName(String handlerConfigFileName)
Set the config file name for the DqcHandler.
|
void |
setName(String name)
Set the name of this DqcServletConfigItem instance.
|
String |
toString() |
public void setName(String name)
public String getName()
public void setDescription(String description)
public String getDescription()
public void setHandlerClassName(String handler)
public String getHandlerClassName()
public void setHandlerConfigFileName(String handlerConfigFileName)
public String getHandlerConfigFileName()
public boolean equals(Object o)
Copyright © 1999–2014 UCAR/Unidata. All rights reserved.