Uses of Class
de.hybris.platform.commons.model.ItemFormatterModel
-
Packages that use ItemFormatterModel Package Description de.hybris.platform.commons.model Contains generated models for each type of de.hybris.platform.commons.jalo package. -
-
Uses of ItemFormatterModel in de.hybris.platform.commons.model
Subclasses of ItemFormatterModel in de.hybris.platform.commons.model Modifier and Type Class Description class
CustomOrder2XMLModel
Generated model class for type CustomOrder2XML first defined at extension commons.class
VelocityFormatterModel
Generated model class for type VelocityFormatter first defined at extension commons.Methods in de.hybris.platform.commons.model that return ItemFormatterModel Modifier and Type Method Description ItemFormatterModel
FormatModel. getInitial()
Generated method - Getter of theFormat.initial
attribute defined at extensioncommons
.Methods in de.hybris.platform.commons.model with parameters of type ItemFormatterModel Modifier and Type Method Description void
FormatModel. setInitial(ItemFormatterModel value)
Generated method - Setter ofFormat.initial
attribute defined at extensioncommons
.Constructors in de.hybris.platform.commons.model with parameters of type ItemFormatterModel Constructor Description FormatModel(java.lang.String _code, DocumentTypeEnum _documentType, ItemFormatterModel _initial)
Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersFormatModel(java.lang.String _code, DocumentTypeEnum _documentType, ItemFormatterModel _initial, ItemModel _owner)
Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters
-