Class PropertyGroup
java.lang.Object
de.codebarista.shopware.model.core.PropertyGroup
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-06-10T11:26:02.541008353+02:00[Europe/Berlin]",
comments="Generator version: 7.5.0")
public class PropertyGroup
extends Object
Added since version: 6.0.0.0
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddOptionsItem(PropertyGroupOption optionsItem) customFields(Object customFields) description(String description) displayType(String displayType) booleanfilterable(Boolean filterable) Get createdAtGet customFieldsGet descriptionGet displayTypeGet filterablegetId()Get idgetName()Get nameGet optionsGet positionGet sortingTypeGet translatedGet updatedAtGet visibleOnProductDetailPageinthashCode()options(List<PropertyGroupOption> options) voidsetCustomFields(Object customFields) voidsetDescription(String description) voidsetDisplayType(String displayType) voidsetFilterable(Boolean filterable) voidvoidvoidsetOptions(List<PropertyGroupOption> options) voidsetPosition(Long position) voidsetSortingType(String sortingType) voidsetTranslated(Object translated) voidsetVisibleOnProductDetailPage(Boolean visibleOnProductDetailPage) sortingType(String sortingType) toString()translated(Object translated) visibleOnProductDetailPage(Boolean visibleOnProductDetailPage)
-
Field Details
-
JSON_PROPERTY_ID
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_DESCRIPTION
- See Also:
-
JSON_PROPERTY_DISPLAY_TYPE
- See Also:
-
JSON_PROPERTY_SORTING_TYPE
- See Also:
-
JSON_PROPERTY_FILTERABLE
- See Also:
-
JSON_PROPERTY_VISIBLE_ON_PRODUCT_DETAIL_PAGE
- See Also:
-
JSON_PROPERTY_POSITION
- See Also:
-
JSON_PROPERTY_CUSTOM_FIELDS
- See Also:
-
JSON_PROPERTY_CREATED_AT
- See Also:
-
JSON_PROPERTY_UPDATED_AT
- See Also:
-
JSON_PROPERTY_TRANSLATED
- See Also:
-
JSON_PROPERTY_OPTIONS
- See Also:
-
-
Constructor Details
-
PropertyGroup
public PropertyGroup() -
PropertyGroup
-
-
Method Details
-
id
-
getId
Get id- Returns:
- id
-
setId
-
name
-
getName
Get name- Returns:
- name
-
setName
-
description
-
getDescription
Get description- Returns:
- description
-
setDescription
-
displayType
-
getDisplayType
Get displayType- Returns:
- displayType
-
setDisplayType
-
sortingType
-
getSortingType
Get sortingType- Returns:
- sortingType
-
setSortingType
-
filterable
-
getFilterable
Get filterable- Returns:
- filterable
-
setFilterable
-
visibleOnProductDetailPage
-
getVisibleOnProductDetailPage
Get visibleOnProductDetailPage- Returns:
- visibleOnProductDetailPage
-
setVisibleOnProductDetailPage
-
position
-
getPosition
Get position- Returns:
- position
-
setPosition
-
customFields
-
getCustomFields
Get customFields- Returns:
- customFields
-
setCustomFields
-
getCreatedAt
Get createdAt- Returns:
- createdAt
-
getUpdatedAt
Get updatedAt- Returns:
- updatedAt
-
translated
-
getTranslated
Get translated- Returns:
- translated
-
setTranslated
-
options
-
addOptionsItem
-
getOptions
Get options- Returns:
- options
-
setOptions
-
equals
-
hashCode
public int hashCode() -
toString
-