Class GeneratedDateRestriction

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

public abstract class GeneratedDateRestriction extends Restriction
Generated class for type DateRestriction.
See Also:
  • Field Details

  • Constructor Details

    • GeneratedDateRestriction

      public GeneratedDateRestriction()
  • Method Details

    • getDefaultAttributeModes

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

      public Date getEndDate(SessionContext ctx)
      Generated method - Getter of the DateRestriction.endDate attribute.
      Returns:
      the endDate - the date until the given voucher is valid.
    • getEndDate

      public Date getEndDate()
      Generated method - Getter of the DateRestriction.endDate attribute.
      Returns:
      the endDate - the date until the given voucher is valid.
    • setEndDate

      public void setEndDate(SessionContext ctx, Date value)
      Generated method - Setter of the DateRestriction.endDate attribute.
      Parameters:
      value - the endDate - the date until the given voucher is valid.
    • setEndDate

      public void setEndDate(Date value)
      Generated method - Setter of the DateRestriction.endDate attribute.
      Parameters:
      value - the endDate - the date until the given voucher is valid.
    • getStartDate

      public Date getStartDate(SessionContext ctx)
      Generated method - Getter of the DateRestriction.startDate attribute.
      Returns:
      the startDate - the date past which the given voucher is valid.
    • getStartDate

      public Date getStartDate()
      Generated method - Getter of the DateRestriction.startDate attribute.
      Returns:
      the startDate - the date past which the given voucher is valid.
    • setStartDate

      public void setStartDate(SessionContext ctx, Date value)
      Generated method - Setter of the DateRestriction.startDate attribute.
      Parameters:
      value - the startDate - the date past which the given voucher is valid.
    • setStartDate

      public void setStartDate(Date value)
      Generated method - Setter of the DateRestriction.startDate attribute.
      Parameters:
      value - the startDate - the date past which the given voucher is valid.