Uses of Class
de.hybris.platform.core.model.type.ViewAttributeDescriptorModel
-
Packages that use ViewAttributeDescriptorModel Package Description de.hybris.platform.core.model.type Contains generated models for each type of de.hybris.platform.jalo.type package. -
-
Uses of ViewAttributeDescriptorModel in de.hybris.platform.core.model.type
Methods in de.hybris.platform.core.model.type that return types with arguments of type ViewAttributeDescriptorModel Modifier and Type Method Description java.util.List<ViewAttributeDescriptorModel>ViewTypeModel. getColumns()Generated method - Getter of theViewType.columnsattribute defined at extensioncore.java.util.Set<ViewAttributeDescriptorModel>ViewTypeModel. getParams()Generated method - Getter of theViewType.paramsattribute defined at extensioncore.Method parameters in de.hybris.platform.core.model.type with type arguments of type ViewAttributeDescriptorModel Modifier and Type Method Description voidViewTypeModel. setColumns(java.util.List<ViewAttributeDescriptorModel> value)Generated method - Setter ofViewType.columnsattribute defined at extensioncore.voidViewTypeModel. setParams(java.util.Set<ViewAttributeDescriptorModel> value)Generated method - Setter ofViewType.paramsattribute defined at extensioncore.
-