Class XmlDomainObjectDS
java.lang.Object
com.aquima.interactions.ds.ReportingDS
com.aquima.interactions.communication.ds.xml.r17.parsing.XmlDomainObjectDS
- All Implemented Interfaces:
IDomainObjectDS
,IReportingDS
Xml implementation of DataObject.
- Since:
- 9.3
- Author:
- A.Pragt
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
XmlDomainObjectDS
(IInitializationReport report, IXmlNode node) -
Method Summary
Modifier and TypeMethodDescriptionvoid
iterateProperties
(IDomainPropertyVisitor visitor) Iterates about the properties of the object.Methods inherited from class com.aquima.interactions.ds.ReportingDS
addMessage, getCategory, getReport
-
Constructor Details
-
Method Details
-
iterateProperties
Description copied from interface:IDomainObjectDS
Iterates about the properties of the object.- Specified by:
iterateProperties
in interfaceIDomainObjectDS
- Parameters:
visitor
- The visitor to use, not null.
-