Class PDTRowModel

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AbstractDiscountRowModel, PriceRowModel, TaxRowModel

public class PDTRowModel extends ItemModel
Generated model class for type PDTRow first defined at extension europe1.
See Also:
  • Field Details

    • _TYPECODE

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

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

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

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

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

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

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

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

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

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

      public static final String PRODUCTID
      Generated constant - Attribute key of PDTRow.productId attribute defined at extension europe1.
      See Also:
  • Constructor Details

    • 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, 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 Details

    • getDateRange

      @Accessor(qualifier="dateRange", type=GETTER) public StandardDateRange getDateRange()
      Generated method - Getter of the PDTRow.dateRange dynamic attribute defined at extension europe1.
      Returns:
      the dateRange
    • getEndTime

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

      Generated method - Getter of the PDTRow.pg attribute defined at extension europe1.
      Returns:
      the pg
    • 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 String getProductId()
      Generated method - Getter of the PDTRow.productId attribute defined at extension europe1.
      Returns:
      the productId
    • getProductMatchQualifier

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

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

      Generated method - Getter of the PDTRow.ug attribute defined at extension europe1.
      Returns:
      the ug
    • getUser

      @Accessor(qualifier="user", type=GETTER) public UserModel getUser()
      Generated method - Getter of the PDTRow.user attribute defined at extension europe1.
      Returns:
      the user
    • getUserMatchQualifier

      @Accessor(qualifier="userMatchQualifier", type=GETTER) public 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(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(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(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(Date value)
      Generated method - Setter of PDTRow.startTime attribute defined at extension europe1.
      Parameters:
      value - the startTime
    • setUg

      @Accessor(qualifier="ug", type=SETTER) public void setUg(HybrisEnumValue value)
      Generated method - Setter of PDTRow.ug attribute defined at extension europe1.
      Parameters:
      value - the ug
    • 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(Long value)
      Generated method - Setter of PDTRow.userMatchQualifier attribute defined at extension europe1.
      Parameters:
      value - the userMatchQualifier