public class PlugInDTO extends Object
Description of PlugInConfig ...
| Constructor and Description | 
|---|
| PlugInDTO()PlugInDTO constructor. | 
| PlugInDTO(PlugInDTO pi)PlugInDTO constructor. | 
| Modifier and Type | Method and Description | 
|---|---|
| Object | clone()Implementation of clone. | 
| boolean | equals(Object obj)Implementation of equals. | 
| Map | getArgs()Access args property. | 
| String | getClassName()Access className property. | 
| String | getDescription()Access description property. | 
| String | getName()Access name property. | 
| int | hashCode()Implementation of hashCode. | 
| void | setArgs(Map args)Set args to args. | 
| void | setClassName(String className)Set className to className. | 
| void | setDescription(String description)Set description to description. | 
| void | setName(String name)Set name to name. | 
public PlugInDTO()
Does nothing.
public PlugInDTO(PlugInDTO pi)
Creates a copy of the DTO passed in in this object.
pi - public Object clone()
clone in class ObjectObject.clone()public boolean equals(Object obj)
equals in class Objectobj - Object.equals(java.lang.Object)public int hashCode()
hashCode in class ObjectObject.hashCode()public Map getArgs()
public void setArgs(Map args)
args - The args to set.public String getClassName()
public void setClassName(String className)
className - The className to set.public String getDescription()
public void setDescription(String description)
description - The description to set.public String getName()
public void setName(String name)
name - The name to set.Copyright © 1996–2019 Geotools. All rights reserved.