|
||||||||||
| 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<Collectieitem>
nl.karpi.bm.generated.Collectieitem
public abstract class Collectieitem
A JPA entity class for collectieitem.
| Nested Class Summary | |
|---|---|
static class |
Collectieitem.ComparatorArtikel_Collectie
|
static class |
Collectieitem.ComparatorArtikelnr_Collectienr
|
static class |
Collectieitem.ComparatorCollectieitemnr
|
| Field Summary | |
|---|---|
protected Artikel |
artikel
|
static java.lang.String |
ARTIKEL_COLUMN_NAME
|
static java.lang.String |
ARTIKEL_FIELD_ID
|
static java.lang.Class |
ARTIKEL_PROPERTY_CLASS
|
static java.lang.String |
ARTIKEL_PROPERTY_ID
|
static boolean |
ARTIKEL_PROPERTY_NULLABLE
|
protected java.math.BigDecimal |
artikelnr
|
static java.lang.String |
ARTIKELNR_COLUMN_NAME
|
protected Collectie |
collectie
|
static java.lang.String |
COLLECTIE_COLUMN_NAME
|
static java.lang.String |
COLLECTIE_FIELD_ID
|
static java.lang.Class |
COLLECTIE_PROPERTY_CLASS
|
static java.lang.String |
COLLECTIE_PROPERTY_ID
|
static boolean |
COLLECTIE_PROPERTY_NULLABLE
|
protected java.math.BigInteger |
collectieitemnr
|
static java.lang.String |
COLLECTIEITEMNR_COLUMN_NAME
|
static java.lang.String |
COLLECTIEITEMNR_FIELD_ID
|
static java.lang.Class |
COLLECTIEITEMNR_PROPERTY_CLASS
|
static java.lang.String |
COLLECTIEITEMNR_PROPERTY_ID
|
static int |
COLLECTIEITEMNR_PROPERTY_LENGTH
|
static boolean |
COLLECTIEITEMNR_PROPERTY_NULLABLE
|
static int |
COLLECTIEITEMNR_PROPERTY_PRECISION
|
protected java.math.BigDecimal |
collectienr
|
static java.lang.String |
COLLECTIENR_COLUMN_NAME
|
static java.util.Comparator<Collectieitem> |
COMPARATOR_ARTIKEL_COLLECTIE
A comparator that compares on artikel collectie |
static java.util.Comparator<Collectieitem> |
COMPARATOR_ARTIKELNR_COLLECTIENR
A comparator that compares on artikelnr collectienr |
static java.util.Comparator<Collectieitem> |
COMPARATOR_COLLECTIEITEMNR
A comparator that compares on collectieitemnr |
protected java.math.BigDecimal |
eanklant
|
static java.lang.String |
EANKLANT_COLUMN_NAME
|
static java.lang.String |
EANKLANT_FIELD_ID
|
static java.lang.Class |
EANKLANT_PROPERTY_CLASS
|
static java.lang.String |
EANKLANT_PROPERTY_ID
|
static int |
EANKLANT_PROPERTY_LENGTH
|
static boolean |
EANKLANT_PROPERTY_NULLABLE
|
static int |
EANKLANT_PROPERTY_PRECISION
|
| Fields inherited from class nl.knowledgeplaza.util.jpa.AbstractBeanEclipselink |
|---|
iReadFromStorage |
| Constructor Summary | |
|---|---|
Collectieitem()
|
|
| Method Summary | |
|---|---|
void |
clearProperties()
clear properties |
java.lang.Object |
clone()
clone |
Collectieitem |
cloneShallow()
|
int |
compareTo(Collectieitem o)
default compare on primary key |
boolean |
equals(java.lang.Object o)
|
static java.util.List<Collectieitem> |
findAll()
find all entities |
static java.util.List<Collectieitem> |
findAllOrderedBy(java.lang.String orderedBy)
find all entities ordered by |
static Collectieitem |
findAndLockByPK(java.math.BigInteger collectieitemnr)
|
static Collectieitem |
findAndLockByPK(int id)
|
static Collectieitem |
findAndLockByPK(long id)
|
static Collectieitem |
findByArtikelCollectie(Artikel artikel,
Collectie collectie)
|
static Collectieitem |
findByArtikelnrCollectienr(java.math.BigInteger artikelnr,
java.math.BigInteger collectienr)
|
static Collectieitem |
findByCollectieitemnr(java.math.BigInteger collectieitemnr)
|
static Collectieitem |
findByPK(java.math.BigInteger collectieitemnr)
|
static Collectieitem |
findByPK(int id)
|
static Collectieitem |
findByPK(long id)
|
Artikel |
getArtikel()
Artikel |
Collectie |
getCollectie()
Collectie |
java.math.BigInteger |
getCollectieitemnr()
Collectieitemnr |
java.math.BigDecimal |
getEanklant()
Eanklant |
int |
hashCode()
|
void |
rememberAtLoadTimeValues()
|
void |
setArtikel(Artikel value)
|
void |
setCollectie(Collectie value)
|
void |
setCollectieitemnr(java.math.BigInteger value)
|
void |
setEanklant(java.math.BigDecimal value)
|
static void |
shallowCopy(Collectieitem original,
Collectieitem 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)
|
Collectieitem |
withArtikel(Artikel value)
|
Collectieitem |
withCollectie(Collectie value)
|
Collectieitem |
withCollectieitemnr(java.math.BigInteger value)
|
Collectieitem |
withEanklant(java.math.BigDecimal 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 |
|---|
protected volatile Artikel artikel
public static final java.lang.String ARTIKEL_COLUMN_NAME
public static final java.lang.String ARTIKEL_FIELD_ID
public static final java.lang.String ARTIKEL_PROPERTY_ID
public static final java.lang.Class ARTIKEL_PROPERTY_CLASS
public static final boolean ARTIKEL_PROPERTY_NULLABLE
protected volatile java.math.BigDecimal artikelnr
public static final java.lang.String ARTIKELNR_COLUMN_NAME
protected volatile Collectie collectie
public static final java.lang.String COLLECTIE_COLUMN_NAME
public static final java.lang.String COLLECTIE_FIELD_ID
public static final java.lang.String COLLECTIE_PROPERTY_ID
public static final java.lang.Class COLLECTIE_PROPERTY_CLASS
public static final boolean COLLECTIE_PROPERTY_NULLABLE
protected volatile java.math.BigDecimal collectienr
public static final java.lang.String COLLECTIENR_COLUMN_NAME
protected volatile java.math.BigInteger collectieitemnr
public static final java.lang.String COLLECTIEITEMNR_COLUMN_NAME
public static final java.lang.String COLLECTIEITEMNR_FIELD_ID
public static final java.lang.String COLLECTIEITEMNR_PROPERTY_ID
public static final java.lang.Class COLLECTIEITEMNR_PROPERTY_CLASS
public static final boolean COLLECTIEITEMNR_PROPERTY_NULLABLE
public static final int COLLECTIEITEMNR_PROPERTY_LENGTH
public static final int COLLECTIEITEMNR_PROPERTY_PRECISION
protected volatile java.math.BigDecimal eanklant
public static final java.lang.String EANKLANT_COLUMN_NAME
public static final java.lang.String EANKLANT_FIELD_ID
public static final java.lang.String EANKLANT_PROPERTY_ID
public static final java.lang.Class EANKLANT_PROPERTY_CLASS
public static final boolean EANKLANT_PROPERTY_NULLABLE
public static final int EANKLANT_PROPERTY_LENGTH
public static final int EANKLANT_PROPERTY_PRECISION
public static final java.util.Comparator<Collectieitem> COMPARATOR_COLLECTIEITEMNR
public static final java.util.Comparator<Collectieitem> COMPARATOR_ARTIKEL_COLLECTIE
public static final java.util.Comparator<Collectieitem> COMPARATOR_ARTIKELNR_COLLECTIENR
| Constructor Detail |
|---|
public Collectieitem()
| Method Detail |
|---|
public Artikel getArtikel()
public void setArtikel(Artikel value)
public Collectieitem withArtikel(Artikel value)
public Collectie getCollectie()
public void setCollectie(Collectie value)
public Collectieitem withCollectie(Collectie value)
public java.math.BigInteger getCollectieitemnr()
public void setCollectieitemnr(java.math.BigInteger value)
public Collectieitem withCollectieitemnr(java.math.BigInteger value)
public java.math.BigDecimal getEanklant()
public void setEanklant(java.math.BigDecimal value)
public Collectieitem withEanklant(java.math.BigDecimal value)
public java.lang.Object clone()
clone in class java.lang.Objectpublic Collectieitem cloneShallow()
public static void shallowCopy(Collectieitem original,
Collectieitem copy)
public void clearProperties()
public int compareTo(Collectieitem o)
compareTo in interface java.lang.Comparable<Collectieitem>public static Collectieitem findByPK(java.math.BigInteger collectieitemnr)
collectieitemnr - public static Collectieitem findAndLockByPK(java.math.BigInteger collectieitemnr)
collectieitemnr - public static Collectieitem findByPK(int id)
public static Collectieitem findByPK(long id)
public static Collectieitem findAndLockByPK(int id)
public static Collectieitem findAndLockByPK(long id)
public static java.util.List<Collectieitem> findAll()
public static java.util.List<Collectieitem> findAllOrderedBy(java.lang.String orderedBy)
public static Collectieitem findByCollectieitemnr(java.math.BigInteger collectieitemnr)
collectieitemnr -
public static Collectieitem findByArtikelCollectie(Artikel artikel,
Collectie collectie)
artikel - collectie -
public static Collectieitem findByArtikelnrCollectienr(java.math.BigInteger artikelnr,
java.math.BigInteger collectienr)
artikelnr - 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<Collectieitem>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 | |||||||||