public class ConektaObject extends ArrayList
| Modifier and Type | Field and Description |
|---|---|
String |
id |
modCount| Constructor and Description |
|---|
ConektaObject() |
ConektaObject(String id) |
| Modifier and Type | Method and Description |
|---|---|
protected static ConektaObject |
aux(org.json.JSONArray jsonArray,
String className,
Integer i) |
String |
getId() |
Object |
getVal(String key) |
void |
loadFromArray(org.json.JSONArray jsonArray) |
void |
loadFromArray(org.json.JSONArray jsonArray,
String className) |
void |
loadFromObject(org.json.JSONObject jsonObject) |
void |
setId(String id) |
void |
setVal(String key,
Object value) |
protected static String |
toCamelCase(String s) |
protected static String |
toProperCase(String s) |
String |
toString() |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSizeequals, hashCodecontainsAllfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsAll, equals, hashCodeparallelStream, streampublic String id
public ConektaObject(String id)
public ConektaObject()
public String getId()
public void setId(String id)
public void loadFromArray(org.json.JSONArray jsonArray,
String className)
throws Error
Errorprotected static ConektaObject aux(org.json.JSONArray jsonArray, String className, Integer i) throws Error
Errorpublic void loadFromObject(org.json.JSONObject jsonObject)
throws Exception
Exceptionpublic String toString()
toString in class AbstractCollectionCopyright © 2019. All rights reserved.