nl.karpi.bm.generated
Class CalcLeverancier

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

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

A JPA entity class for calc_leverancier.

See Also:
Serialized Form

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

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

kwaliteit

protected volatile Kwaliteit kwaliteit

KWALITEIT_COLUMN_NAME

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

KWALITEIT_FIELD_ID

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

KWALITEIT_PROPERTY_ID

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

KWALITEIT_PROPERTY_CLASS

public static final java.lang.Class KWALITEIT_PROPERTY_CLASS

KWALITEIT_PROPERTY_NULLABLE

public static final boolean KWALITEIT_PROPERTY_NULLABLE
See Also:
Constant Field Values

kwaliteitnr

protected volatile java.math.BigDecimal kwaliteitnr

KWALITEITNR_COLUMN_NAME

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

calcLeveranciernr

protected volatile java.math.BigInteger calcLeveranciernr

CALCLEVERANCIERNR_COLUMN_NAME

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

CALCLEVERANCIERNR_FIELD_ID

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

CALCLEVERANCIERNR_PROPERTY_ID

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

CALCLEVERANCIERNR_PROPERTY_CLASS

public static final java.lang.Class CALCLEVERANCIERNR_PROPERTY_CLASS

CALCLEVERANCIERNR_PROPERTY_NULLABLE

public static final boolean CALCLEVERANCIERNR_PROPERTY_NULLABLE
See Also:
Constant Field Values

CALCLEVERANCIERNR_PROPERTY_LENGTH

public static final int CALCLEVERANCIERNR_PROPERTY_LENGTH
See Also:
Constant Field Values

CALCLEVERANCIERNR_PROPERTY_PRECISION

public static final int CALCLEVERANCIERNR_PROPERTY_PRECISION
See Also:
Constant Field Values

COMPARATOR_CALCLEVERANCIERNR

public static final java.util.Comparator<CalcLeverancier> COMPARATOR_CALCLEVERANCIERNR
A comparator that compares on calcLeveranciernr


COMPARATOR_CALCULATIE_KWALITEIT

public static final java.util.Comparator<CalcLeverancier> COMPARATOR_CALCULATIE_KWALITEIT
A comparator that compares on calculatie kwaliteit


COMPARATOR_CALCULATIENR_KWALITEITNR

public static final java.util.Comparator<CalcLeverancier> COMPARATOR_CALCULATIENR_KWALITEITNR
A comparator that compares on calculatienr kwaliteitnr

Constructor Detail

CalcLeverancier

public CalcLeverancier()
Method Detail

getCalculatie

public Calculatie getCalculatie()
Calculatie


setCalculatie

public void setCalculatie(Calculatie value)

withCalculatie

public CalcLeverancier withCalculatie(Calculatie value)

getKwaliteit

public Kwaliteit getKwaliteit()
Kwaliteit


setKwaliteit

public void setKwaliteit(Kwaliteit value)

withKwaliteit

public CalcLeverancier withKwaliteit(Kwaliteit value)

getLeverancier

public Leverancier getLeverancier()
Leverancier


setLeverancier

public void setLeverancier(Leverancier value)

withLeverancier

public CalcLeverancier withLeverancier(Leverancier value)

getCalcLeveranciernr

public java.math.BigInteger getCalcLeveranciernr()
CalcLeveranciernr


setCalcLeveranciernr

public void setCalcLeveranciernr(java.math.BigInteger value)

withCalcLeveranciernr

public CalcLeverancier withCalcLeveranciernr(java.math.BigInteger value)

clone

public java.lang.Object clone()
clone

Overrides:
clone in class java.lang.Object

cloneShallow

public CalcLeverancier cloneShallow()

shallowCopy

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

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

findByPK

public static CalcLeverancier findByPK(java.math.BigInteger calcLeveranciernr)
Parameters:
calcLeveranciernr -

findAndLockByPK

public static CalcLeverancier findAndLockByPK(java.math.BigInteger calcLeveranciernr)
Parameters:
calcLeveranciernr -

findByPK

public static CalcLeverancier findByPK(int id)

findByPK

public static CalcLeverancier findByPK(long id)

findAndLockByPK

public static CalcLeverancier findAndLockByPK(int id)

findAndLockByPK

public static CalcLeverancier findAndLockByPK(long id)

findAll

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


findAllOrderedBy

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


findByCalcLeveranciernr

public static CalcLeverancier findByCalcLeveranciernr(java.math.BigInteger calcLeveranciernr)
Parameters:
calcLeveranciernr -

findByCalculatieKwaliteit

public static CalcLeverancier findByCalculatieKwaliteit(Calculatie calculatie,
                                                        Kwaliteit kwaliteit)
Parameters:
calculatie -
kwaliteit -

findByCalculatienrKwaliteitnr

public static CalcLeverancier findByCalculatienrKwaliteitnr(java.math.BigInteger calculatienr,
                                                            java.math.BigInteger kwaliteitnr)
Parameters:
calculatienr -
kwaliteitnr -

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

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.