Class CouponSetResponseData

    • Constructor Detail

      • CouponSetResponseData

        public CouponSetResponseData()
    • Method Detail

      • addAttribute

        public void addAttribute​(EntityAttribute entityAttribute)
        Adds a dynamic attribute to the coupon set.
        Parameters:
        entityAttribute - the attribute to add
      • getCouponSetType

        public abstract String getCouponSetType()
        Abstract method to return the type of coupon set.
        Returns:
        the string representation of the coupon set type
      • getLastModificationDate

        public Date getLastModificationDate()
        This method is ignored in API output. It is part of the APIResponseDTO contract.
        Specified by:
        getLastModificationDate in interface com.qivos.util.rest.mappers.APIResponseDTO
        Returns:
        always returns null for this implementation
      • setLastModificationDate

        public void setLastModificationDate​(Date date)
        This method is ignored in API input. It is part of the APIResponseDTO contract.
        Specified by:
        setLastModificationDate in interface com.qivos.util.rest.mappers.APIResponseDTO
        Parameters:
        date - the last modification date (ignored)