Class GeneratedAbstractCoupon

All Implemented Interfaces:
Serializable, Comparable
Direct Known Subclasses:
AbstractCoupon

public abstract class GeneratedAbstractCoupon extends GenericItem
Generated class for type AbstractCoupon.
See Also:
  • Field Details

  • Constructor Details

    • GeneratedAbstractCoupon

      public GeneratedAbstractCoupon()
  • Method Details

    • getDefaultAttributeModes

      protected Map<String,Item.AttributeMode> getDefaultAttributeModes()
      Overrides:
      getDefaultAttributeModes in class Item
    • isActive

      public Boolean isActive(SessionContext ctx)
      Generated method - Getter of the AbstractCoupon.active attribute.
      Returns:
      the active
    • isActive

      public Boolean isActive()
      Generated method - Getter of the AbstractCoupon.active attribute.
      Returns:
      the active
    • isActiveAsPrimitive

      public boolean isActiveAsPrimitive(SessionContext ctx)
      Generated method - Getter of the AbstractCoupon.active attribute.
      Returns:
      the active
    • isActiveAsPrimitive

      public boolean isActiveAsPrimitive()
      Generated method - Getter of the AbstractCoupon.active attribute.
      Returns:
      the active
    • setActive

      public void setActive(SessionContext ctx, Boolean value)
      Generated method - Setter of the AbstractCoupon.active attribute.
      Parameters:
      value - the active
    • setActive

      public void setActive(Boolean value)
      Generated method - Setter of the AbstractCoupon.active attribute.
      Parameters:
      value - the active
    • setActive

      public void setActive(SessionContext ctx, boolean value)
      Generated method - Setter of the AbstractCoupon.active attribute.
      Parameters:
      value - the active
    • setActive

      public void setActive(boolean value)
      Generated method - Setter of the AbstractCoupon.active attribute.
      Parameters:
      value - the active
    • getCouponId

      public String getCouponId(SessionContext ctx)
      Generated method - Getter of the AbstractCoupon.couponId attribute.
      Returns:
      the couponId
    • getCouponId

      public String getCouponId()
      Generated method - Getter of the AbstractCoupon.couponId attribute.
      Returns:
      the couponId
    • setCouponId

      public void setCouponId(SessionContext ctx, String value)
      Generated method - Setter of the AbstractCoupon.couponId attribute.
      Parameters:
      value - the couponId
    • setCouponId

      public void setCouponId(String value)
      Generated method - Setter of the AbstractCoupon.couponId attribute.
      Parameters:
      value - the couponId
    • getEndDate

      public Date getEndDate(SessionContext ctx)
      Generated method - Getter of the AbstractCoupon.endDate attribute.
      Returns:
      the endDate
    • getEndDate

      public Date getEndDate()
      Generated method - Getter of the AbstractCoupon.endDate attribute.
      Returns:
      the endDate
    • setEndDate

      public void setEndDate(SessionContext ctx, Date value)
      Generated method - Setter of the AbstractCoupon.endDate attribute.
      Parameters:
      value - the endDate
    • setEndDate

      public void setEndDate(Date value)
      Generated method - Setter of the AbstractCoupon.endDate attribute.
      Parameters:
      value - the endDate
    • getName

      public String getName(SessionContext ctx)
      Generated method - Getter of the AbstractCoupon.name attribute.
      Returns:
      the name
    • getName

      public String getName()
      Generated method - Getter of the AbstractCoupon.name attribute.
      Returns:
      the name
    • getAllName

      public Map<Language,String> getAllName(SessionContext ctx)
      Generated method - Getter of the AbstractCoupon.name attribute.
      Returns:
      the localized name
    • getAllName

      public Map<Language,String> getAllName()
      Generated method - Getter of the AbstractCoupon.name attribute.
      Returns:
      the localized name
    • setName

      public void setName(SessionContext ctx, String value)
      Generated method - Setter of the AbstractCoupon.name attribute.
      Parameters:
      value - the name
    • setName

      public void setName(String value)
      Generated method - Setter of the AbstractCoupon.name attribute.
      Parameters:
      value - the name
    • setAllName

      public void setAllName(SessionContext ctx, Map<Language,String> value)
      Generated method - Setter of the AbstractCoupon.name attribute.
      Parameters:
      value - the name
    • setAllName

      public void setAllName(Map<Language,String> value)
      Generated method - Setter of the AbstractCoupon.name attribute.
      Parameters:
      value - the name
    • getStartDate

      public Date getStartDate(SessionContext ctx)
      Generated method - Getter of the AbstractCoupon.startDate attribute.
      Returns:
      the startDate
    • getStartDate

      public Date getStartDate()
      Generated method - Getter of the AbstractCoupon.startDate attribute.
      Returns:
      the startDate
    • setStartDate

      public void setStartDate(SessionContext ctx, Date value)
      Generated method - Setter of the AbstractCoupon.startDate attribute.
      Parameters:
      value - the startDate
    • setStartDate

      public void setStartDate(Date value)
      Generated method - Setter of the AbstractCoupon.startDate attribute.
      Parameters:
      value - the startDate