Class GeneratedPDTRow

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable
    Direct Known Subclasses:
    PDTRow

    public abstract class GeneratedPDTRow
    extends GenericItem
    Generated class for type PDTRow.
    See Also:
    Serialized Form
    • Field Detail

      • PRODUCT

        public static final java.lang.String PRODUCT
        Qualifier of the PDTRow.product attribute
        See Also:
        Constant Field Values
      • PG

        public static final java.lang.String PG
        Qualifier of the PDTRow.pg attribute
        See Also:
        Constant Field Values
      • PRODUCTMATCHQUALIFIER

        public static final java.lang.String PRODUCTMATCHQUALIFIER
        Qualifier of the PDTRow.productMatchQualifier attribute
        See Also:
        Constant Field Values
      • STARTTIME

        public static final java.lang.String STARTTIME
        Qualifier of the PDTRow.startTime attribute
        See Also:
        Constant Field Values
      • ENDTIME

        public static final java.lang.String ENDTIME
        Qualifier of the PDTRow.endTime attribute
        See Also:
        Constant Field Values
      • USER

        public static final java.lang.String USER
        Qualifier of the PDTRow.user attribute
        See Also:
        Constant Field Values
      • UG

        public static final java.lang.String UG
        Qualifier of the PDTRow.ug attribute
        See Also:
        Constant Field Values
      • USERMATCHQUALIFIER

        public static final java.lang.String USERMATCHQUALIFIER
        Qualifier of the PDTRow.userMatchQualifier attribute
        See Also:
        Constant Field Values
      • PRODUCTID

        public static final java.lang.String PRODUCTID
        Qualifier of the PDTRow.productId attribute
        See Also:
        Constant Field Values
      • DEFAULT_INITIAL_ATTRIBUTES

        protected static final java.util.Map<java.lang.String,​Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
    • Constructor Detail

      • GeneratedPDTRow

        public GeneratedPDTRow()
    • Method Detail

      • getEndTime

        public java.util.Date getEndTime​(SessionContext ctx)
        Generated method - Getter of the PDTRow.endTime attribute.
        Returns:
        the endTime
      • getEndTime

        public java.util.Date getEndTime()
        Generated method - Getter of the PDTRow.endTime attribute.
        Returns:
        the endTime
      • setEndTime

        public void setEndTime​(SessionContext ctx,
                               java.util.Date value)
        Generated method - Setter of the PDTRow.endTime attribute.
        Parameters:
        value - the endTime
      • setEndTime

        public void setEndTime​(java.util.Date value)
        Generated method - Setter of the PDTRow.endTime attribute.
        Parameters:
        value - the endTime
      • getPg

        public EnumerationValue getPg()
        Generated method - Getter of the PDTRow.pg attribute.
        Returns:
        the pg
      • setPg

        protected void setPg​(SessionContext ctx,
                             EnumerationValue value)
        Generated method - Setter of the PDTRow.pg attribute.
        Parameters:
        value - the pg
      • setPg

        protected void setPg​(EnumerationValue value)
        Generated method - Setter of the PDTRow.pg attribute.
        Parameters:
        value - the pg
      • getProduct

        public Product getProduct​(SessionContext ctx)
        Generated method - Getter of the PDTRow.product attribute.
        Returns:
        the product
      • getProduct

        public Product getProduct()
        Generated method - Getter of the PDTRow.product attribute.
        Returns:
        the product
      • setProduct

        protected void setProduct​(SessionContext ctx,
                                  Product value)
        Generated method - Setter of the PDTRow.product attribute.
        Parameters:
        value - the product
      • setProduct

        protected void setProduct​(Product value)
        Generated method - Setter of the PDTRow.product attribute.
        Parameters:
        value - the product
      • getProductId

        public java.lang.String getProductId​(SessionContext ctx)
        Generated method - Getter of the PDTRow.productId attribute.
        Returns:
        the productId
      • getProductId

        public java.lang.String getProductId()
        Generated method - Getter of the PDTRow.productId attribute.
        Returns:
        the productId
      • setProductId

        protected void setProductId​(SessionContext ctx,
                                    java.lang.String value)
        Generated method - Setter of the PDTRow.productId attribute.
        Parameters:
        value - the productId
      • setProductId

        protected void setProductId​(java.lang.String value)
        Generated method - Setter of the PDTRow.productId attribute.
        Parameters:
        value - the productId
      • getProductMatchQualifier

        public java.lang.Long getProductMatchQualifier​(SessionContext ctx)
        Generated method - Getter of the PDTRow.productMatchQualifier attribute.
        Returns:
        the productMatchQualifier
      • getProductMatchQualifier

        public java.lang.Long getProductMatchQualifier()
        Generated method - Getter of the PDTRow.productMatchQualifier attribute.
        Returns:
        the productMatchQualifier
      • getProductMatchQualifierAsPrimitive

        public long getProductMatchQualifierAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the PDTRow.productMatchQualifier attribute.
        Returns:
        the productMatchQualifier
      • getProductMatchQualifierAsPrimitive

        public long getProductMatchQualifierAsPrimitive()
        Generated method - Getter of the PDTRow.productMatchQualifier attribute.
        Returns:
        the productMatchQualifier
      • setProductMatchQualifier

        public void setProductMatchQualifier​(SessionContext ctx,
                                             java.lang.Long value)
        Generated method - Setter of the PDTRow.productMatchQualifier attribute.
        Parameters:
        value - the productMatchQualifier
      • setProductMatchQualifier

        public void setProductMatchQualifier​(java.lang.Long value)
        Generated method - Setter of the PDTRow.productMatchQualifier attribute.
        Parameters:
        value - the productMatchQualifier
      • setProductMatchQualifier

        public void setProductMatchQualifier​(SessionContext ctx,
                                             long value)
        Generated method - Setter of the PDTRow.productMatchQualifier attribute.
        Parameters:
        value - the productMatchQualifier
      • setProductMatchQualifier

        public void setProductMatchQualifier​(long value)
        Generated method - Setter of the PDTRow.productMatchQualifier attribute.
        Parameters:
        value - the productMatchQualifier
      • getStartTime

        public java.util.Date getStartTime​(SessionContext ctx)
        Generated method - Getter of the PDTRow.startTime attribute.
        Returns:
        the startTime
      • getStartTime

        public java.util.Date getStartTime()
        Generated method - Getter of the PDTRow.startTime attribute.
        Returns:
        the startTime
      • setStartTime

        public void setStartTime​(SessionContext ctx,
                                 java.util.Date value)
        Generated method - Setter of the PDTRow.startTime attribute.
        Parameters:
        value - the startTime
      • setStartTime

        public void setStartTime​(java.util.Date value)
        Generated method - Setter of the PDTRow.startTime attribute.
        Parameters:
        value - the startTime
      • getUg

        public EnumerationValue getUg()
        Generated method - Getter of the PDTRow.ug attribute.
        Returns:
        the ug
      • setUg

        public void setUg​(SessionContext ctx,
                          EnumerationValue value)
        Generated method - Setter of the PDTRow.ug attribute.
        Parameters:
        value - the ug
      • setUg

        public void setUg​(EnumerationValue value)
        Generated method - Setter of the PDTRow.ug attribute.
        Parameters:
        value - the ug
      • getUser

        public User getUser​(SessionContext ctx)
        Generated method - Getter of the PDTRow.user attribute.
        Returns:
        the user
      • getUser

        public User getUser()
        Generated method - Getter of the PDTRow.user attribute.
        Returns:
        the user
      • setUser

        public void setUser​(SessionContext ctx,
                            User value)
        Generated method - Setter of the PDTRow.user attribute.
        Parameters:
        value - the user
      • setUser

        public void setUser​(User value)
        Generated method - Setter of the PDTRow.user attribute.
        Parameters:
        value - the user
      • getUserMatchQualifier

        public java.lang.Long getUserMatchQualifier​(SessionContext ctx)
        Generated method - Getter of the PDTRow.userMatchQualifier attribute.
        Returns:
        the userMatchQualifier
      • getUserMatchQualifier

        public java.lang.Long getUserMatchQualifier()
        Generated method - Getter of the PDTRow.userMatchQualifier attribute.
        Returns:
        the userMatchQualifier
      • getUserMatchQualifierAsPrimitive

        public long getUserMatchQualifierAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the PDTRow.userMatchQualifier attribute.
        Returns:
        the userMatchQualifier
      • getUserMatchQualifierAsPrimitive

        public long getUserMatchQualifierAsPrimitive()
        Generated method - Getter of the PDTRow.userMatchQualifier attribute.
        Returns:
        the userMatchQualifier
      • setUserMatchQualifier

        public void setUserMatchQualifier​(SessionContext ctx,
                                          java.lang.Long value)
        Generated method - Setter of the PDTRow.userMatchQualifier attribute.
        Parameters:
        value - the userMatchQualifier
      • setUserMatchQualifier

        public void setUserMatchQualifier​(java.lang.Long value)
        Generated method - Setter of the PDTRow.userMatchQualifier attribute.
        Parameters:
        value - the userMatchQualifier
      • setUserMatchQualifier

        public void setUserMatchQualifier​(SessionContext ctx,
                                          long value)
        Generated method - Setter of the PDTRow.userMatchQualifier attribute.
        Parameters:
        value - the userMatchQualifier
      • setUserMatchQualifier

        public void setUserMatchQualifier​(long value)
        Generated method - Setter of the PDTRow.userMatchQualifier attribute.
        Parameters:
        value - the userMatchQualifier