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 classCustomOrder2XMLModelGenerated model class for type CustomOrder2XML first defined at extension commons.classVelocityFormatterModelGenerated 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 ItemFormatterModelFormatModel. getInitial()Generated method - Getter of theFormat.initialattribute defined at extensioncommons.Methods in de.hybris.platform.commons.model with parameters of type ItemFormatterModel Modifier and Type Method Description voidFormatModel. setInitial(ItemFormatterModel value)Generated method - Setter ofFormat.initialattribute 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
-