|
||||||||||
| 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<CalcLeverancier>
nl.karpi.bm.generated.CalcLeverancier
public abstract class CalcLeverancier
A JPA entity class for calc_leverancier.
| Nested Class Summary | |
|---|---|
static class |
CalcLeverancier.ComparatorCalcLeveranciernr
|
static class |
CalcLeverancier.ComparatorCalculatie_Kwaliteit
|
static class |
CalcLeverancier.ComparatorCalculatienr_Kwaliteitnr
|
| Field Summary | |
|---|---|
protected java.math.BigInteger |
calcLeveranciernr
|
static java.lang.String |
CALCLEVERANCIERNR_COLUMN_NAME
|
static java.lang.String |
CALCLEVERANCIERNR_FIELD_ID
|
static java.lang.Class |
CALCLEVERANCIERNR_PROPERTY_CLASS
|
static java.lang.String |
CALCLEVERANCIERNR_PROPERTY_ID
|
static int |
CALCLEVERANCIERNR_PROPERTY_LENGTH
|
static boolean |
CALCLEVERANCIERNR_PROPERTY_NULLABLE
|
static int |
CALCLEVERANCIERNR_PROPERTY_PRECISION
|
protected Calculatie |
calculatie
|
static java.lang.String |
CALCULATIE_COLUMN_NAME
|
static java.lang.String |
CALCULATIE_FIELD_ID
|
static java.lang.Class |
CALCULATIE_PROPERTY_CLASS
|
static java.lang.String |
CALCULATIE_PROPERTY_ID
|
static boolean |
CALCULATIE_PROPERTY_NULLABLE
|
protected java.math.BigDecimal |
calculatienr
|
static java.lang.String |
CALCULATIENR_COLUMN_NAME
|
static java.util.Comparator<CalcLeverancier> |
COMPARATOR_CALCLEVERANCIERNR
A comparator that compares on calcLeveranciernr |
static java.util.Comparator<CalcLeverancier> |
COMPARATOR_CALCULATIE_KWALITEIT
A comparator that compares on calculatie kwaliteit |
static java.util.Comparator<CalcLeverancier> |
COMPARATOR_CALCULATIENR_KWALITEITNR
A comparator that compares on calculatienr kwaliteitnr |
protected Kwaliteit |
kwaliteit
|
static java.lang.String |
KWALITEIT_COLUMN_NAME
|
static java.lang.String |
KWALITEIT_FIELD_ID
|
static java.lang.Class |
KWALITEIT_PROPERTY_CLASS
|
static java.lang.String |
KWALITEIT_PROPERTY_ID
|
static boolean |
KWALITEIT_PROPERTY_NULLABLE
|
protected java.math.BigDecimal |
kwaliteitnr
|
static java.lang.String |
KWALITEITNR_COLUMN_NAME
|
protected Leverancier |
leverancier
|
static java.lang.String |
LEVERANCIER_COLUMN_NAME
|
static java.lang.String |
LEVERANCIER_FIELD_ID
|
static java.lang.Class |
LEVERANCIER_PROPERTY_CLASS
|
static java.lang.String |
LEVERANCIER_PROPERTY_ID
|
static boolean |
LEVERANCIER_PROPERTY_NULLABLE
|
protected java.math.BigDecimal |
leveranciernr
|
static java.lang.String |
LEVERANCIERNR_COLUMN_NAME
|
| Fields inherited from class nl.knowledgeplaza.util.jpa.AbstractBeanEclipselink |
|---|
iReadFromStorage |
| Constructor Summary | |
|---|---|
CalcLeverancier()
|
|
| Method Summary | |
|---|---|
void |
clearProperties()
clear properties |
java.lang.Object |
clone()
clone |
CalcLeverancier |
cloneShallow()
|
int |
compareTo(CalcLeverancier o)
default compare on primary key |
boolean |
equals(java.lang.Object o)
|
static java.util.List<CalcLeverancier> |
findAll()
find all entities |
static java.util.List<CalcLeverancier> |
findAllOrderedBy(java.lang.String orderedBy)
find all entities ordered by |
static CalcLeverancier |
findAndLockByPK(java.math.BigInteger calcLeveranciernr)
|
static CalcLeverancier |
findAndLockByPK(int id)
|
static CalcLeverancier |
findAndLockByPK(long id)
|
static CalcLeverancier |
findByCalcLeveranciernr(java.math.BigInteger calcLeveranciernr)
|
static CalcLeverancier |
findByCalculatieKwaliteit(Calculatie calculatie,
Kwaliteit kwaliteit)
|
static CalcLeverancier |
findByCalculatienrKwaliteitnr(java.math.BigInteger calculatienr,
java.math.BigInteger kwaliteitnr)
|
static CalcLeverancier |
findByPK(java.math.BigInteger calcLeveranciernr)
|
static CalcLeverancier |
findByPK(int id)
|
static CalcLeverancier |
findByPK(long id)
|
java.math.BigInteger |
getCalcLeveranciernr()
CalcLeveranciernr |
Calculatie |
getCalculatie()
Calculatie |
Kwaliteit |
getKwaliteit()
Kwaliteit |
Leverancier |
getLeverancier()
Leverancier |
int |
hashCode()
|
void |
rememberAtLoadTimeValues()
|
void |
setCalcLeveranciernr(java.math.BigInteger value)
|
void |
setCalculatie(Calculatie value)
|
void |
setKwaliteit(Kwaliteit value)
|
void |
setLeverancier(Leverancier value)
|
static void |
shallowCopy(CalcLeverancier original,
CalcLeverancier 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)
|
CalcLeverancier |
withCalcLeveranciernr(java.math.BigInteger value)
|
CalcLeverancier |
withCalculatie(Calculatie value)
|
CalcLeverancier |
withKwaliteit(Kwaliteit value)
|
CalcLeverancier |
withLeverancier(Leverancier 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 Calculatie calculatie
public static final java.lang.String CALCULATIE_COLUMN_NAME
public static final java.lang.String CALCULATIE_FIELD_ID
public static final java.lang.String CALCULATIE_PROPERTY_ID
public static final java.lang.Class CALCULATIE_PROPERTY_CLASS
public static final boolean CALCULATIE_PROPERTY_NULLABLE
protected volatile java.math.BigDecimal calculatienr
public static final java.lang.String CALCULATIENR_COLUMN_NAME
protected volatile Kwaliteit kwaliteit
public static final java.lang.String KWALITEIT_COLUMN_NAME
public static final java.lang.String KWALITEIT_FIELD_ID
public static final java.lang.String KWALITEIT_PROPERTY_ID
public static final java.lang.Class KWALITEIT_PROPERTY_CLASS
public static final boolean KWALITEIT_PROPERTY_NULLABLE
protected volatile java.math.BigDecimal kwaliteitnr
public static final java.lang.String KWALITEITNR_COLUMN_NAME
protected volatile Leverancier leverancier
public static final java.lang.String LEVERANCIER_COLUMN_NAME
public static final java.lang.String LEVERANCIER_FIELD_ID
public static final java.lang.String LEVERANCIER_PROPERTY_ID
public static final java.lang.Class LEVERANCIER_PROPERTY_CLASS
public static final boolean LEVERANCIER_PROPERTY_NULLABLE
protected volatile java.math.BigDecimal leveranciernr
public static final java.lang.String LEVERANCIERNR_COLUMN_NAME
protected volatile java.math.BigInteger calcLeveranciernr
public static final java.lang.String CALCLEVERANCIERNR_COLUMN_NAME
public static final java.lang.String CALCLEVERANCIERNR_FIELD_ID
public static final java.lang.String CALCLEVERANCIERNR_PROPERTY_ID
public static final java.lang.Class CALCLEVERANCIERNR_PROPERTY_CLASS
public static final boolean CALCLEVERANCIERNR_PROPERTY_NULLABLE
public static final int CALCLEVERANCIERNR_PROPERTY_LENGTH
public static final int CALCLEVERANCIERNR_PROPERTY_PRECISION
public static final java.util.Comparator<CalcLeverancier> COMPARATOR_CALCLEVERANCIERNR
public static final java.util.Comparator<CalcLeverancier> COMPARATOR_CALCULATIE_KWALITEIT
public static final java.util.Comparator<CalcLeverancier> COMPARATOR_CALCULATIENR_KWALITEITNR
| Constructor Detail |
|---|
public CalcLeverancier()
| Method Detail |
|---|
public Calculatie getCalculatie()
public void setCalculatie(Calculatie value)
public CalcLeverancier withCalculatie(Calculatie value)
public Kwaliteit getKwaliteit()
public void setKwaliteit(Kwaliteit value)
public CalcLeverancier withKwaliteit(Kwaliteit value)
public Leverancier getLeverancier()
public void setLeverancier(Leverancier value)
public CalcLeverancier withLeverancier(Leverancier value)
public java.math.BigInteger getCalcLeveranciernr()
public void setCalcLeveranciernr(java.math.BigInteger value)
public CalcLeverancier withCalcLeveranciernr(java.math.BigInteger value)
public java.lang.Object clone()
clone in class java.lang.Objectpublic CalcLeverancier cloneShallow()
public static void shallowCopy(CalcLeverancier original,
CalcLeverancier copy)
public void clearProperties()
public int compareTo(CalcLeverancier o)
compareTo in interface java.lang.Comparable<CalcLeverancier>public static CalcLeverancier findByPK(java.math.BigInteger calcLeveranciernr)
calcLeveranciernr - public static CalcLeverancier findAndLockByPK(java.math.BigInteger calcLeveranciernr)
calcLeveranciernr - public static CalcLeverancier findByPK(int id)
public static CalcLeverancier findByPK(long id)
public static CalcLeverancier findAndLockByPK(int id)
public static CalcLeverancier findAndLockByPK(long id)
public static java.util.List<CalcLeverancier> findAll()
public static java.util.List<CalcLeverancier> findAllOrderedBy(java.lang.String orderedBy)
public static CalcLeverancier findByCalcLeveranciernr(java.math.BigInteger calcLeveranciernr)
calcLeveranciernr -
public static CalcLeverancier findByCalculatieKwaliteit(Calculatie calculatie,
Kwaliteit kwaliteit)
calculatie - kwaliteit -
public static CalcLeverancier findByCalculatienrKwaliteitnr(java.math.BigInteger calculatienr,
java.math.BigInteger kwaliteitnr)
calculatienr - kwaliteitnr - 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<CalcLeverancier>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 | |||||||||