public class Bean extends HashMap<String,Object>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Modifier and Type | Field and Description |
---|---|
static String |
CONDITION_FIELD_KEY |
static String |
CONDITION_MODE_KEY |
static String |
EMPTY_CONDITION_KEY |
static String |
GROUP_BY_KEY |
static String |
ORDER_BY_KEY |
static String |
SELECT_ITEMS_KEY |
static String |
SORT_DIRECTION_KEY |
Modifier and Type | Method and Description |
---|---|
void |
clearMark() |
List<Field> |
getFields() |
boolean |
getMark(String propertyName) |
<T> T |
getProperty(String propertyName) |
String |
getType() |
Object |
put(String key,
Object value) |
void |
putAll(Map<? extends String,? extends Object> map) |
Bean |
set(String propertyName,
Object property) |
void |
setFields(List<Field> fields) |
Bean |
setProperty(Bean bean) |
Bean |
setProperty(String propertyName,
Object property) |
void |
setType(String type) |
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
equals, hashCode, toString
public static final String SELECT_ITEMS_KEY
public static final String CONDITION_FIELD_KEY
public static final String CONDITION_MODE_KEY
public static final String ORDER_BY_KEY
public static final String SORT_DIRECTION_KEY
public static final String GROUP_BY_KEY
public static final String EMPTY_CONDITION_KEY
public Bean()
public Bean(String type)
type
- public <T> T getProperty(String propertyName)
public String getType()
public void setType(String type)
public void clearMark()
public boolean getMark(String propertyName)
Copyright © 2006–2018 TinyGroup. All rights reserved.