nl.karpi.bm.generated
Class CalcEurokoers

java.lang.Object
  extended by nl.knowledgeplaza.util.AbstractBean<T>
      extended by nl.knowledgeplaza.util.jpa.AbstractBean<T>
          extended by nl.knowledgeplaza.util.jpa.AbstractBeanEclipselink<T>
              extended by nl.karpi.bm.AbstractBean<CalcEurokoers>
                  extended by nl.karpi.bm.generated.CalcEurokoers
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<CalcEurokoers>, nl.knowledgeplaza.util.jpa.EclipselinkDescriptorEventListenerRouter.EclipselinkEntityEventListener, nl.knowledgeplaza.util.jpa.JpaUtil.JpaEntityInformation, nl.knowledgeplaza.util.property.Property.PropertyBean, nl.knowledgeplaza.util.PropertyChangeProvider
Direct Known Subclasses:
CalcEurokoers

public abstract class CalcEurokoers
extends AbstractBean<CalcEurokoers>
implements java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<CalcEurokoers>

A JPA entity class for calc_eurokoers.

See Also:
Serialized Form

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

calculatie

protected volatile Calculatie calculatie

CALCULATIE_COLUMN_NAME

public static final java.lang.String CALCULATIE_COLUMN_NAME
See Also:
Constant Field Values

CALCULATIE_FIELD_ID

public static final java.lang.String CALCULATIE_FIELD_ID
See Also:
Constant Field Values

CALCULATIE_PROPERTY_ID

public static final java.lang.String CALCULATIE_PROPERTY_ID
See Also:
Constant Field Values

CALCULATIE_PROPERTY_CLASS

public static final java.lang.Class CALCULATIE_PROPERTY_CLASS

CALCULATIE_PROPERTY_NULLABLE

public static final boolean CALCULATIE_PROPERTY_NULLABLE
See Also:
Constant Field Values

calculatienr

protected volatile java.math.BigDecimal calculatienr

CALCULATIENR_COLUMN_NAME

public static final java.lang.String CALCULATIENR_COLUMN_NAME
See Also:
Constant Field Values

munteenheid

protected volatile Munteenheid munteenheid

MUNTEENHEID_COLUMN_NAME

public static final java.lang.String MUNTEENHEID_COLUMN_NAME
See Also:
Constant Field Values

MUNTEENHEID_FIELD_ID

public static final java.lang.String MUNTEENHEID_FIELD_ID
See Also:
Constant Field Values

MUNTEENHEID_PROPERTY_ID

public static final java.lang.String MUNTEENHEID_PROPERTY_ID
See Also:
Constant Field Values

MUNTEENHEID_PROPERTY_CLASS

public static final java.lang.Class MUNTEENHEID_PROPERTY_CLASS

MUNTEENHEID_PROPERTY_NULLABLE

public static final boolean MUNTEENHEID_PROPERTY_NULLABLE
See Also:
Constant Field Values

munteenheidnr

protected volatile java.math.BigDecimal munteenheidnr

MUNTEENHEIDNR_COLUMN_NAME

public static final java.lang.String MUNTEENHEIDNR_COLUMN_NAME
See Also:
Constant Field Values

calcEurokoersnr

protected volatile java.math.BigInteger calcEurokoersnr

CALCEUROKOERSNR_COLUMN_NAME

public static final java.lang.String CALCEUROKOERSNR_COLUMN_NAME
See Also:
Constant Field Values

CALCEUROKOERSNR_FIELD_ID

public static final java.lang.String CALCEUROKOERSNR_FIELD_ID
See Also:
Constant Field Values

CALCEUROKOERSNR_PROPERTY_ID

public static final java.lang.String CALCEUROKOERSNR_PROPERTY_ID
See Also:
Constant Field Values

CALCEUROKOERSNR_PROPERTY_CLASS

public static final java.lang.Class CALCEUROKOERSNR_PROPERTY_CLASS

CALCEUROKOERSNR_PROPERTY_NULLABLE

public static final boolean CALCEUROKOERSNR_PROPERTY_NULLABLE
See Also:
Constant Field Values

CALCEUROKOERSNR_PROPERTY_LENGTH

public static final int CALCEUROKOERSNR_PROPERTY_LENGTH
See Also:
Constant Field Values

CALCEUROKOERSNR_PROPERTY_PRECISION

public static final int CALCEUROKOERSNR_PROPERTY_PRECISION
See Also:
Constant Field Values

koers

protected volatile java.math.BigDecimal koers

KOERS_COLUMN_NAME

public static final java.lang.String KOERS_COLUMN_NAME
See Also:
Constant Field Values

KOERS_FIELD_ID

public static final java.lang.String KOERS_FIELD_ID
See Also:
Constant Field Values

KOERS_PROPERTY_ID

public static final java.lang.String KOERS_PROPERTY_ID
See Also:
Constant Field Values

