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 boolean
equals(Object o)
String
getIndex()
String
getPath()
String
getType()
String
getValue()
int
hashCode()
void
setIndex(String index)
void
setPath(String path)
void
setType(String type)
void
setValue(String value)
String
toString()
-
-
-
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)
-
-