Class FormPropertyValue

java.lang.Object
org.apache.syncope.common.lib.form.FormPropertyValue
All Implemented Interfaces:
Serializable

public class FormPropertyValue extends Object implements Serializable
See Also:
  • Constructor Details

    • FormPropertyValue

      public FormPropertyValue(String key, String value)
  • Method Details

    • getKey

      public String getKey()
    • getValue

      public String getValue()
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

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