Class AdHistoryLog

    • Constructor Detail

      • AdHistoryLog

        public AdHistoryLog()
    • Method Detail

      • getEndDate

        public Date getEndDate()
      • getNetwork

        public Network getNetwork()
        Description copied from interface: HasNetwork
        Returns the network this entity belongs to
      • getPublicationPeriod

        public DatePeriod getPublicationPeriod()
      • getStartDate

        public Date getStartDate()
      • isHidden

        public boolean isHidden()
      • isRemovedFromOwner

        public boolean isRemovedFromOwner()
      • setAd

        public void setAd​(BasicAd ad)
      • setEndDate

        public void setEndDate​(Date endDate)
      • setHidden

        public void setHidden​(boolean hidden)
      • setPublicationPeriod

        public void setPublicationPeriod​(DatePeriod publicationPeriod)
      • setRemovedFromOwner

        public void setRemovedFromOwner​(boolean removedFromOwner)
      • setStartDate

        public void setStartDate​(Date startDate)