Package de.xima.fc.mdl.json
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JsonPathEntry()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetIndex()StringgetPath()StringgetType()StringgetValue()inthashCode()voidsetIndex(String index)voidsetPath(String path)voidsetType(String type)voidsetValue(String value)StringtoString()
-
-
-
Method Detail
-
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)
-
-