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.AbstractXmlBuilderentity
 
- 
 - 
Constructor SummaryConstructors Constructor Description XmlDDICommentsBuilder(Comment entity)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetEntityRef()protected java.lang.StringgetId()voidsetEntityBody(java.util.Map<java.util.UUID,java.lang.String> fragments)- 
Methods inherited from class no.nsd.qddt.domain.xml.AbstractXmlBuilderhtml5toXML
 
- 
 
- 
- 
- 
Constructor Detail- 
XmlDDICommentsBuilderpublic XmlDDICommentsBuilder(Comment entity) 
 
- 
 - 
Method Detail- 
getIdprotected java.lang.String getId() - Specified by:
- getIdin class- AbstractXmlBuilder<Comment>
 
 - 
setEntityBodypublic void setEntityBody(java.util.Map<java.util.UUID,java.lang.String> fragments) - Specified by:
- setEntityBodyin class- AbstractXmlBuilder<Comment>
 
 - 
getEntityRefpublic java.lang.String getEntityRef() - Specified by:
- getEntityRefin class- AbstractXmlBuilder<Comment>
 
 
- 
 
-