|
||||||||||
| 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<Deling>
nl.karpi.bm.generated.Deling
public abstract class Deling
A JPA entity class for deling.
| Nested Class Summary | |
|---|---|
static class |
Deling.ComparatorDelingnr
|
| Field Summary | |
|---|---|
static java.util.Comparator<Deling> |
COMPARATOR_DELINGNR
A comparator that compares on delingnr |
protected java.math.BigInteger |
delingnr
|
static java.lang.String |
DELINGNR_COLUMN_NAME
|
static java.lang.String |
DELINGNR_FIELD_ID
|
static java.lang.Class |
DELINGNR_PROPERTY_CLASS
|
static java.lang.String |
DELINGNR_PROPERTY_ID
|
static int |
DELINGNR_PROPERTY_LENGTH
|
static boolean |
DELINGNR_PROPERTY_NULLABLE
|
static int |
DELINGNR_PROPERTY_PRECISION
|
protected java.util.List<Delingtaal> |
delingtaalsWhereIAmDeling
|
static java.lang.String |
DELINGTAALSWHEREIAMDELING_FIELD_ID
|
static java.lang.Class |
DELINGTAALSWHEREIAMDELING_PROPERTY_CLASS
|
static java.lang.String |
DELINGTAALSWHEREIAMDELING_PROPERTY_ID
|
protected java.util.List<Kwaliteit> |
kwaliteitsWhereIAmDeling
|
static java.lang.String |
KWALITEITSWHEREIAMDELING_FIELD_ID
|
static java.lang.Class |
KWALITEITSWHEREIAMDELING_PROPERTY_CLASS
|
static java.lang.String |
KWALITEITSWHEREIAMDELING_PROPERTY_ID
|
| Fields inherited from class nl.knowledgeplaza.util.jpa.AbstractBeanEclipselink |
|---|
iReadFromStorage |
| Constructor Summary | |
|---|---|
Deling()
|
|
| Method Summary | |
|---|---|
void |
addDelingtaalsWhereIAmDeling(Delingtaal value)
DelingtaalsWhereIAmDeling |
void |
addKwaliteitsWhereIAmDeling(Kwaliteit value)
KwaliteitsWhereIAmDeling |
void |
clearProperties()
clear properties |
java.lang.Object |
clone()
clone |
Deling |
cloneShallow()
|
int |
compareTo(Deling o)
default compare on primary key |
boolean |
equals(java.lang.Object o)
|
static java.util.List<Deling> |
findAll()
find all entities |
static java.util.List<Deling> |
findAllOrderedBy(java.lang.String orderedBy)
find all entities ordered by |
static Deling |
findAndLockByPK(java.math.BigInteger delingnr)
|
static Deling |
findAndLockByPK(int id)
|
static Deling |
findAndLockByPK(long id)
|
static Deling |
findByDelingnr(java.math.BigInteger delingnr)
|
static Deling |
findByPK(java.math.BigInteger delingnr)
|
static Deling |
findByPK(int id)
|
static Deling |
findByPK(long id)
|
java.math.BigInteger |
getDelingnr()
Delingnr |
java.util.List<Delingtaal> |
getDelingtaalsWhereIAmDeling()
returns a new list containing a snapshot of the actual list, instead of an returning an unmodifyableList. |
java.util.List<Kwaliteit> |
getKwaliteitsWhereIAmDeling()
returns a new list containing a snapshot of the actual list, instead of an returning an unmodifyableList. |
int |
hashCode()
|
void |
rememberAtLoadTimeValues()
|
void |
removeDelingtaalsWhereIAmDeling(Delingtaal value)
|
void |
removeKwaliteitsWhereIAmDeling(Kwaliteit value)
|
void |
setDelingnr(java.math.BigInteger value)
|
void |
setDelingtaalsWhereIAmDeling(java.util.List<Delingtaal> value)
|
void |
setKwaliteitsWhereIAmDeling(java.util.List<Kwaliteit> value)
|
static void |
shallowCopy(Deling original,
Deling 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)
|
Deling |
withDelingnr(java.math.BigInteger value)
|
Deling |
withDelingtaalsWhereIAmDeling(java.util.List<Delingtaal> value)
|
Deling |
withKwaliteitsWhereIAmDeling(java.util.List<Kwaliteit> 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 DELINGTAALSWHEREIAMDELING_FIELD_ID
public static final java.lang.String DELINGTAALSWHEREIAMDELING_PROPERTY_ID
public static final java.lang.Class DELINGTAALSWHEREIAMDELING_PROPERTY_CLASS
protected volatile java.util.List<Delingtaal> delingtaalsWhereIAmDeling
public static final java.lang.String KWALITEITSWHEREIAMDELING_FIELD_ID
public static final java.lang.String KWALITEITSWHEREIAMDELING_PROPERTY_ID
public static final java.lang.Class KWALITEITSWHEREIAMDELING_PROPERTY_CLASS
protected volatile java.util.List<Kwaliteit> kwaliteitsWhereIAmDeling
protected volatile java.math.BigInteger delingnr
public static final java.lang.String DELINGNR_COLUMN_NAME
public static final java.lang.String DELINGNR_FIELD_ID
public static final java.lang.String DELINGNR_PROPERTY_ID
public static final java.lang.Class DELINGNR_PROPERTY_CLASS
public static final boolean DELINGNR_PROPERTY_NULLABLE
public static final int DELINGNR_PROPERTY_LENGTH
public static final int DELINGNR_PROPERTY_PRECISION
public static final java.util.Comparator<Deling> COMPARATOR_DELINGNR
| Constructor Detail |
|---|
public Deling()
| Method Detail |
|---|
public void addDelingtaalsWhereIAmDeling(Delingtaal value)
public void removeDelingtaalsWhereIAmDeling(Delingtaal value)
public void setDelingtaalsWhereIAmDeling(java.util.List<Delingtaal> value)
public Deling withDelingtaalsWhereIAmDeling(java.util.List<Delingtaal> value)
public java.util.List<Delingtaal> getDelingtaalsWhereIAmDeling()
public void addKwaliteitsWhereIAmDeling(Kwaliteit value)
public void removeKwaliteitsWhereIAmDeling(Kwaliteit value)
public void setKwaliteitsWhereIAmDeling(java.util.List<Kwaliteit> value)
public Deling withKwaliteitsWhereIAmDeling(java.util.List<Kwaliteit> value)
public java.util.List<Kwaliteit> getKwaliteitsWhereIAmDeling()
public java.math.BigInteger getDelingnr()
public void setDelingnr(java.math.BigInteger value)
public Deling withDelingnr(java.math.BigInteger value)
public java.lang.Object clone()
clone in class java.lang.Objectpublic Deling cloneShallow()
public static void shallowCopy(Deling original,
Deling copy)
public void clearProperties()
public int compareTo(Deling o)
compareTo in interface java.lang.Comparable<Deling>public static Deling findByPK(java.math.BigInteger delingnr)
delingnr - public static Deling findAndLockByPK(java.math.BigInteger delingnr)
delingnr - public static Deling findByPK(int id)
public static Deling findByPK(long id)
public static Deling findAndLockByPK(int id)
public static Deling findAndLockByPK(long id)
public static java.util.List<Deling> findAll()
public static java.util.List<Deling> findAllOrderedBy(java.lang.String orderedBy)
public static Deling findByDelingnr(java.math.BigInteger delingnr)
delingnr - 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<Deling>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 | |||||||||