Class SAPProductIDDataConversionModel

java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.sap.sapmodel.model.SAPProductIDDataConversionModel
All Implemented Interfaces:
Serializable

public class SAPProductIDDataConversionModel extends ItemModel
Generated model class for type SAPProductIDDataConversion first defined at extension sapmodel.
See Also:
  • Nested Class Summary

    Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel

    de.hybris.platform.servicelayer.model.AbstractItemModel.NewModelContextFactory
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Generated model type code constant.
    static final String
    Generated constant - Attribute key of SAPProductIDDataConversion.conversionID attribute defined at extension sapmodel.
    static final String
    Generated constant - Attribute key of SAPProductIDDataConversion.displayLeadingZeros attribute defined at extension sapmodel.
    static final String
    Generated constant - Attribute key of SAPProductIDDataConversion.displayLexicographic attribute defined at extension sapmodel.
    static final String
    Generated constant - Attribute key of SAPProductIDDataConversion.mask attribute defined at extension sapmodel.
    static final String
    Generated constant - Attribute key of SAPProductIDDataConversion.matnrLength attribute defined at extension sapmodel.

    Fields inherited from class de.hybris.platform.core.model.ItemModel

    _COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALED

    Fields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel

    LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY
  • Constructor Summary

    Constructors
    Constructor
    Description
    Generated constructor - Default constructor for generic creation.
    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
    SAPProductIDDataConversionModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx)
    Generated constructor - Default constructor for creation with existing context
  • Method Summary

    Modifier and Type
    Method
    Description
    Generated method - Getter of the SAPProductIDDataConversion.conversionID attribute defined at extension sapmodel.
    Generated method - Getter of the SAPProductIDDataConversion.displayLeadingZeros attribute defined at extension sapmodel.
    Generated method - Getter of the SAPProductIDDataConversion.displayLexicographic attribute defined at extension sapmodel.
    Generated method - Getter of the SAPProductIDDataConversion.mask attribute defined at extension sapmodel.
    Generated method - Getter of the SAPProductIDDataConversion.matnrLength attribute defined at extension sapmodel.
    void
    Generated method - Setter of SAPProductIDDataConversion.conversionID attribute defined at extension sapmodel.
    void
    Generated method - Setter of SAPProductIDDataConversion.displayLeadingZeros attribute defined at extension sapmodel.
    void
    Generated method - Setter of SAPProductIDDataConversion.displayLexicographic attribute defined at extension sapmodel.
    void
    setMask(String value)
    Generated method - Setter of SAPProductIDDataConversion.mask attribute defined at extension sapmodel.
    void
    Generated method - Setter of SAPProductIDDataConversion.matnrLength attribute defined at extension sapmodel.

    Methods inherited from class de.hybris.platform.core.model.ItemModel

    getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwner

    Methods inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel

    equals, getItemModelContext, getItemtype, getPersistenceContext, getPk, getProperty, getProperty, getTenantId, hashCode, readResolve, setProperty, setProperty, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toString, writeReplace

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • _TYPECODE

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

      public static final String CONVERSIONID
      Generated constant - Attribute key of SAPProductIDDataConversion.conversionID attribute defined at extension sapmodel.
      See Also:
    • MATNRLENGTH

      public static final String MATNRLENGTH
      Generated constant - Attribute key of SAPProductIDDataConversion.matnrLength attribute defined at extension sapmodel.
      See Also:
    • DISPLAYLEADINGZEROS

      public static final String DISPLAYLEADINGZEROS
      Generated constant - Attribute key of SAPProductIDDataConversion.displayLeadingZeros attribute defined at extension sapmodel.
      See Also:
    • DISPLAYLEXICOGRAPHIC

      public static final String DISPLAYLEXICOGRAPHIC
      Generated constant - Attribute key of SAPProductIDDataConversion.displayLexicographic attribute defined at extension sapmodel.
      See Also:
    • MASK

      public static final String MASK
      Generated constant - Attribute key of SAPProductIDDataConversion.mask attribute defined at extension sapmodel.
      See Also:
  • Constructor Details

    • SAPProductIDDataConversionModel

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

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

      @Deprecated(since="4.1.1", forRemoval=true) public SAPProductIDDataConversionModel(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
      Generated constructor - for all mandatory and initial attributes.
      Parameters:
      _owner - initial attribute declared by type Item at extension core
  • Method Details

    • getConversionID

      @Accessor(qualifier="conversionID", type=GETTER) public String getConversionID()
      Generated method - Getter of the SAPProductIDDataConversion.conversionID attribute defined at extension sapmodel.
      Returns:
      the conversionID - Conversion ID
    • getDisplayLeadingZeros

      @Accessor(qualifier="displayLeadingZeros", type=GETTER) public Boolean getDisplayLeadingZeros()
      Generated method - Getter of the SAPProductIDDataConversion.displayLeadingZeros attribute defined at extension sapmodel.
      Returns:
      the displayLeadingZeros - Indicator: Display material number with leading zeros
    • getDisplayLexicographic

      @Accessor(qualifier="displayLexicographic", type=GETTER) public Boolean getDisplayLexicographic()
      Generated method - Getter of the SAPProductIDDataConversion.displayLexicographic attribute defined at extension sapmodel.
      Returns:
      the displayLexicographic - Indicator for lexicographical material numbers
    • getMask

      @Accessor(qualifier="mask", type=GETTER) public String getMask()
      Generated method - Getter of the SAPProductIDDataConversion.mask attribute defined at extension sapmodel.
      Returns:
      the mask - Template for material number conversion
    • getMatnrLength

      @Accessor(qualifier="matnrLength", type=GETTER) public Integer getMatnrLength()
      Generated method - Getter of the SAPProductIDDataConversion.matnrLength attribute defined at extension sapmodel.
      Returns:
      the matnrLength - Length of the material number
    • setConversionID

      @Accessor(qualifier="conversionID", type=SETTER) public void setConversionID(String value)
      Generated method - Setter of SAPProductIDDataConversion.conversionID attribute defined at extension sapmodel.
      Parameters:
      value - the conversionID - Conversion ID
    • setDisplayLeadingZeros

      @Accessor(qualifier="displayLeadingZeros", type=SETTER) public void setDisplayLeadingZeros(Boolean value)
      Generated method - Setter of SAPProductIDDataConversion.displayLeadingZeros attribute defined at extension sapmodel.
      Parameters:
      value - the displayLeadingZeros - Indicator: Display material number with leading zeros
    • setDisplayLexicographic

      @Accessor(qualifier="displayLexicographic", type=SETTER) public void setDisplayLexicographic(Boolean value)
      Generated method - Setter of SAPProductIDDataConversion.displayLexicographic attribute defined at extension sapmodel.
      Parameters:
      value - the displayLexicographic - Indicator for lexicographical material numbers
    • setMask

      @Accessor(qualifier="mask", type=SETTER) public void setMask(String value)
      Generated method - Setter of SAPProductIDDataConversion.mask attribute defined at extension sapmodel.
      Parameters:
      value - the mask - Template for material number conversion
    • setMatnrLength

      @Accessor(qualifier="matnrLength", type=SETTER) public void setMatnrLength(Integer value)
      Generated method - Setter of SAPProductIDDataConversion.matnrLength attribute defined at extension sapmodel.
      Parameters:
      value - the matnrLength - Length of the material number