Class Document

All Implemented Interfaces:
Serializable, Comparable

public class Document extends GeneratedDocument
This class Document is always bound to a Format. The Document contains the result of the method Format.format(de.hybris.platform.jalo.Item) as Media. Depending on the added Formatter to the Format instance, the result could be a pdf file or xml file.
See Also: