org.geotools.validation.dto
Class ArgumentDTO

Object
  extended by ArgumentDTO

public class ArgumentDTO
extends Object

ArgumentConfig purpose.

Description of ArgumentConfig ...

Author:
dzwiers, Refractions Research, Inc., $Author: dmzwiers $ (last modification)
Module:

Constructor Summary
ArgumentDTO()
          ArgumentConfig constructor.
ArgumentDTO(ArgumentDTO dto)
           
 
Method Summary
 Object clone()
           
 boolean equals(Object obj)
           
 String getName()
          Access name property.
 Object getValue()
          Access value property.
 int hashCode()
           
 boolean isFinal()
          Access _final property.
 void setFinal(boolean _final)
          Set _final to _final.
 void setName(String name)
          Set name to name.
 void setValue(Object value)
          Set value to value.
 
Methods inherited from class Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArgumentDTO

public ArgumentDTO()
ArgumentConfig constructor.

Description


ArgumentDTO

public ArgumentDTO(ArgumentDTO dto)
Method Detail

clone

public Object clone()
Overrides:
clone in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

isFinal

public boolean isFinal()
Access _final property.

Returns:
Returns the _final.

setFinal

public void setFinal(boolean _final)
Set _final to _final.

Parameters:
_final - The _final to set.

getName

public String getName()
Access name property.

Returns:
Returns the name.

setName

public void setName(String name)
Set name to name.

Parameters:
name - The name to set.

getValue

public Object getValue()
Access value property.

Returns:
Returns the value.

setValue

public void setValue(Object value)
Set value to value.

Parameters:
value - The value to set.


Copyright © 1996-2009 Geotools. All Rights Reserved.