nl.karpi.bm.generated
Class CalcKwaliteitgroep

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

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

A JPA entity class for calc_kwaliteitgroep.

See Also:
Serialized Form

Nested Class Summary
static class CalcKwaliteitgroep.ComparatorCalcKwaliteitgroepnr
           
static class CalcKwaliteitgroep.ComparatorCalculatie_Code
           
static class CalcKwaliteitgroep.ComparatorCalculatienr_Code
           
 
Field Summary
protected  java.util.List<CalcInkoopkosten> calcInkoopkostensWhereIAmCalcKwaliteitgroep
           
static java.lang.String CALCINKOOPKOSTENSWHEREIAMCALCKWALITEITGROEP_FIELD_ID
           
static java.lang.Class CALCINKOOPKOSTENSWHEREIAMCALCKWALITEITGROEP_PROPERTY_CLASS
           
static java.lang.String CALCINKOOPKOSTENSWHEREIAMCALCKWALITEITGROEP_PROPERTY_ID
           
protected  java.util.List<CalcKwaliteitgroepdetail> calcKwaliteitgroepdetailsWhereIAmCalcKwaliteitgroep
           
static java.lang.String CALCKWALITEITGROEPDETAILSWHEREIAMCALCKWALITEITGROEP_FIELD_ID
           
static java.lang.Class CALCKWALITEITGROEPDETAILSWHEREIAMCALCKWALITEITGROEP_PROPERTY_CLASS
           
static java.lang.String CALCKWALITEITGROEPDETAILSWHEREIAMCALCKWALITEITGROEP_PROPERTY_ID
           
protected  java.math.BigInteger calcKwaliteitgroepnr
           
static java.lang.String CALCKWALITEITGROEPNR_COLUMN_NAME
           
static java.lang.String CALCKWALITEITGROEPNR_FIELD_ID
           
static java.lang.Class CALCKWALITEITGROEPNR_PROPERTY_CLASS
           
static java.lang.String CALCKWALITEITGROEPNR_PROPERTY_ID
           
static int CALCKWALITEITGROEPNR_PROPERTY_LENGTH
           
static boolean CALCKWALITEITGROEPNR_PROPERTY_NULLABLE
           
static int CALCKWALITEITGROEPNR_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
           
protected  java.lang.String code
           
static java.lang.String CODE_COLUMN_NAME
           
static java.lang.String CODE_FIELD_ID
           
static java.lang.Class CODE_PROPERTY_CLASS
           
static java.lang.String CODE_PROPERTY_ID
           
static int CODE_PROPERTY_LENGTH
           
static boolean CODE_PROPERTY_NULLABLE
           
static java.util.Comparator<CalcKwaliteitgroep> COMPARATOR_CALCKWALITEITGROEPNR
          A comparator that compares on calcKwaliteitgroepnr
static java.util.Comparator<CalcKwaliteitgroep> COMPARATOR_CALCULATIE_CODE
          A comparator that compares on calculatie code
static java.util.Comparator<CalcKwaliteitgroep> COMPARATOR_CALCULATIENR_CODE
          A comparator that compares on calculatienr code
protected  java.lang.String naam
           
static java.lang.String NAAM_COLUMN_NAME
           
static java.lang.String NAAM_FIELD_ID
           
static java.lang.Class NAAM_PROPERTY_CLASS
           
static java.lang.String NAAM_PROPERTY_ID
           
static int NAAM_PROPERTY_LENGTH
           
static boolean NAAM_PROPERTY_NULLABLE
           
 
Fields inherited from class nl.knowledgeplaza.util.jpa.AbstractBeanEclipselink
iReadFromStorage
 
Constructor Summary
CalcKwaliteitgroep()
           
 
Method Summary
 void addCalcInkoopkostensWhereIAmCalcKwaliteitgroep(CalcInkoopkosten value)
          CalcInkoopkostensWhereIAmCalcKwaliteitgroep
 void addCalcKwaliteitgroepdetailsWhereIAmCalcKwaliteitgroep(CalcKwaliteitgroepdetail value)
          CalcKwaliteitgroepdetailsWhereIAmCalcKwaliteitgroep
 void clearProperties()
          clear properties
 java.lang.Object clone()
          clone
 CalcKwaliteitgroep cloneShallow()
           
 int compareTo(CalcKwaliteitgroep o)
          default compare on primary key
 boolean equals(java.lang.Object o)
           
