public class SearchNumericImpl extends AbstractImplItem implements SerializableXmlType
Constructor and Description |
---|
SearchNumericImpl() |
Modifier and Type | Method and Description |
---|---|
AreaValue.Unit |
getAreaUnit() |
Currency |
getCurrencyUnit() |
EnergyConsumptionValue.Unit |
getEnergyConsumptionUnit() |
LengthValue.Unit |
getLengthUnit() |
BigDecimal |
getMax() |
BigDecimal |
getMin() |
long |
getOrder() |
VolumeValue.Unit |
getVolumeUnit() |
boolean |
isMatching(AreaValue value) |
boolean |
isMatching(EnergyConsumptionValue value) |
boolean |
isMatching(LengthValue value) |
boolean |
isMatching(Number value) |
boolean |
isMatching(VolumeValue value) |
void |
readFromXml(org.dom4j.Element node) |
void |
serializeToXml(org.dom4j.Element node) |
void |
setAreaUnit(AreaValue.Unit areaUnit) |
void |
setCurrencyUnit(Currency currencyUnit) |
void |
setEnergyConsumptionUnit(EnergyConsumptionValue.Unit energyConsumptionUnit) |
void |
setLengthUnit(LengthValue.Unit lengthUnit) |
void |
setMax(BigDecimal max) |
void |
setMin(BigDecimal min) |
void |
setOrder(long order) |
void |
setVolumeUnit(VolumeValue.Unit volumeUnit) |
void |
unsetUnits() |
getValue, getValue, getValues, merge, putValue, selectAttribute, selectAttribute, selectAttributeAsBigDecimal, selectAttributeAsBigDecimal, selectAttributeAsBigInteger, selectAttributeAsBigInteger, selectAttributeAsBoolean, selectAttributeAsBoolean, selectAttributeAsCurrency, selectAttributeAsCurrency, selectAttributeAsDate, selectAttributeAsDate, selectAttributeAsDateTime, selectAttributeAsDateTime, selectAttributeAsDouble, selectAttributeAsDouble, selectAttributeAsFloat, selectAttributeAsFloat, selectAttributeAsURI, selectAttributeAsURI, selectChildElements
public AreaValue.Unit getAreaUnit()
public Currency getCurrencyUnit()
public LengthValue.Unit getLengthUnit()
public EnergyConsumptionValue.Unit getEnergyConsumptionUnit()
public BigDecimal getMax()
public BigDecimal getMin()
public long getOrder()
public VolumeValue.Unit getVolumeUnit()
public boolean isMatching(AreaValue value)
public boolean isMatching(EnergyConsumptionValue value)
public boolean isMatching(LengthValue value)
public boolean isMatching(VolumeValue value)
public boolean isMatching(Number value)
public void readFromXml(org.dom4j.Element node) throws org.dom4j.DocumentException
readFromXml
in interface SerializableXmlType
org.dom4j.DocumentException
public void serializeToXml(org.dom4j.Element node) throws org.dom4j.DocumentException
serializeToXml
in interface SerializableXmlType
org.dom4j.DocumentException
public void setAreaUnit(AreaValue.Unit areaUnit)
public void setCurrencyUnit(Currency currencyUnit)
public void setEnergyConsumptionUnit(EnergyConsumptionValue.Unit energyConsumptionUnit)
public void setLengthUnit(LengthValue.Unit lengthUnit)
public void setMax(BigDecimal max)
public void setMin(BigDecimal min)
public void setOrder(long order)
public void setVolumeUnit(VolumeValue.Unit volumeUnit)
public void unsetUnits()
Copyright © 2019 OpenEstate. All rights reserved.