public class TransferAgencyImpl extends AbstractImplItem implements SerializableXmlType
| Modifier and Type | Field and Description |
|---|---|
static String |
XML_ELEMENT_AGENT |
static String |
XML_ELEMENT_CONTACT |
static String |
XML_ELEMENT_REMOVE_ESTATE |
static String |
XML_ELEMENT_REMOVE_UNMODIFIED_ESTATES |
static String |
XML_ELEMENT_SAVE_ESTATE |
static String |
XML_ELEMENT_VALUES |
| Constructor and Description |
|---|
TransferAgencyImpl() |
| Modifier and Type | Method and Description |
|---|---|
AgentImpl |
getAgent() |
Map<String,AgentContactImpl> |
getContacts() |
CustomValuesImpl |
getCustomValues() |
List<String> |
getEstateIdsToRemove() |
List<EstateImpl> |
getEstatesToSave() |
boolean |
isRemoveUnmodifiedEstates() |
void |
readFromXml(org.dom4j.Element node) |
void |
serializeToXml(org.dom4j.Element node) |
void |
setAgent(AgentImpl agent) |
void |
setCustomValues(CustomValuesImpl val) |
void |
setRemoveUnmodifiedEstates(boolean set) |
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, selectChildElementspublic static final String XML_ELEMENT_AGENT
public static final String XML_ELEMENT_CONTACT
public static final String XML_ELEMENT_REMOVE_ESTATE
public static final String XML_ELEMENT_REMOVE_UNMODIFIED_ESTATES
public static final String XML_ELEMENT_SAVE_ESTATE
public static final String XML_ELEMENT_VALUES
public AgentImpl getAgent()
public Map<String,AgentContactImpl> getContacts()
public CustomValuesImpl getCustomValues()
public List<EstateImpl> getEstatesToSave()
public boolean isRemoveUnmodifiedEstates()
public void readFromXml(org.dom4j.Element node)
throws org.dom4j.DocumentException
readFromXml in interface SerializableXmlTypeorg.dom4j.DocumentExceptionpublic void serializeToXml(org.dom4j.Element node)
throws org.dom4j.DocumentException
serializeToXml in interface SerializableXmlTypeorg.dom4j.DocumentExceptionpublic void setAgent(AgentImpl agent)
public void setCustomValues(CustomValuesImpl val)
public void setRemoveUnmodifiedEstates(boolean set)
Copyright © 2019 OpenEstate. All rights reserved.