public class JobLogEntryDom
extends java.lang.Object
Constructor and Description |
---|
JobLogEntryDom() |
Modifier and Type | Method and Description |
---|---|
static Element |
getDomElement(PicManFacade pmf,
JobLogEntry jle)
Return a
JobLogEntry as a DOM Element |
public static Element getDomElement(PicManFacade pmf, JobLogEntry jle)
JobLogEntry
as a DOM Elementpmf
- The PicMan Facadejle
- The JobLogEntry
to convert