public class SearchAttribImpl extends AbstractImplItem implements SerializableXmlType
Constructor and Description |
---|
SearchAttribImpl() |
SearchAttribImpl(OpenEstateAttrib attribute) |
SearchAttribImpl(String group,
String name) |
Modifier and Type | Method and Description |
---|---|
OpenEstateAttrib |
getAttribute() |
SearchDateTimeImpl |
getDateTimeCondition() |
SearchEqualsImpl |
getEqualsCondition() |
SearchMatchesImpl |
getMatchesCondition() |
SearchNumericImpl |
getNumericCondition() |
long |
getOrder() |
boolean |
isMatching(AbstractAttribImpl value) |
boolean |
isMatching(AreaValue value) |
boolean |
isMatching(Boolean value) |
boolean |
isMatching(Date value) |
boolean |
isMatching(LengthValue value) |
boolean |
isMatching(Number value) |
boolean |
isMatching(String value) |
boolean |
isMatching(VolumeValue value) |
void |
readFromXml(org.dom4j.Element node) |
void |
serializeToXml(org.dom4j.Element node) |
void |
setAttribute(OpenEstateAttrib attribute) |
void |
setDateTimeCondition(SearchDateTimeImpl dateTimeCondition) |
void |
setEqualsCondition(SearchEqualsImpl equalsCondition) |
void |
setMatchesCondition(SearchMatchesImpl matchesCondition) |
void |
setNumericCondition(SearchNumericImpl numericCondition) |
void |
setOrder(long order) |
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 SearchAttribImpl()
public SearchAttribImpl(OpenEstateAttrib attribute)
public OpenEstateAttrib getAttribute()
public SearchDateTimeImpl getDateTimeCondition()
public SearchEqualsImpl getEqualsCondition()
public SearchMatchesImpl getMatchesCondition()
public SearchNumericImpl getNumericCondition()
public long getOrder()
public boolean isMatching(AbstractAttribImpl value)
public boolean isMatching(Date value)
public boolean isMatching(AreaValue value)
public boolean isMatching(LengthValue value)
public boolean isMatching(VolumeValue value)
public boolean isMatching(Number value)
public boolean isMatching(Boolean value)
public boolean isMatching(String 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 setAttribute(OpenEstateAttrib attribute)
public void setDateTimeCondition(SearchDateTimeImpl dateTimeCondition)
public void setEqualsCondition(SearchEqualsImpl equalsCondition)
public void setMatchesCondition(SearchMatchesImpl matchesCondition)
public void setNumericCondition(SearchNumericImpl numericCondition)
public void setOrder(long order)
Copyright © 2019 OpenEstate. All rights reserved.