- java.lang.Object
-
- com.appslandia.common.base.CaseInsensitiveMap<Object>
-
- com.appslandia.common.record.Record
-
- All Implemented Interfaces:
Serializable,Map<String,Object>
public class Record extends CaseInsensitiveMap<Object>
- Author:
- Loc Ha
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Record()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> Tget(String name)Recordset(String name, Object value)Object[]toValues(Table table)Object[]toValues(String[] columnLabels)-
Methods inherited from class com.appslandia.common.base.CaseInsensitiveMap
clear, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
-
-