static java.util.List<CalcKwaliteitgroep> findAll()
          find all entities
static java.util.List<CalcKwaliteitgroep> findAllOrderedBy(java.lang.String orderedBy)
          find all entities ordered by
static CalcKwaliteitgroep findAndLockByPK(java.math.BigInteger calcKwaliteitgroepnr)
           
static CalcKwaliteitgroep findAndLockByPK(int id)
           
static CalcKwaliteitgroep findAndLockByPK(long id)
           
static CalcKwaliteitgroep findByCalcKwaliteitgroepnr(java.math.BigInteger calcKwaliteitgroepnr)
           
static CalcKwaliteitgroep findByCalculatieCode(Calculatie calculatie, java.lang.String code)
           
static CalcKwaliteitgroep findByCalculatienrCode(java.math.BigInteger calculatienr, java.lang.String code)
           
static CalcKwaliteitgroep findByPK(java.math.BigInteger calcKwaliteitgroepnr)
           
static CalcKwaliteitgroep findByPK(int id)
           
static CalcKwaliteitgroep findByPK(long id)
           
 java.util.List<CalcInkoopkosten> getCalcInkoopkostensWhereIAmCalcKwaliteitgroep()
          returns a new list containing a snapshot of the actual list, instead of an returning an unmodifyableList.
 java.util.List<CalcKwaliteitgroepdetail> getCalcKwaliteitgroepdetailsWhereIAmCalcKwaliteitgroep()
          returns a new list containing a snapshot of the actual list, instead of an returning an unmodifyableList.
 java.math.BigInteger getCalcKwaliteitgroepnr()
          CalcKwaliteitgroepnr
 Calculatie getCalculatie()
          Calculatie
 java.lang.String getCode()
          Code
 java.lang.String getNaam()
          Naam
 int hashCode()
           
 void rememberAtLoadTimeValues()
           
 void removeCalcInkoopkostensWhereIAmCalcKwaliteitgroep(CalcInkoopkosten value)
           
 void removeCalcKwaliteitgroepdetailsWhereIAmCalcKwaliteitgroep(CalcKwaliteitgroepdetail value)
           
 void setCalcInkoopkostensWhereIAmCalcKwaliteitgroep(java.util.List<CalcInkoopkosten> value)
           
 void setCalcKwaliteitgroepdetailsWhereIAmCalcKwaliteitgroep(java.util.List<CalcKwaliteitgroepdetail> value)
           
 void setCalcKwaliteitgroepnr(java.math.BigInteger value)
           
 void setCalculatie(Calculatie value)
           
 void setCode(java.lang.String value)
           
 void setNaam(java.lang.String value)
           
