public abstract class AbstractImplItem extends Object implements Serializable
Modifier | Constructor and Description |
---|---|
protected |
AbstractImplItem() |
Modifier and Type | Method and Description |
---|---|
Object |
getValue(String key) |
protected Object |
getValue(String key,
Object defaultValue) |
Map<String,Object> |
getValues() |
void |
merge(AbstractImplItem item) |
protected void |
putValue(String key,
Object value) |
static String |
selectAttribute(org.dom4j.Element node,
String key) |
static String |
selectAttribute(org.dom4j.Element node,
String key,
String defaultValue) |
static BigDecimal |
selectAttributeAsBigDecimal(org.dom4j.Element node,
String key) |
static BigDecimal |
selectAttributeAsBigDecimal(org.dom4j.Element node,
String key,
BigDecimal defaultValue) |
static BigInteger |
selectAttributeAsBigInteger(org.dom4j.Element node,
String key) |
static BigInteger |
selectAttributeAsBigInteger(org.dom4j.Element node,
String key,
BigInteger defaultValue) |
static Boolean |
selectAttributeAsBoolean(org.dom4j.Element node,
String key) |
static Boolean |
selectAttributeAsBoolean(org.dom4j.Element node,
String key,
Boolean defaultValue) |
static Currency |
selectAttributeAsCurrency(org.dom4j.Element node,
String key) |
static Currency |
selectAttributeAsCurrency(org.dom4j.Element node,
String key,
Currency defaultValue) |
static Date |
selectAttributeAsDate(org.dom4j.Element node,
String key) |
static Date |
selectAttributeAsDate(org.dom4j.Element node,
String key,
Date defaultValue) |
static Date |
selectAttributeAsDateTime(org.dom4j.Element node,
String key) |
static Date |
selectAttributeAsDateTime(org.dom4j.Element node,
String key,
Date defaultValue) |
static Double |
selectAttributeAsDouble(org.dom4j.Element node,
String key) |
static Double |
selectAttributeAsDouble(org.dom4j.Element node,
String key,
Double defaultValue) |
static Float |
selectAttributeAsFloat(org.dom4j.Element node,
String key) |
static Float |
selectAttributeAsFloat(org.dom4j.Element node,
String key,
Float defaultValue) |
static URI |
selectAttributeAsURI(org.dom4j.Element node,
String key) |
static URI |
selectAttributeAsURI(org.dom4j.Element node,
String key,
URI defaultValue) |
static List<org.dom4j.Node> |
selectChildElements(org.dom4j.Element node) |
public void merge(AbstractImplItem item)
public static String selectAttribute(org.dom4j.Element node, String key, String defaultValue)
public static BigDecimal selectAttributeAsBigDecimal(org.dom4j.Element node, String key)
public static BigDecimal selectAttributeAsBigDecimal(org.dom4j.Element node, String key, BigDecimal defaultValue)
public static BigInteger selectAttributeAsBigInteger(org.dom4j.Element node, String key)
public static BigInteger selectAttributeAsBigInteger(org.dom4j.Element node, String key, BigInteger defaultValue)
public static Boolean selectAttributeAsBoolean(org.dom4j.Element node, String key)
public static Boolean selectAttributeAsBoolean(org.dom4j.Element node, String key, Boolean defaultValue)
public static Currency selectAttributeAsCurrency(org.dom4j.Element node, String key)
public static Currency selectAttributeAsCurrency(org.dom4j.Element node, String key, Currency defaultValue)
public static Date selectAttributeAsDate(org.dom4j.Element node, String key, Date defaultValue)
public static Date selectAttributeAsDateTime(org.dom4j.Element node, String key)
public static Date selectAttributeAsDateTime(org.dom4j.Element node, String key, Date defaultValue)
public static Double selectAttributeAsDouble(org.dom4j.Element node, String key)
public static Double selectAttributeAsDouble(org.dom4j.Element node, String key, Double defaultValue)
public static Float selectAttributeAsFloat(org.dom4j.Element node, String key)
public static Float selectAttributeAsFloat(org.dom4j.Element node, String key, Float defaultValue)
public static URI selectAttributeAsURI(org.dom4j.Element node, String key, URI defaultValue)
public static List<org.dom4j.Node> selectChildElements(org.dom4j.Element node)
Copyright © 2019 OpenEstate. All rights reserved.