| java.lang.Object | ||
| ↳ | com.pnfsoftware.jeb.core.output.AbstractUnitRepresentation | |
| ↳ | com.pnfsoftware.jeb.core.output.UnitRepresentationAdapter | |
A simple unit representation, always returning the document set at construction time. Unlike
AbstractTransientUnitRepresentation, this class cannot act as a document factory.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
UnitRepresentationAdapter(long id, String label, boolean defaultRepresentation, IGenericDocument doc)
Create the representation adapter.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| void | dispose() | ||||||||||
| IGenericDocument | getDocument() | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.pnfsoftware.jeb.core.output.AbstractUnitRepresentation
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
com.pnfsoftware.jeb.core.output.IUnitDocumentPresentation
| |||||||||||
Create the representation adapter.