Class SpecialOpeningDayWsDTO

  • All Implemented Interfaces:
    java.io.Serializable

    public class SpecialOpeningDayWsDTO
    extends OpeningDayWsDTO
    Representation of a special opening day
    See Also:
    Serialized Form
    • Constructor Detail

      • SpecialOpeningDayWsDTO

        public SpecialOpeningDayWsDTO()
    • Method Detail

      • setDate

        public void setDate​(java.util.Date date)
      • getDate

        public java.util.Date getDate()
      • setFormattedDate

        public void setFormattedDate​(java.lang.String formattedDate)
      • getFormattedDate

        public java.lang.String getFormattedDate()
      • setClosed

        public void setClosed​(java.lang.Boolean closed)
      • getClosed

        public java.lang.Boolean getClosed()
      • setName

        public void setName​(java.lang.String name)
      • getName

        public java.lang.String getName()
      • setComment

        public void setComment​(java.lang.String comment)
      • getComment

        public java.lang.String getComment()