|
||||||||||
| 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<Retourdetail>
nl.karpi.bm.generated.Retourdetail
public abstract class Retourdetail
A JPA entity class for retourdetail.
| Nested Class Summary | |
|---|---|
static class |
Retourdetail.ComparatorRetourdetailnr
|
| Field Summary | |
|---|---|
protected java.math.BigInteger |
aantal
|
static java.lang.String |
AANTAL_COLUMN_NAME
|
static java.lang.String |
AANTAL_FIELD_ID
|
static java.lang.Class |
AANTAL_PROPERTY_CLASS
|
static java.lang.String |
AANTAL_PROPERTY_ID
|
static int |
AANTAL_PROPERTY_LENGTH
|
static boolean |
AANTAL_PROPERTY_NULLABLE
|
static int |
AANTAL_PROPERTY_PRECISION
|
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
|
static java.util.Comparator<Retourdetail> |
COMPARATOR_RETOURDETAILNR
A comparator that compares on retourdetailnr |
protected Retour |
retour
|
static java.lang.String |
RETOUR_COLUMN_NAME
|
static java.lang.String |
RETOUR_FIELD_ID
|
static java.lang.Class |
RETOUR_PROPERTY_CLASS
|
static java.lang.String |
RETOUR_PROPERTY_ID
|
static boolean |
RETOUR_PROPERTY_NULLABLE
|
protected java.math.BigInteger |
retourdetailnr
|
static java.lang.String |
RETOURDETAILNR_COLUMN_NAME
|
static java.lang.String |
RETOURDETAILNR_FIELD_ID
|
static java.lang.Class |
RETOURDETAILNR_PROPERTY_CLASS
|
static java.lang.String |
RETOURDETAILNR_PROPERTY_ID
|
static int |
RETOURDETAILNR_PROPERTY_LENGTH
|
static boolean |
RETOURDETAILNR_PROPERTY_NULLABLE
|
static int |
RETOURDETAILNR_PROPERTY_PRECISION
|
protected java.math.BigDecimal |
retournr
|
static java.lang.String |
RETOURNR_COLUMN_NAME
|
| Fields inherited from class nl.knowledgeplaza.util.jpa.AbstractBeanEclipselink |
|---|
iReadFromStorage |
| Constructor Summary | |
|---|---|
Retourdetail()
|
|
| Method Summary | |
|---|---|
void |
clearProperties()
clear properties |
java.lang.Object |
clone()
clone |
Retourdetail |
cloneShallow()
|
int |
compareTo(Retourdetail o)
default compare on primary key |
boolean |
equals(java.lang.Object o)
|
static java.util.List<Retourdetail> |
findAll()
find all entities |
static java.util.List<Retourdetail> |
findAllOrderedBy(java.lang.String orderedBy)
find all entities ordered by |
static Retourdetail |
findAndLockByPK(java.math.BigInteger retourdetailnr)
|
static Retourdetail |
findAndLockByPK(int id)
|
static Retourdetail |
findAndLockByPK(long id)
|
static Retourdetail |
findByPK(java.math.BigInteger retourdetailnr)
|
static Retourdetail |
findByPK(int id)
|
static Retourdetail |
findByPK(long id)
|
static Retourdetail |
findByRetourdetailnr(java.math.BigInteger retourdetailnr)
|
java.math.BigInteger |
getAantal()
Aantal |
Artikel |
getArtikel()
Artikel |
Retour |
getRetour()
Retour |
java.math.BigInteger |
getRetourdetailnr()
Retourdetailnr |
int |
hashCode()
|
void |
rememberAtLoadTimeValues()
|
void |
setAantal(java.math.BigInteger value)
|
void |
setArtikel(Artikel value)
|
void |
setRetour(Retour value)
|
void |
setRetourdetailnr(java.math.BigInteger value)
|
static void |
shallowCopy(Retourdetail original,
Retourdetail 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)
|
Retourdetail |
withAantal(java.math.BigInteger value)
|
Retourdetail |
withArtikel(Artikel value)
|
Retourdetail |
withRetour(Retour value)
|
Retourdetail |
withRetourdetailnr(java.math.BigInteger 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 Retour retour
public static final java.lang.String RETOUR_COLUMN_NAME
public static final java.lang.String RETOUR_FIELD_ID
public static final java.lang.String RETOUR_PROPERTY_ID
public static final java.lang.Class RETOUR_PROPERTY_CLASS
public static final boolean RETOUR_PROPERTY_NULLABLE
protected volatile java.math.BigDecimal retournr
public static final java.lang.String RETOURNR_COLUMN_NAME
protected volatile java.math.BigInteger retourdetailnr
public static final java.lang.String RETOURDETAILNR_COLUMN_NAME
public static final java.lang.String RETOURDETAILNR_FIELD_ID
public static final java.lang.String RETOURDETAILNR_PROPERTY_ID
public static final java.lang.Class RETOURDETAILNR_PROPERTY_CLASS
public static final boolean RETOURDETAILNR_PROPERTY_NULLABLE
public static final int RETOURDETAILNR_PROPERTY_LENGTH
public static final int RETOURDETAILNR_PROPERTY_PRECISION
protected volatile java.math.BigInteger aantal
public static final java.lang.String AANTAL_COLUMN_NAME
public static final java.lang.String AANTAL_FIELD_ID
public static final java.lang.String AANTAL_PROPERTY_ID
public static final java.lang.Class AANTAL_PROPERTY_CLASS
public static final boolean AANTAL_PROPERTY_NULLABLE
public static final int AANTAL_PROPERTY_LENGTH
public static final int AANTAL_PROPERTY_PRECISION
public static final java.util.Comparator<Retourdetail> COMPARATOR_RETOURDETAILNR
| Constructor Detail |
|---|
public Retourdetail()
| Method Detail |
|---|
public Artikel getArtikel()
public void setArtikel(Artikel value)
public Retourdetail withArtikel(Artikel value)
public Retour getRetour()
public void setRetour(Retour value)
public Retourdetail withRetour(Retour value)
public java.math.BigInteger getRetourdetailnr()
public void setRetourdetailnr(java.math.BigInteger value)
public Retourdetail withRetourdetailnr(java.math.BigInteger value)
public java.math.BigInteger getAantal()
public void setAantal(java.math.BigInteger value)
public Retourdetail withAantal(java.math.BigInteger value)
public java.lang.Object clone()
clone in class java.lang.Objectpublic Retourdetail cloneShallow()
public static void shallowCopy(Retourdetail original,
Retourdetail copy)
public void clearProperties()
public int compareTo(Retourdetail o)
compareTo in interface java.lang.Comparable<Retourdetail>public static Retourdetail findByPK(java.math.BigInteger retourdetailnr)
retourdetailnr - public static Retourdetail findAndLockByPK(java.math.BigInteger retourdetailnr)
retourdetailnr - public static Retourdetail findByPK(int id)
public static Retourdetail findByPK(long id)
public static Retourdetail findAndLockByPK(int id)
public static Retourdetail findAndLockByPK(long id)
public static java.util.List<Retourdetail> findAll()
public static java.util.List<Retourdetail> findAllOrderedBy(java.lang.String orderedBy)
public static Retourdetail findByRetourdetailnr(java.math.BigInteger retourdetailnr)
retourdetailnr - 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<Retourdetail>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 | |||||||||