Class GeneratedDateRestriction

    • Field Detail

      • STARTDATE

        public static final java.lang.String STARTDATE
        Qualifier of the DateRestriction.startDate attribute
        See Also:
        Constant Field Values
      • ENDDATE

        public static final java.lang.String ENDDATE
        Qualifier of the DateRestriction.endDate 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

      • GeneratedDateRestriction

        public GeneratedDateRestriction()
    • Method Detail

      • getEndDate

        public java.util.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 java.util.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,
                               java.util.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​(java.util.Date value)
        Generated method - Setter of the DateRestriction.endDate attribute.
        Parameters:
        value - the endDate - the date until the given voucher is valid.
      • getStartDate

        public java.util.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 java.util.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,
                                 java.util.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​(java.util.Date value)
        Generated method - Setter of the DateRestriction.startDate attribute.
        Parameters:
        value - the startDate - the date past which the given voucher is valid.