Class ShowValidatorAction.PropertyInfo

java.lang.Object
org.apache.struts2.config_browser.ShowValidatorAction.PropertyInfo
All Implemented Interfaces:
Comparable
Enclosing class:
ShowValidatorAction

public static class ShowValidatorAction.PropertyInfo extends Object implements Comparable
  • Constructor Details

  • Method Details

    • 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