Class SAPProductIDDataConversionModel

  • All Implemented Interfaces:
    java.io.Serializable

    public class SAPProductIDDataConversionModel
    extends ItemModel
    Generated model class for type SAPProductIDDataConversion first defined at extension sapmodel.
    See Also:
    Serialized Form
    • Field Detail

      • _TYPECODE

        public static final java.lang.String _TYPECODE
        Generated model type code constant.
        See Also:
        Constant Field Values
      • CONVERSIONID

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

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

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

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

        public static final java.lang.String MASK
        Generated constant - Attribute key of SAPProductIDDataConversion.mask attribute defined at extension sapmodel.
        See Also:
        Constant Field Values
    • Constructor Detail

      • SAPProductIDDataConversionModel

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

        public SAPProductIDDataConversionModel​(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 Detail

      • getConversionID

        @Accessor(qualifier="conversionID",
                  type=GETTER)
        public java.lang.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 java.lang.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 java.lang.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 java.lang.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 java.lang.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​(java.lang.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​(java.lang.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​(java.lang.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​(java.lang.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​(java.lang.Integer value)
        Generated method - Setter of SAPProductIDDataConversion.matnrLength attribute defined at extension sapmodel.
        Parameters:
        value - the matnrLength - Length of the material number