static void shallowCopy(CalcKwaliteitgroep original, CalcKwaliteitgroep 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)
           
 CalcKwaliteitgroep withCalcInkoopkostensWhereIAmCalcKwaliteitgroep(java.util.List<CalcInkoopkosten> value)
           
 CalcKwaliteitgroep withCalcKwaliteitgroepdetailsWhereIAmCalcKwaliteitgroep(java.util.List<CalcKwaliteitgroepdetail> value)
           
 CalcKwaliteitgroep withCalcKwaliteitgroepnr(java.math.BigInteger value)
           
 CalcKwaliteitgroep withCalculatie(Calculatie value)
           
 CalcKwaliteitgroep withCode(java.lang.String value)
           
 CalcKwaliteitgroep withNaam(java.lang.String 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

CALCINKOOPKOSTENSWHEREIAMCALCKWALITEITGROEP_FIELD_ID

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

CALCINKOOPKOSTENSWHEREIAMCALCKWALITEITGROEP_PROPERTY_ID

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

CALCINKOOPKOSTENSWHEREIAMCALCKWALITEITGROEP_PROPERTY_CLASS

public static final java.lang.Class CALCINKOOPKOSTENSWHEREIAMCALCKWALITEITGROEP_PROPERTY_CLASS

calcInkoopkostensWhereIAmCalcKwaliteitgroep

protected volatile java.util.List<CalcInkoopkosten> calcInkoopkostensWhereIAmCalcKwaliteitgroep

CALCKWALITEITGROEPDETAILSWHEREIAMCALCKWALITEITGROEP_FIELD_ID

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

CALCKWALITEITGROEPDETAILSWHEREIAMCALCKWALITEITGROEP_PROPERTY_ID

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

CALCKWALITEITGROEPDETAILSWHEREIAMCALCKWALITEITGROEP_PROPERTY_CLASS

public static final java.lang.Class CALCKWALITEITGROEPDETAILSWHEREIAMCALCKWALITEITGROEP_PROPERTY_CLASS

calcKwaliteitgroepdetailsWhereIAmCalcKwaliteitgroep

protected volatile java.util.List<CalcKwaliteitgroepdetail> calcKwaliteitgroepdetailsWhereIAmCalcKwaliteitgroep

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

calcKwaliteitgroepnr

protected volatile java.math.BigInteger calcKwaliteitgroepnr

CALCKWALITEITGROEPNR_COLUMN_NAME

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

CALCKWALITEITGROEPNR_FIELD_ID

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

CALCKWALITEITGROEPNR_PROPERTY_ID

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

CALCKWALITEITGROEPNR_PROPERTY_CLASS

public static final java.lang.Class CALCKWALITEITGROEPNR_PROPERTY_CLASS

CALCKWALITEITGROEPNR_PROPERTY_NULLABLE

public static final boolean CALCKWALITEITGROEPNR_PROPERTY_NULLABLE
See Also:
Constant Field Values

CALCKWALITEITGROEPNR_PROPERTY_LENGTH

public static final int CALCKWALITEITGROEPNR_PROPERTY_LENGTH
See Also:
Constant Field Values

CALCKWALITEITGROEPNR_PROPERTY_PRECISION

public static final int CALCKWALITEITGROEPNR_PROPERTY_PRECISION
See Also:
Constant Field Values

code

protected volatile java.lang.String code

CODE_COLUMN_NAME

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

CODE_FIELD_ID

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

CODE_PROPERTY_ID

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

CODE_PROPERTY_CLASS

public static final java.lang.Class CODE_PROPERTY_CLASS

CODE_PROPERTY_NULLABLE

public static final boolean CODE_PROPERTY_NULLABLE
See Also:
Constant Field Values

CODE_PROPERTY_LENGTH

public static final int CODE_PROPERTY_LENGTH
See Also:
Constant Field Values

naam

protected volatile java.lang.String naam

NAAM_COLUMN_NAME

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

NAAM_FIELD_ID

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

NAAM_PROPERTY_ID

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

NAAM_PROPERTY_CLASS

public static final java.lang.Class NAAM_PROPERTY_CLASS

NAAM_PROPERTY_NULLABLE

public static final boolean NAAM_PROPERTY_NULLABLE
See Also:
Constant Field Values

NAAM_PROPERTY_LENGTH

public static final int NAAM_PROPERTY_LENGTH
See Also:
Constant Field Values

COMPARATOR_CALCKWALITEITGROEPNR

public static final java.util.Comparator<CalcKwaliteitgroep> COMPARATOR_CALCKWALITEITGROEPNR
A comparator that compares on calcKwaliteitgroepnr


COMPARATOR_CALCULATIE_CODE

public static final java.util.Comparator<CalcKwaliteitgroep> COMPARATOR_CALCULATIE_CODE
A comparator that compares on calculatie code


COMPARATOR_CALCULATIENR_CODE

public static final java.util.Comparator<CalcKwaliteitgroep> COMPARATOR_CALCULATIENR_CODE
A comparator that compares on calculatienr code

Constructor Detail

CalcKwaliteitgroep

public CalcKwaliteitgroep()
Method Detail

addCalcInkoopkostensWhereIAmCalcKwaliteitgroep

public void addCalcInkoopkostensWhereIAmCalcKwaliteitgroep(CalcInkoopkosten value)
CalcInkoopkostensWhereIAmCalcKwaliteitgroep


removeCalcInkoopkostensWhereIAmCalcKwaliteitgroep

public void removeCalcInkoopkostensWhereIAmCalcKwaliteitgroep(CalcInkoopkosten value)

setCalcInkoopkostensWhereIAmCalcKwaliteitgroep

public void setCalcInkoopkostensWhereIAmCalcKwaliteitgroep(java.util.List<CalcInkoopkosten> value)

withCalcInkoopkostensWhereIAmCalcKwaliteitgroep

public CalcKwaliteitgroep withCalcInkoopkostensWhereIAmCalcKwaliteitgroep(java.util.List<CalcInkoopkosten> value)

getCalcInkoopkostensWhereIAmCalcKwaliteitgroep

public java.util.List<CalcInkoopkosten> getCalcInkoopkostensWhereIAmCalcKwaliteitgroep()
returns a new list containing a snapshot of the actual list, instead of an returning an unmodifyableList. Either require a new object to be created, but the snapshot allows a.o. sorting without creating another object. Changes to the list are NOT reflected in the BM and vice versa!


addCalcKwaliteitgroepdetailsWhereIAmCalcKwaliteitgroep

public void addCalcKwaliteitgroepdetailsWhereIAmCalcKwaliteitgroep(CalcKwaliteitgroepdetail value)
CalcKwaliteitgroepdetailsWhereIAmCalcKwaliteitgroep


removeCalcKwaliteitgroepdetailsWhereIAmCalcKwaliteitgroep

public void removeCalcKwaliteitgroepdetailsWhereIAmCalcKwaliteitgroep(CalcKwaliteitgroepdetail value)

setCalcKwaliteitgroepdetailsWhereIAmCalcKwaliteitgroep

public void setCalcKwaliteitgroepdetailsWhereIAmCalcKwaliteitgroep(java.util.List<CalcKwaliteitgroepdetail> value)

withCalcKwaliteitgroepdetailsWhereIAmCalcKwaliteitgroep

public CalcKwaliteitgroep withCalcKwaliteitgroepdetailsWhereIAmCalcKwaliteitgroep(java.util.List<CalcKwaliteitgroepdetail> value)

getCalcKwaliteitgroepdetailsWhereIAmCalcKwaliteitgroep

public java.util.List<CalcKwaliteitgroepdetail> getCalcKwaliteitgroepdetailsWhereIAmCalcKwaliteitgroep()
returns a new list containing a snapshot of the actual list, instead of an returning an unmodifyableList. Either require a new object to be created, but the snapshot allows a.o. sorting without creating another object. Changes to the list are NOT reflected in the BM and vice versa!


getCalculatie

public Calculatie getCalculatie()
Calculatie


setCalculatie

public void setCalculatie(Calculatie value)

withCalculatie

public CalcKwaliteitgroep withCalculatie(Calculatie value)

getCalcKwaliteitgroepnr

public java.math.BigInteger getCalcKwaliteitgroepnr()
CalcKwaliteitgroepnr


setCalcKwaliteitgroepnr

public void setCalcKwaliteitgroepnr(java.math.BigInteger value)

withCalcKwaliteitgroepnr

public CalcKwaliteitgroep withCalcKwaliteitgroepnr(java.math.BigInteger value)

getCode

public java.lang.String getCode()
Code


setCode

public void setCode(java.lang.String value)

withCode

public CalcKwaliteitgroep withCode(java.lang.String value)

getNaam

public java.lang.String getNaam()
Naam


setNaam

public void setNaam(java.lang.String value)

withNaam

public CalcKwaliteitgroep withNaam(java.lang.String value)

clone

public java.lang.Object clone()
clone

Overrides:
clone in class java.lang.Object

cloneShallow

public CalcKwaliteitgroep cloneShallow()

shallowCopy

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

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

findByPK

public static CalcKwaliteitgroep findByPK(java.math.BigInteger calcKwaliteitgroepnr)
Parameters:
calcKwaliteitgroepnr -

findAndLockByPK

public static CalcKwaliteitgroep findAndLockByPK(java.math.BigInteger calcKwaliteitgroepnr)
Parameters:
calcKwaliteitgroepnr -

findByPK

public static CalcKwaliteitgroep findByPK(int id)

findByPK

public static CalcKwaliteitgroep findByPK(long id)

findAndLockByPK

public static CalcKwaliteitgroep findAndLockByPK(int id)

findAndLockByPK

public static CalcKwaliteitgroep findAndLockByPK(long id)

findAll

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


findAllOrderedBy

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


findByCalcKwaliteitgroepnr

public static CalcKwaliteitgroep findByCalcKwaliteitgroepnr(java.math.BigInteger calcKwaliteitgroepnr)
Parameters:
calcKwaliteitgroepnr -

findByCalculatieCode

public static CalcKwaliteitgroep findByCalculatieCode(Calculatie calculatie,
                                                      java.lang.String code)
Parameters:
calculatie -
code -

findByCalculatienrCode

public static CalcKwaliteitgroep findByCalculatienrCode(java.math.BigInteger calculatienr,
                                                        java.lang.String code)
Parameters:
calculatienr -
code -

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

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.