public class Info extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Calendar |
calendar |
protected org.json.JSONObject |
value |
| Constructor and Description |
|---|
Info(Calendar calendar,
org.json.JSONObject value) |
| Modifier and Type | Method and Description |
|---|---|
Calendar |
getCalendar() |
org.json.JSONObject |
getValue() |
void |
setCalendar(Calendar calendar) |
void |
setValue(org.json.JSONObject value) |
String |
toString() |
protected Calendar calendar
protected org.json.JSONObject value
public Info(Calendar calendar, org.json.JSONObject value)
calendar - the datevalue - the JSON valuepublic Calendar getCalendar()
public void setCalendar(Calendar calendar)
calendar - the date to setpublic org.json.JSONObject getValue()
public void setValue(org.json.JSONObject value)
value - the value to setCopyright © 2021. All Rights Reserved.