KOERS_PROPERTY_CLASS

public static final java.lang.Class KOERS_PROPERTY_CLASS

KOERS_PROPERTY_NULLABLE

public static final boolean KOERS_PROPERTY_NULLABLE
See Also:
Constant Field Values

KOERS_PROPERTY_LENGTH

public static final int KOERS_PROPERTY_LENGTH
See Also:
Constant Field Values

KOERS_PROPERTY_PRECISION

public static final int KOERS_PROPERTY_PRECISION
See Also:
Constant Field Values

COMPARATOR_CALCEUROKOERSNR

public static final java.util.Comparator<CalcEurokoers> COMPARATOR_CALCEUROKOERSNR
A comparator that compares on calcEurokoersnr


COMPARATOR_CALCULATIE_MUNTEENHEID

public static final java.util.Comparator<CalcEurokoers> COMPARATOR_CALCULATIE_MUNTEENHEID
A comparator that compares on calculatie munteenheid


COMPARATOR_CALCULATIENR_MUNTEENHEIDNR

public static final java.util.Comparator<CalcEurokoers> COMPARATOR_CALCULATIENR_MUNTEENHEIDNR
A comparator that compares on calculatienr munteenheidnr

Constructor Detail

CalcEurokoers

public CalcEurokoers()
Method Detail

getCalculatie

public Calculatie getCalculatie()
Calculatie


setCalculatie

public void setCalculatie(Calculatie value)

withCalculatie

public CalcEurokoers withCalculatie(Calculatie value)

getMunteenheid

public Munteenheid getMunteenheid()
Munteenheid


setMunteenheid

public void setMunteenheid(Munteenheid value)

withMunteenheid

public CalcEurokoers withMunteenheid(Munteenheid value)

getCalcEurokoersnr

public java.math.BigInteger getCalcEurokoersnr()
CalcEurokoersnr


setCalcEurokoersnr

public void setCalcEurokoersnr(java.math.BigInteger value)

withCalcEurokoersnr

public CalcEurokoers withCalcEurokoersnr(java.math.BigInteger value)

getKoers

public java.math.BigDecimal getKoers()
Koers


setKoers

public void setKoers(java.math.BigDecimal value)

withKoers

public CalcEurokoers withKoers(java.math.BigDecimal value)

clone

public java.lang.Object clone()
clone

Overrides:
clone in class java.lang.Object

cloneShallow

public CalcEurokoers cloneShallow()

shallowCopy

public static void shallowCopy(CalcEurokoers original,
                               CalcEurokoers copy)
shallow copy, used for cloning but also for e.g. updating an entity in a REST PUT


clearProperties

public void clearProperties()
clear properties


compareTo

public int compareTo(CalcEurokoers o)
default compare on primary key

Specified by:
compareTo in interface java.lang.Comparable<CalcEurokoers>

findByPK

public static CalcEurokoers findByPK(java.math.BigInteger calcEurokoersnr)
Parameters:
calcEurokoersnr -

findAndLockByPK

public static CalcEurokoers findAndLockByPK(java.math.BigInteger calcEurokoersnr)
Parameters:
calcEurokoersnr -

findByPK

public static CalcEurokoers findByPK(int id)

findByPK

public static CalcEurokoers findByPK(long id)

findAndLockByPK

public static CalcEurokoers findAndLockByPK(int id)

findAndLockByPK

public static CalcEurokoers findAndLockByPK(long id)

findAll

public static java.util.List<CalcEurokoers> findAll()
find all entities


findAllOrderedBy

public static java.util.List<CalcEurokoers> findAllOrderedBy(java.lang.String orderedBy)
find all entities ordered by


findByCalcEurokoersnr

public static CalcEurokoers findByCalcEurokoersnr(java.math.BigInteger calcEurokoersnr)
Parameters:
calcEurokoersnr -

findByCalculatieMunteenheid

public static CalcEurokoers findByCalculatieMunteenheid(Calculatie calculatie,
                                                        Munteenheid munteenheid)
Parameters:
calculatie -
munteenheid -

findByCalculatienrMunteenheidnr

public static CalcEurokoers findByCalculatienrMunteenheidnr(java.math.BigInteger calculatienr,
                                                            java.math.BigInteger munteenheidnr)
Parameters:
calculatienr -
munteenheidnr -

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

rememberAtLoadTimeValues

public void rememberAtLoadTimeValues()
Overrides:
rememberAtLoadTimeValues in class nl.knowledgeplaza.util.jpa.AbstractBeanEclipselink<CalcEurokoers>

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

translate

public static java.lang.String translate(java.lang.String id)
Using the Internationalization class


translate

public static java.lang.String translate(java.lang.String id,
                                         boolean nullable)


Copyright © 2010 KnowledgePlaza. All Rights Reserved.