Class JsonPathEntry

java.lang.Object
de.xima.fc.mdl.json.JsonPathEntry
All Implemented Interfaces:
Serializable

@Embeddable public class JsonPathEntry extends Object implements Serializable
See Also:
  • Constructor Details

    • JsonPathEntry

      public JsonPathEntry()
  • Method Details

    • equals

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

      public String getIndex()
    • setIndex

      public void setIndex(String index)
    • getPath

      public String getPath()
    • setPath

      public void setPath(String path)
    • getType

      public String getType()
    • setType

      public void setType(String type)
    • getValue

      public String getValue()
    • setValue

      public void setValue(String value)
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Object