Class NotifiedAdInterest

  • All Implemented Interfaces:
    Cloneable, ProcessableForProxying, IEntity

    @Entity
    public class NotifiedAdInterest
    extends SimpleEntity
    This table holds which advertisements had the interest notified. This used to be a flag in the ads table, but changing it would also increment the version in the Ad. So, right after saving, attempting to save again would say the entity was already modified
    • Constructor Detail

      • NotifiedAdInterest

        public NotifiedAdInterest()
      • NotifiedAdInterest

        public NotifiedAdInterest​(BasicAd ad)
    • Method Detail

      • setAd

        public void setAd​(BasicAd ad)