com.opensymphony.webwork.config_browser
Class ShowValidatorAction.PropertyInfo

java.lang.Object
  extended by com.opensymphony.webwork.config_browser.ShowValidatorAction.PropertyInfo
All Implemented Interfaces:
Comparable
Enclosing class:
ShowValidatorAction

public static class ShowValidatorAction.PropertyInfo
extends Object
implements Comparable


Constructor Summary
ShowValidatorAction.PropertyInfo(String name, Class type, Object value)
           
 
Method Summary
 int compareTo(Object o)
           
 boolean equals(Object o)
           
 String getName()
           
 Class getType()
           
 Object getValue()
           
 int hashCode()
           
 void setName(String name)
           
 void setType(Class type)
           
 void setValue(Object value)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShowValidatorAction.PropertyInfo

public ShowValidatorAction.PropertyInfo(String name,
                                        Class type,
                                        Object value)
Method Detail

getType

public Class getType()

setType

public void setType(Class type)

getValue

public Object getValue()

setValue

public void setValue(Object value)

getName

public String getName()

setName

public void setName(String name)

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object

compareTo

public int compareTo(Object o)
Specified by:
compareTo in interface Comparable

WebWork Project Page