nl.karpi.bm.generated
Class CalcMunteenheid

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<CalcMunteenheid>
                  extended by nl.karpi.bm.generated.CalcMunteenheid
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<CalcMunteenheid>, 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:
CalcMunteenheid

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

A JPA entity class for calc_munteenheid.

See Also:
Serialized Form

Nested Class Summary
static class CalcMunteenheid.ComparatorCalcMunteenheidnr
           
static class CalcMunteenheid.ComparatorCalculatie_Leverancier
           
static class CalcMunteenheid.ComparatorCalculatienr_Leveranciernr
           
 
Field Summary
protected  java.math.BigInteger calcMunteenheidnr
           
static java.lang.String CALCMUNTEENHEIDNR_COLUMN_NAME
           
static java.lang.String CALCMUNTEENHEIDNR_FIELD_ID
           
static java.lang.Class CALCMUNTEENHEIDNR_PROPERTY_CLASS
           
static java.lang.String CALCMUNTEENHEIDNR_PROPERTY_ID
           
static int CALCMUNTEENHEIDNR_PROPERTY_LENGTH
           
static boolean CALCMUNTEENHEIDNR_PROPERTY_NULLABLE
           
static int CALCMUNTEENHEIDNR_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<CalcMunteenheid> COMPARATOR_CALCMUNTEENHEIDNR
          A comparator that compares on calcMunteenheidnr
static java.util.Comparator<CalcMunteenheid> COMPARATOR_CALCULATIE_LEVERANCIER
          A comparator that compares on calculatie leverancier
static java.util.Comparator<CalcMunteenheid> COMPARATOR_CALCULATIENR_LEVERANCIERNR
          A comparator that compares on calculatienr leveranciernr
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
           
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
CalcMunteenheid()
           
 
Method Summary
 void clearProperties()
          clear properties
 java.lang.Object clone()
          clone
 CalcMunteenheid cloneShallow()
           
 int compareTo(CalcMunteenheid o)
          default compare on primary key
 boolean equals(java.lang.Object o)
           
static java.util.List<CalcMunteenheid> findAll()
          find all entities
static java.util.List<CalcMunteenheid> findAllOrderedBy(java.lang.String orderedBy)
          find all entities ordered by
static CalcMunteenheid findAndLockByPK(java.math.BigInteger calcMunteenheidnr)
           
static CalcMunteenheid findAndLockByPK(int id)
           
static CalcMunteenheid findAndLockByPK(long id)
           
static CalcMunteenheid findByCalcMunteenheidnr(java.math.BigInteger calcMunteenheidnr)
           
static CalcMunteenheid findByCalculatieLeverancier(Calculatie calculatie, Leverancier leverancier)
           
static CalcMunteenheid findByCalculatienrLeveranciernr(java.math.BigInteger calculatienr, java.math.BigInteger leveranciernr)
           
static CalcMunteenheid findByPK(java.math.BigInteger calcMunteenheidnr)
           
static CalcMunteenheid findByPK(int id)
           
static CalcMunteenheid findByPK(long id)
           
 java.math.BigInteger getCalcMunteenheidnr()
          CalcMunteenheidnr
 Calculatie getCalculatie()
          Calculatie
 Leverancier getLeverancier()
          Leverancier
 Munteenheid getMunteenheid()
          Munteenheid
 int hashCode()
           
 void rememberAtLoadTimeValues()
           
 void setCalcMunteenheidnr(java.math.BigInteger value)
           
 void setCalculatie(Calculatie value)
           
 void setLeverancier(Leverancier value)
           
 void setMunteenheid(Munteenheid value)
           
static void shallowCopy(CalcMunteenheid original, CalcMunteenheid 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)
           
 CalcMunteenheid withCalcMunteenheidnr(java.math.BigInteger value)
           
 CalcMunteenheid withCalculatie(Calculatie value)
           
 CalcMunteenheid withLeverancier(Leverancier value)
           
 CalcMunteenheid 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

leverancier

protected volatile Leverancier leverancier

LEVERANCIER_COLUMN_NAME

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

LEVERANCIER_FIELD_ID

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

LEVERANCIER_PROPERTY_ID

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

LEVERANCIER_PROPERTY_CLASS

public static final java.lang.Class LEVERANCIER_PROPERTY_CLASS

LEVERANCIER_PROPERTY_NULLABLE

public static final boolean LEVERANCIER_PROPERTY_NULLABLE
See Also:
Constant Field Values

leveranciernr

protected volatile java.math.BigDecimal leveranciernr

LEVERANCIERNR_COLUMN_NAME

