|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnl.knowledgeplaza.util.AbstractBean<T>
nl.knowledgeplaza.util.jpa.AbstractBean<T>
nl.knowledgeplaza.util.jpa.AbstractBeanEclipselink<T>
nl.karpi.bm.AbstractBean<Collectie>
nl.karpi.bm.generated.Collectie
public abstract class Collectie
A JPA entity class for collectie.
| Nested Class Summary | |
|---|---|
static class |
Collectie.ComparatorCollectienr
|
| Fields inherited from class nl.knowledgeplaza.util.jpa.AbstractBeanEclipselink |
|---|
iReadFromStorage |
| Constructor Summary | |
|---|---|
Collectie()
|
|
| Method Summary | |
|---|---|
void |
addCollectieitemsWhereIAmCollectie(Collectieitem value)
CollectieitemsWhereIAmCollectie |
void |
addKlantgroepsWhereIAmCollectie(Klantgroep value)
KlantgroepsWhereIAmCollectie |
void |
clearProperties()
clear properties |
java.lang.Object |
clone()
clone |
Collectie |
cloneShallow()
|
int |
compareTo(Collectie o)
default compare on primary key |
boolean |
equals(java.lang.Object o)
|
static java.util.List<Collectie> |
findAll()
find all entities |
static java.util.List<Collectie> |
findAllOrderedBy(java.lang.String orderedBy)
find all entities ordered by |
static Collectie |
findAndLockByPK(java.math.BigInteger collectienr)
|
static Collectie |
findAndLockByPK(int id)
|
static Collectie |
findAndLockByPK(long id)
|
static Collectie |
findByCollectienr(java.math.BigInteger collectienr)
|
static Collectie |
findByPK(java.math.BigInteger collectienr)
|
static Collectie |
findByPK(int id)
|
static Collectie |
findByPK(long id)
|
java.util.List<Collectieitem> |
getCollectieitemsWhereIAmCollectie()
returns a new list containing a snapshot of the actual list, instead of an returning an unmodifyableList. |
java.math.BigInteger |
getCollectienr()
Collectienr |
java.util.List<Klantgroep> |
getKlantgroepsWhereIAmCollectie()
returns a new list containing a snapshot of the actual list, instead of an returning an unmodifyableList. |
java.lang.String |
getNaam()
Naam |
int |
hashCode()
|
void |
rememberAtLoadTimeValues()
|
void |
removeCollectieitemsWhereIAmCollectie(Collectieitem value)
|
void |
removeKlantgroepsWhereIAmCollectie(Klantgroep value)
|
void |
setCollectieitemsWhereIAmCollectie(java.util.List<Collectieitem> value)
|
void |
setCollectienr(java.math.BigInteger value)
|
void |
setKlantgroepsWhereIAmCollectie(java.util.List<Klantgroep> value)
|
void |
setNaam(java.lang.String value)
|
static void |
shallowCopy(Collectie original,
Collectie copy)
shallow copy, used for cloning but also for e.g. updating an entity in a REST PUT |
java.lang.String |
toString()
|
static java.lang.String |
translate(java.lang.String id)
Using the Internationalization class |
static java.lang.String |
translate(java.lang.String id,
boolean nullable)
|
Collectie |
withCollectieitemsWhereIAmCollectie(java.util.List<Collectieitem> value)
|
Collectie |
withCollectienr(java.math.BigInteger value)
|
Collectie |
withKlantgroepsWhereIAmCollectie(java.util.List<Klantgroep> value)
|
Collectie |
withNaam(java.lang.String value)
|
| Methods inherited from class nl.karpi.bm.AbstractBean |
|---|
getdate |
| Methods inherited from class nl.knowledgeplaza.util.jpa.AbstractBeanEclipselink |
|---|
aboutToDelete, aboutToInsert, aboutToUpdate, isAlreadyPersisted, isOverriddenEvent, postBuild, postClone, postDelete, postInsert, postLoadHook, postMerge, postPersistHook, postRefresh, postRemoveHook, postSaveHook, postUpdate, postUpdateHook, postWrite, preDelete, preInsert, prePersist, prePersistHook, preRemove, preRemoveHook, preSaveHook, preUpdate, preUpdateHook, preUpdateWithChanges, preWrite |
| Methods inherited from class nl.knowledgeplaza.util.jpa.AbstractBean |
|---|
ignoreAllChanges, ignoreChanges, isDirty, isReadonly, markAsDirty, markedAsDirtyHook, registerAllChanges, registerChanges, setReadonly, touch |
| Methods inherited from class nl.knowledgeplaza.util.AbstractBean |
|---|
addProperty, addPropertyChangeListener, addPropertyChangeListener, addVetoableChangeListener, firePropertyChange, fireVetoableChange, getPropertyChangeListeners, getPropertyChangeListeners, removeProperty, removePropertyChangeListener, removePropertyChangeListener, removeVetoableChangeListener |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String COLLECTIEITEMSWHEREIAMCOLLECTIE_FIELD_ID
public static final java.lang.String COLLECTIEITEMSWHEREIAMCOLLECTIE_PROPERTY_ID
public static final java.lang.Class COLLECTIEITEMSWHEREIAMCOLLECTIE_PROPERTY_CLASS
protected volatile java.util.List<Collectieitem> collectieitemsWhereIAmCollectie
public static final java.lang.String KLANTGROEPSWHEREIAMCOLLECTIE_FIELD_ID
public static final java.lang.String KLANTGROEPSWHEREIAMCOLLECTIE_PROPERTY_ID
public static final java.lang.Class KLANTGROEPSWHEREIAMCOLLECTIE_PROPERTY_CLASS
protected volatile java.util.List<Klantgroep> klantgroepsWhereIAmCollectie
protected volatile java.math.BigInteger collectienr
public static final java.lang.String COLLECTIENR_COLUMN_NAME
public static final java.lang.String COLLECTIENR_FIELD_ID
public static final java.lang.String COLLECTIENR_PROPERTY_ID
public static final java.lang.Class COLLECTIENR_PROPERTY_CLASS
public static final boolean COLLECTIENR_PROPERTY_NULLABLE
public static final int COLLECTIENR_PROPERTY_LENGTH
public static final int COLLECTIENR_PROPERTY_PRECISION
protected volatile java.lang.String naam
public static final java.lang.String NAAM_COLUMN_NAME
public static final java.lang.String NAAM_FIELD_ID
public static final java.lang.String NAAM_PROPERTY_ID
public static final java.lang.Class NAAM_PROPERTY_CLASS
public static final boolean NAAM_PROPERTY_NULLABLE
public static final int NAAM_PROPERTY_LENGTH
public static final java.util.Comparator<Collectie> COMPARATOR_COLLECTIENR
| Constructor Detail |
|---|
public Collectie()
| Method Detail |
|---|
public void addCollectieitemsWhereIAmCollectie(Collectieitem value)
public void removeCollectieitemsWhereIAmCollectie(Collectieitem value)
public void setCollectieitemsWhereIAmCollectie(java.util.List<Collectieitem> value)
public Collectie withCollectieitemsWhereIAmCollectie(java.util.List<Collectieitem> value)
public java.util.List<Collectieitem> getCollectieitemsWhereIAmCollectie()
public void addKlantgroepsWhereIAmCollectie(Klantgroep value)
public void removeKlantgroepsWhereIAmCollectie(Klantgroep value)
public void setKlantgroepsWhereIAmCollectie(java.util.List<Klantgroep> value)
public Collectie withKlantgroepsWhereIAmCollectie(java.util.List<Klantgroep> value)
public java.util.List<Klantgroep> getKlantgroepsWhereIAmCollectie()
public java.math.BigInteger getCollectienr()
public void setCollectienr(java.math.BigInteger value)
public Collectie withCollectienr(java.math.BigInteger value)
public java.lang.String getNaam()
public void setNaam(java.lang.String value)
public Collectie withNaam(java.lang.String value)
public java.lang.Object clone()
clone in class java.lang.Objectpublic Collectie cloneShallow()
public static void shallowCopy(Collectie original,
Collectie copy)
public void clearProperties()
public int compareTo(Collectie o)
compareTo in interface java.lang.Comparable<Collectie>public static Collectie findByPK(java.math.BigInteger collectienr)
collectienr - public static Collectie findAndLockByPK(java.math.BigInteger collectienr)
collectienr - public static Collectie findByPK(int id)
public static Collectie findByPK(long id)
public static Collectie findAndLockByPK(int id)
public static Collectie findAndLockByPK(long id)
public static java.util.List<Collectie> findAll()
public static java.util.List<Collectie> findAllOrderedBy(java.lang.String orderedBy)
public static Collectie findByCollectienr(java.math.BigInteger collectienr)
collectienr - public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic void rememberAtLoadTimeValues()
rememberAtLoadTimeValues in class nl.knowledgeplaza.util.jpa.AbstractBeanEclipselink<Collectie>public java.lang.String toString()
toString in class java.lang.Objectpublic static java.lang.String translate(java.lang.String id)
public static java.lang.String translate(java.lang.String id,
boolean nullable)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||