Class VariantAttributeDescriptorModel

All Implemented Interfaces:
Serializable

public class VariantAttributeDescriptorModel extends AttributeDescriptorModel
Generated model class for type VariantAttributeDescriptor first defined at extension catalog.
See Also:
  • Field Details

    • _TYPECODE

      public static final String _TYPECODE
      Generated model type code constant.
      See Also:
    • POSITION

      public static final String POSITION
      Generated constant - Attribute key of VariantAttributeDescriptor.position attribute defined at extension catalog.
      See Also:
  • Constructor Details

    • VariantAttributeDescriptorModel

      public VariantAttributeDescriptorModel()
      Generated constructor - Default constructor for generic creation.
    • VariantAttributeDescriptorModel

      public VariantAttributeDescriptorModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx)
      Generated constructor - Default constructor for creation with existing context
      Parameters:
      ctx - the model context to be injected, must not be null
    • VariantAttributeDescriptorModel

      @Deprecated(since="4.1.1", forRemoval=true) public VariantAttributeDescriptorModel(TypeModel _attributeType, VariantTypeModel _enclosingType, Boolean _generate, Boolean _partOf, String _qualifier)
      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
      Generated constructor - Constructor with all mandatory attributes.
      Parameters:
      _attributeType - initial attribute declared by type Descriptor at extension core
      _enclosingType - initial attribute declared by type VariantAttributeDescriptor at extension catalog
      _generate - initial attribute declared by type TypeManagerManaged at extension core
      _partOf - initial attribute declared by type AttributeDescriptor at extension core
      _qualifier - initial attribute declared by type Descriptor at extension core
    • VariantAttributeDescriptorModel

      @Deprecated(since="4.1.1", forRemoval=true) public VariantAttributeDescriptorModel(TypeModel _attributeType, VariantTypeModel _enclosingType, Boolean _generate, ItemModel _owner, Boolean _partOf, String _qualifier)
      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
      Generated constructor - for all mandatory and initial attributes.
      Parameters:
      _attributeType - initial attribute declared by type Descriptor at extension core
      _enclosingType - initial attribute declared by type VariantAttributeDescriptor at extension catalog
      _generate - initial attribute declared by type TypeManagerManaged at extension core
      _owner - initial attribute declared by type Item at extension core
      _partOf - initial attribute declared by type AttributeDescriptor at extension core
      _qualifier - initial attribute declared by type Descriptor at extension core
  • Method Details

    • getEnclosingType

      @Accessor(qualifier="enclosingType", type=GETTER) public VariantTypeModel getEnclosingType()
      Generated method - Getter of the AttributeDescriptor.enclosingType attribute defined at extension core and redeclared at extension catalog.
      Overrides:
      getEnclosingType in class AttributeDescriptorModel
      Returns:
      the enclosingType
    • getPosition

      @Accessor(qualifier="position", type=GETTER) public Integer getPosition()
      Generated method - Getter of the VariantAttributeDescriptor.position attribute defined at extension catalog.
      Returns:
      the position
    • setEnclosingType

      @Accessor(qualifier="enclosingType", type=SETTER) public void setEnclosingType(ComposedTypeModel value)
      Generated method - Initial setter of AttributeDescriptor.enclosingType attribute defined at extension core and redeclared at extension catalog. Can only be used at creation of model - before first save. Will only accept values of type VariantTypeModel.
      Overrides:
      setEnclosingType in class AttributeDescriptorModel
      Parameters:
      value - the enclosingType
    • setPosition

      @Accessor(qualifier="position", type=SETTER) public void setPosition(Integer value)
      Generated method - Setter of VariantAttributeDescriptor.position attribute defined at extension catalog.
      Parameters:
      value - the position