Package no.nsd.qddt.domain.xml
Class XmlDDICommentsBuilder
- java.lang.Object
-
- no.nsd.qddt.domain.xml.AbstractXmlBuilder<Comment>
-
- no.nsd.qddt.domain.xml.XmlDDICommentsBuilder
-
public class XmlDDICommentsBuilder extends AbstractXmlBuilder<Comment>
-
-
Field Summary
-
Fields inherited from class no.nsd.qddt.domain.xml.AbstractXmlBuilder
entity
-
-
Constructor Summary
Constructors Constructor Description XmlDDICommentsBuilder(Comment entity)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getEntityRef()
protected java.lang.String
getId()
void
setEntityBody(java.util.Map<java.util.UUID,java.lang.String> fragments)
-
Methods inherited from class no.nsd.qddt.domain.xml.AbstractXmlBuilder
html5toXML
-
-
-
-
Constructor Detail
-
XmlDDICommentsBuilder
public XmlDDICommentsBuilder(Comment entity)
-
-
Method Detail
-
getId
protected java.lang.String getId()
- Specified by:
getId
in classAbstractXmlBuilder<Comment>
-
setEntityBody
public void setEntityBody(java.util.Map<java.util.UUID,java.lang.String> fragments)
- Specified by:
setEntityBody
in classAbstractXmlBuilder<Comment>
-
getEntityRef
public java.lang.String getEntityRef()
- Specified by:
getEntityRef
in classAbstractXmlBuilder<Comment>
-
-