Class DescriptorModel

java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AttributeDescriptorModel

public class DescriptorModel extends TypeManagerManagedModel
Generated model class for type Descriptor first defined at extension core.
See Also:
  • Field Details

    • _TYPECODE

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

      public static final String QUALIFIER
      Generated constant - Attribute key of Descriptor.qualifier attribute defined at extension core.
      See Also:
    • ATTRIBUTETYPE

      public static final String ATTRIBUTETYPE
      Generated constant - Attribute key of Descriptor.attributeType attribute defined at extension core.
      See Also:
  • Constructor Details

    • DescriptorModel

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

      public DescriptorModel(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
    • DescriptorModel

      @Deprecated(since="4.1.1", forRemoval=true) public DescriptorModel(TypeModel _attributeType, Boolean _generate, 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
      _generate - initial attribute declared by type TypeManagerManaged at extension core
      _qualifier - initial attribute declared by type Descriptor at extension core
    • DescriptorModel

      @Deprecated(since="4.1.1", forRemoval=true) public DescriptorModel(TypeModel _attributeType, Boolean _generate, ItemModel _owner, 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
      _generate - initial attribute declared by type TypeManagerManaged at extension core
      _owner - initial attribute declared by type Item at extension core
      _qualifier - initial attribute declared by type Descriptor at extension core
  • Method Details

    • getAttributeType

      @Accessor(qualifier="attributeType", type=GETTER) public TypeModel getAttributeType()
      Generated method - Getter of the Descriptor.attributeType attribute defined at extension core.
      Returns:
      the attributeType
    • getQualifier

      @Accessor(qualifier="qualifier", type=GETTER) public String getQualifier()
      Generated method - Getter of the Descriptor.qualifier attribute defined at extension core.
      Returns:
      the qualifier
    • setAttributeType

      @Accessor(qualifier="attributeType", type=SETTER) public void setAttributeType(TypeModel value)
      Generated method - Setter of Descriptor.attributeType attribute defined at extension core.
      Parameters:
      value - the attributeType
    • setQualifier

      @Accessor(qualifier="qualifier", type=SETTER) public void setQualifier(String value)
      Generated method - Initial setter of Descriptor.qualifier attribute defined at extension core. Can only be used at creation of model - before first save.
      Parameters:
      value - the qualifier