public static final java.lang.String LEVERANCIERNR_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

calcMunteenheidnr

protected volatile java.math.BigInteger calcMunteenheidnr

CALCMUNTEENHEIDNR_COLUMN_NAME

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

CALCMUNTEENHEIDNR_FIELD_ID

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

CALCMUNTEENHEIDNR_PROPERTY_ID

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

CALCMUNTEENHEIDNR_PROPERTY_CLASS

public static final java.lang.Class CALCMUNTEENHEIDNR_PROPERTY_CLASS

CALCMUNTEENHEIDNR_PROPERTY_NULLABLE

public static final boolean CALCMUNTEENHEIDNR_PROPERTY_NULLABLE
See Also:
Constant Field Values

CALCMUNTEENHEIDNR_PROPERTY_LENGTH

public static final int CALCMUNTEENHEIDNR_PROPERTY_LENGTH
See Also:
Constant Field Values

CALCMUNTEENHEIDNR_PROPERTY_PRECISION

public static final int CALCMUNTEENHEIDNR_PROPERTY_PRECISION
See Also:
Constant Field Values

COMPARATOR_CALCMUNTEENHEIDNR

public static final java.util.Comparator<CalcMunteenheid> COMPARATOR_CALCMUNTEENHEIDNR
A comparator that compares on calcMunteenheidnr


COMPARATOR_CALCULATIE_LEVERANCIER

public static final java.util.Comparator<CalcMunteenheid> COMPARATOR_CALCULATIE_LEVERANCIER
A comparator that compares on calculatie leverancier


COMPARATOR_CALCULATIENR_LEVERANCIERNR

public static final java.util.Comparator<CalcMunteenheid> COMPARATOR_CALCULATIENR_LEVERANCIERNR
A comparator that compares on calculatienr leveranciernr

Constructor Detail

CalcMunteenheid

public CalcMunteenheid()
Method Detail

getCalculatie

public Calculatie getCalculatie()
Calculatie


setCalculatie

public void setCalculatie(Calculatie value)

withCalculatie

public CalcMunteenheid withCalculatie(Calculatie value)

getLeverancier

public Leverancier getLeverancier()
Leverancier


setLeverancier

public void setLeverancier(Leverancier value)

withLeverancier

public CalcMunteenheid withLeverancier(Leverancier value)

getMunteenheid

public Munteenheid getMunteenheid()
Munteenheid


setMunteenheid

public void setMunteenheid(Munteenheid value)

withMunteenheid

public CalcMunteenheid withMunteenheid(Munteenheid value)

getCalcMunteenheidnr

public java.math.BigInteger getCalcMunteenheidnr()
CalcMunteenheidnr


setCalcMunteenheidnr

public void setCalcMunteenheidnr(java.math.BigInteger value)

withCalcMunteenheidnr

public CalcMunteenheid withCalcMunteenheidnr(java.math.BigInteger value)

clone

public java.lang.Object clone()
clone

Overrides:
clone in class java.lang.Object

cloneShallow

public CalcMunteenheid cloneShallow()

shallowCopy

public static void shallowCopy(CalcMunteenheid original,
                               CalcMunteenheid 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(CalcMunteenheid o)
default compare on primary key

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

findByPK

public static CalcMunteenheid findByPK(java.math.BigInteger calcMunteenheidnr)
Parameters:
calcMunteenheidnr -

findAndLockByPK

public static CalcMunteenheid findAndLockByPK(java.math.BigInteger calcMunteenheidnr)
Parameters:
calcMunteenheidnr -

findByPK

public static CalcMunteenheid findByPK(int id)

findByPK

public static CalcMunteenheid findByPK(long id)

findAndLockByPK

public static CalcMunteenheid findAndLockByPK(int id)

findAndLockByPK

public static CalcMunteenheid findAndLockByPK(long id)

findAll

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


findAllOrderedBy

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


findByCalcMunteenheidnr

public static CalcMunteenheid findByCalcMunteenheidnr(java.math.BigInteger calcMunteenheidnr)
Parameters:
calcMunteenheidnr -

findByCalculatieLeverancier

public static CalcMunteenheid findByCalculatieLeverancier(Calculatie calculatie,
                                                          Leverancier leverancier)
Parameters:
calculatie -
leverancier -

findByCalculatienrLeveranciernr

public static CalcMunteenheid findByCalculatienrLeveranciernr(java.math.BigInteger calculatienr,
                                                              java.math.BigInteger leveranciernr)
Parameters:
calculatienr -
leveranciernr -

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<CalcMunteenheid>

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.