Class PDTRowModel

    • Field Detail

      • _TYPECODE

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

        public static final java.lang.String PRODUCT
        Generated constant - Attribute key of PDTRow.product attribute defined at extension europe1.
        See Also:
        Constant Field Values
      • PG

        public static final java.lang.String PG
        Generated constant - Attribute key of PDTRow.pg attribute defined at extension europe1.
        See Also:
        Constant Field Values
      • PRODUCTMATCHQUALIFIER

        public static final java.lang.String PRODUCTMATCHQUALIFIER
        Generated constant - Attribute key of PDTRow.productMatchQualifier attribute defined at extension europe1.
        See Also:
        Constant Field Values
      • STARTTIME

        public static final java.lang.String STARTTIME
        Generated constant - Attribute key of PDTRow.startTime attribute defined at extension europe1.
        See Also:
        Constant Field Values
      • ENDTIME

        public static final java.lang.String ENDTIME
        Generated constant - Attribute key of PDTRow.endTime attribute defined at extension europe1.
        See Also:
        Constant Field Values
      • DATERANGE

        public static final java.lang.String DATERANGE
        Generated constant - Attribute key of PDTRow.dateRange attribute defined at extension europe1.
        See Also:
        Constant Field Values
      • USER

        public static final java.lang.String USER
        Generated constant - Attribute key of PDTRow.user attribute defined at extension europe1.
        See Also:
        Constant Field Values
      • UG

        public static final java.lang.String UG
        Generated constant - Attribute key of PDTRow.ug attribute defined at extension europe1.
        See Also:
        Constant Field Values
      • USERMATCHQUALIFIER

        public static final java.lang.String USERMATCHQUALIFIER
        Generated constant - Attribute key of PDTRow.userMatchQualifier attribute defined at extension europe1.
        See Also:
        Constant Field Values
      • PRODUCTID

        public static final java.lang.String PRODUCTID
        Generated constant - Attribute key of PDTRow.productId attribute defined at extension europe1.
        See Also:
        Constant Field Values
    • Constructor Detail

      • PDTRowModel

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

        public PDTRowModel​(ItemModelContext ctx)
        Generated constructor - Default constructor for creation with existing context
        Parameters:
        ctx - the model context to be injected, must not be null
      • PDTRowModel

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public PDTRowModel​(ItemModel _owner,
                           HybrisEnumValue _pg,
                           ProductModel _product,
                           java.lang.String _productId)
        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
        _pg - initial attribute declared by type PDTRow at extension europe1
        _product - initial attribute declared by type PDTRow at extension europe1
        _productId - initial attribute declared by type PDTRow at extension europe1
    • Method Detail

      • getEndTime

        @Accessor(qualifier="endTime",
                  type=GETTER)
        public java.util.Date getEndTime()
        Generated method - Getter of the PDTRow.endTime attribute defined at extension europe1.
        Returns:
        the endTime
      • getProduct

        @Accessor(qualifier="product",
                  type=GETTER)
        public ProductModel getProduct()
        Generated method - Getter of the PDTRow.product attribute defined at extension europe1.
        Returns:
        the product
      • getProductId

        @Accessor(qualifier="productId",
                  type=GETTER)
        public java.lang.String getProductId()
        Generated method - Getter of the PDTRow.productId attribute defined at extension europe1.
        Returns:
        the productId
      • getProductMatchQualifier

        @Accessor(qualifier="productMatchQualifier",
                  type=GETTER)
        public java.lang.Long getProductMatchQualifier()
        Generated method - Getter of the PDTRow.productMatchQualifier attribute defined at extension europe1.
        Returns:
        the productMatchQualifier
      • getStartTime

        @Accessor(qualifier="startTime",
                  type=GETTER)
        public java.util.Date getStartTime()
        Generated method - Getter of the PDTRow.startTime attribute defined at extension europe1.
        Returns:
        the startTime
      • getUserMatchQualifier

        @Accessor(qualifier="userMatchQualifier",
                  type=GETTER)
        public java.lang.Long getUserMatchQualifier()
        Generated method - Getter of the PDTRow.userMatchQualifier attribute defined at extension europe1.
        Returns:
        the userMatchQualifier
      • setDateRange

        @Accessor(qualifier="dateRange",
                  type=SETTER)
        public void setDateRange​(StandardDateRange value)
        Generated method - Setter of PDTRow.dateRange dynamic attribute defined at extension europe1.
        Parameters:
        value - the dateRange
      • setEndTime

        @Accessor(qualifier="endTime",
                  type=SETTER)
        public void setEndTime​(java.util.Date value)
        Generated method - Setter of PDTRow.endTime attribute defined at extension europe1.
        Parameters:
        value - the endTime
      • setPg

        @Accessor(qualifier="pg",
                  type=SETTER)
        public void setPg​(HybrisEnumValue value)
        Generated method - Initial setter of PDTRow.pg attribute defined at extension europe1. Can only be used at creation of model - before first save.
        Parameters:
        value - the pg
      • setProduct

        @Accessor(qualifier="product",
                  type=SETTER)
        public void setProduct​(ProductModel value)
        Generated method - Initial setter of PDTRow.product attribute defined at extension europe1. Can only be used at creation of model - before first save.
        Parameters:
        value - the product
      • setProductId

        @Accessor(qualifier="productId",
                  type=SETTER)
        public void setProductId​(java.lang.String value)
        Generated method - Initial setter of PDTRow.productId attribute defined at extension europe1. Can only be used at creation of model - before first save.
        Parameters:
        value - the productId
      • setProductMatchQualifier

        @Accessor(qualifier="productMatchQualifier",
                  type=SETTER)
        public void setProductMatchQualifier​(java.lang.Long value)
        Generated method - Setter of PDTRow.productMatchQualifier attribute defined at extension europe1.
        Parameters:
        value - the productMatchQualifier
      • setStartTime

        @Accessor(qualifier="startTime",
                  type=SETTER)
        public void setStartTime​(java.util.Date value)
        Generated method - Setter of PDTRow.startTime attribute defined at extension europe1.
        Parameters:
        value - the startTime
      • setUser

        @Accessor(qualifier="user",
                  type=SETTER)
        public void setUser​(UserModel value)
        Generated method - Setter of PDTRow.user attribute defined at extension europe1.
        Parameters:
        value - the user
      • setUserMatchQualifier

        @Accessor(qualifier="userMatchQualifier",
                  type=SETTER)
        public void setUserMatchQualifier​(java.lang.Long value)
        Generated method - Setter of PDTRow.userMatchQualifier attribute defined at extension europe1.
        Parameters:
        value - the userMatchQualifier