|
||||||||||
| 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<CalcEurokoers>
nl.karpi.bm.generated.CalcEurokoers
public abstract class CalcEurokoers
A JPA entity class for calc_eurokoers.
| Nested Class Summary | |
|---|---|
static class |
CalcEurokoers.ComparatorCalcEurokoersnr
|
static class |
CalcEurokoers.ComparatorCalculatie_Munteenheid
|
static class |
CalcEurokoers.ComparatorCalculatienr_Munteenheidnr
|
| Field Summary | |
|---|---|
protected java.math.BigInteger |
calcEurokoersnr
|
static java.lang.String |
CALCEUROKOERSNR_COLUMN_NAME
|
static java.lang.String |
CALCEUROKOERSNR_FIELD_ID
|
static java.lang.Class |
CALCEUROKOERSNR_PROPERTY_CLASS
|
static java.lang.String |
CALCEUROKOERSNR_PROPERTY_ID
|
static int |
CALCEUROKOERSNR_PROPERTY_LENGTH
|
static boolean |
CALCEUROKOERSNR_PROPERTY_NULLABLE
|
static int |
CALCEUROKOERSNR_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<CalcEurokoers> |
COMPARATOR_CALCEUROKOERSNR
A comparator that compares on calcEurokoersnr |
static java.util.Comparator<CalcEurokoers> |
COMPARATOR_CALCULATIE_MUNTEENHEID
A comparator that compares on calculatie munteenheid |
static java.util.Comparator<CalcEurokoers> |
COMPARATOR_CALCULATIENR_MUNTEENHEIDNR
A comparator that compares on calculatienr munteenheidnr |
protected java.math.BigDecimal |
koers
|
static java.lang.String |
KOERS_COLUMN_NAME
|
static java.lang.String |
KOERS_FIELD_ID
|
static java.lang.Class |
KOERS_PROPERTY_CLASS
|
static java.lang.String |
KOERS_PROPERTY_ID
|
static int |
KOERS_PROPERTY_LENGTH
|
static boolean |
KOERS_PROPERTY_NULLABLE
|
static int |
KOERS_PROPERTY_PRECISION
|
protected Munteenheid |
munteenheid
|
static java.lang.String |
MUNTEENHEID_COLUMN_NAME
|
static java.lang.String |
MUNTEENHEID_FIELD_ID
|
static java.lang.Class |
MUNTEENHEID_PROPERTY_CLASS
|
static java.lang.String |
MUNTEENHEID_PROPERTY_ID
|
static boolean |
MUNTEENHEID_PROPERTY_NULLABLE
|
protected java.math.BigDecimal |
munteenheidnr
|
static java.lang.String |
MUNTEENHEIDNR_COLUMN_NAME
|
| Fields inherited from class nl.knowledgeplaza.util.jpa.AbstractBeanEclipselink |
|---|
iReadFromStorage |
| Constructor Summary | |
|---|---|
CalcEurokoers()
|
|
| Method Summary | |
|---|---|
void |
clearProperties()
clear properties |
java.lang.Object |
clone()
clone |
CalcEurokoers |
cloneShallow()
|
int |
compareTo(CalcEurokoers o)
default compare on primary key |
boolean |
equals(java.lang.Object o)
|
static java.util.List<CalcEurokoers> |
findAll()
find all entities |
static java.util.List<CalcEurokoers> |
findAllOrderedBy(java.lang.String orderedBy)
find all entities ordered by |
static CalcEurokoers |
findAndLockByPK(java.math.BigInteger calcEurokoersnr)
|
static CalcEurokoers |
findAndLockByPK(int id)
|
static CalcEurokoers |
findAndLockByPK(long id)
|
static CalcEurokoers |
findByCalcEurokoersnr(java.math.BigInteger calcEurokoersnr)
|
static CalcEurokoers |
findByCalculatieMunteenheid(Calculatie calculatie,
Munteenheid munteenheid)
|
static CalcEurokoers |
findByCalculatienrMunteenheidnr(java.math.BigInteger calculatienr,
java.math.BigInteger munteenheidnr)
|
static CalcEurokoers |
findByPK(java.math.BigInteger calcEurokoersnr)
|
static CalcEurokoers |
findByPK(int id)
|
static CalcEurokoers |
findByPK(long id)
|
java.math.BigInteger |
getCalcEurokoersnr()
CalcEurokoersnr |
Calculatie |
getCalculatie()
Calculatie |
java.math.BigDecimal |
getKoers()
Koers |
Munteenheid |
getMunteenheid()
Munteenheid |
int |
hashCode()
|
void |
rememberAtLoadTimeValues()
|
void |
setCalcEurokoersnr(java.math.BigInteger value)
|
void |
setCalculatie(Calculatie value)
|
void |
setKoers(java.math.BigDecimal value)
|
void |
setMunteenheid(Munteenheid value)
|
static void |
shallowCopy(CalcEurokoers original,
CalcEurokoers 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)
|
CalcEurokoers |
withCalcEurokoersnr(java.math.BigInteger value)
|
CalcEurokoers |
withCalculatie(Calculatie value)
|
CalcEurokoers |
withKoers(java.math.BigDecimal value)
|
CalcEurokoers |
withMunteenheid(Munteenheid 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 Munteenheid munteenheid
public static final java.lang.String MUNTEENHEID_COLUMN_NAME
public static final java.lang.String MUNTEENHEID_FIELD_ID
public static final java.lang.String MUNTEENHEID_PROPERTY_ID
public static final java.lang.Class MUNTEENHEID_PROPERTY_CLASS
public static final boolean MUNTEENHEID_PROPERTY_NULLABLE
protected volatile java.math.BigDecimal munteenheidnr
public static final java.lang.String MUNTEENHEIDNR_COLUMN_NAME
protected volatile java.math.BigInteger calcEurokoersnr
public static final java.lang.String CALCEUROKOERSNR_COLUMN_NAME
public static final java.lang.String CALCEUROKOERSNR_FIELD_ID
public static final java.lang.String CALCEUROKOERSNR_PROPERTY_ID
public static final java.lang.Class CALCEUROKOERSNR_PROPERTY_CLASS
public static final boolean CALCEUROKOERSNR_PROPERTY_NULLABLE
public static final int CALCEUROKOERSNR_PROPERTY_LENGTH
public static final int CALCEUROKOERSNR_PROPERTY_PRECISION
protected volatile java.math.BigDecimal koers
public static final java.lang.String KOERS_COLUMN_NAME
public static final java.lang.String KOERS_FIELD_ID
public static final java.lang.String KOERS_PROPERTY_ID
public static final java.lang.Class KOERS_PROPERTY_CLASS
public static final boolean KOERS_PROPERTY_NULLABLE
public static final int KOERS_PROPERTY_LENGTH
public static final int KOERS_PROPERTY_PRECISION
public static final java.util.Comparator<CalcEurokoers> COMPARATOR_CALCEUROKOERSNR
public static final java.util.Comparator<CalcEurokoers> COMPARATOR_CALCULATIE_MUNTEENHEID
public static final java.util.Comparator<CalcEurokoers> COMPARATOR_CALCULATIENR_MUNTEENHEIDNR
| Constructor Detail |
|---|
public CalcEurokoers()
| Method Detail |
|---|
public Calculatie getCalculatie()
public void setCalculatie(Calculatie value)
public CalcEurokoers withCalculatie(Calculatie value)
public Munteenheid getMunteenheid()
public void setMunteenheid(Munteenheid value)
public CalcEurokoers withMunteenheid(Munteenheid value)
public java.math.BigInteger getCalcEurokoersnr()
public void setCalcEurokoersnr(java.math.BigInteger value)
public CalcEurokoers withCalcEurokoersnr(java.math.BigInteger value)
public java.math.BigDecimal getKoers()
public void setKoers(java.math.BigDecimal value)
public CalcEurokoers withKoers(java.math.BigDecimal value)
public java.lang.Object clone()
clone in class java.lang.Objectpublic CalcEurokoers cloneShallow()
public static void shallowCopy(CalcEurokoers original,
CalcEurokoers copy)
public void clearProperties()
public int compareTo(CalcEurokoers o)
compareTo in interface java.lang.Comparable<CalcEurokoers>public static CalcEurokoers findByPK(java.math.BigInteger calcEurokoersnr)
calcEurokoersnr - public static CalcEurokoers findAndLockByPK(java.math.BigInteger calcEurokoersnr)
calcEurokoersnr - public static CalcEurokoers findByPK(int id)
public static CalcEurokoers findByPK(long id)
public static CalcEurokoers findAndLockByPK(int id)
public static CalcEurokoers findAndLockByPK(long id)
public static java.util.List<CalcEurokoers> findAll()
public static java.util.List<CalcEurokoers> findAllOrderedBy(java.lang.String orderedBy)
public static CalcEurokoers findByCalcEurokoersnr(java.math.BigInteger calcEurokoersnr)
calcEurokoersnr -
public static CalcEurokoers findByCalculatieMunteenheid(Calculatie calculatie,
Munteenheid munteenheid)
calculatie - munteenheid -
public static CalcEurokoers findByCalculatienrMunteenheidnr(java.math.BigInteger calculatienr,
java.math.BigInteger munteenheidnr)
calculatienr - munteenheidnr - 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<CalcEurokoers>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 | |||||||||