public class SetBackEntry extends Object
Constructor and Description |
---|
SetBackEntry(JSONObject json)
Create a new set back entry.
|
SetBackEntry(String s)
Create a new set back entry.
|
Modifier and Type | Method and Description |
---|---|
String |
getKey()
Get the main data of the set back
|
String |
getType()
Get the type of the set back.
|
String |
getValue()
Get the value of the data (without the key and the type)
|
public SetBackEntry(JSONObject json)
json
- the json object which contains all set back datapublic SetBackEntry(String s)
s
- the string which contains all set back datapublic String getType()
public String getKey()
public String getValue()