com.opensymphony.webwork.config_browser
Class ShowValidatorAction.PropertyInfo
java.lang.Object
com.opensymphony.webwork.config_browser.ShowValidatorAction.PropertyInfo
- All Implemented Interfaces:
- Comparable
- Enclosing class:
- ShowValidatorAction
public static class ShowValidatorAction.PropertyInfo
- extends Object
- implements Comparable
ShowValidatorAction.PropertyInfo
public ShowValidatorAction.PropertyInfo(String name,
Class type,
Object value)
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