Package org.cyclos.entities.marketplace
Class NotifiedAdInterest
- java.lang.Object
-
- org.cyclos.entities.SimpleEntity
-
- org.cyclos.entities.marketplace.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
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.cyclos.entities.SimpleEntity
SimpleEntity.EntityLoadNotifier
-
-
Constructor Summary
Constructors Constructor Description NotifiedAdInterest()NotifiedAdInterest(BasicAd ad)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BasicAdgetAd()voidsetAd(BasicAd ad)-
Methods inherited from class org.cyclos.entities.SimpleEntity
equals, getId, hashCode, id, ids, isPersistent, isTransient, register, setId, toShortString, toString, uniqueIds, uniqueIds
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.cyclos.entities.ProcessableForProxying
getProxyClass
-
-