Class Format

All Implemented Interfaces:
Serializable, Comparable

public class Format extends GeneratedFormat
The main Item/Class of the extension commons.
The Format item contains one ItemFormatter (set with GeneratedFormat.setInitial(de.hybris.platform.commons.jalo.ItemFormatter)) and a Collection with at least one MediaFormatter (set with GeneratedFormat.setChained(java.util.Collection)).
After calling the method format(Item) there will be an Item Document attached to this instance which contains the result of the format process (as media).
See Also: