nl.karpi.bm.generated
Class Kwaliteitklantgroep

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

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

A JPA entity class for kwaliteitklantgroep.

See Also:
Serialized Form

Nested Class Summary
static class Kwaliteitklantgroep.ComparatorKlantgroep_Kwaliteit
           
static class Kwaliteitklantgroep.ComparatorKlantgroepnr_Kwaliteitnr
           
static class Kwaliteitklantgroep.ComparatorKwaliteitklantgroepnr
           
 
Field Summary
static java.util.Comparator<Kwaliteitklantgroep> COMPARATOR_KLANTGROEP_KWALITEIT
          A comparator that compares on klantgroep kwaliteit
static java.util.Comparator<Kwaliteitklantgroep> COMPARATOR_KLANTGROEPNR_KWALITEITNR
          A comparator that compares on klantgroepnr kwaliteitnr
static java.util.Comparator<Kwaliteitklantgroep> COMPARATOR_KWALITEITKLANTGROEPNR
          A comparator that compares on kwaliteitklantgroepnr
protected  Klantgroep klantgroep
           
static java.lang.String KLANTGROEP_COLUMN_NAME
           
static java.lang.String KLANTGROEP_FIELD_ID
           
static java.lang.Class KLANTGROEP_PROPERTY_CLASS
           
static java.lang.String KLANTGROEP_PROPERTY_ID
           
static boolean KLANTGROEP_PROPERTY_NULLABLE
           
protected  java.math.BigDecimal klantgroepnr
           
static java.lang.String KLANTGROEPNR_COLUMN_NAME
           
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.BigInteger kwaliteitklantgroepnr
           
static java.lang.String KWALITEITKLANTGROEPNR_COLUMN_NAME
           
static java.lang.String KWALITEITKLANTGROEPNR_FIELD_ID
           
static java.lang.Class KWALITEITKLANTGROEPNR_PROPERTY_CLASS
           
static java.lang.String KWALITEITKLANTGROEPNR_PROPERTY_ID
           
static int KWALITEITKLANTGROEPNR_PROPERTY_LENGTH
           
static boolean KWALITEITKLANTGROEPNR_PROPERTY_NULLABLE
           
static int KWALITEITKLANTGROEPNR_PROPERTY_PRECISION
           
protected  java.lang.String kwaliteitnaamklt
           
static java.lang.String KWALITEITNAAMKLT_COLUMN_NAME
           
static java.lang.String KWALITEITNAAMKLT_FIELD_ID
           
static java.lang.Class KWALITEITNAAMKLT_PROPERTY_CLASS
           
static java.lang.String KWALITEITNAAMKLT_PROPERTY_ID
           
static int KWALITEITNAAMKLT_PROPERTY_LENGTH
           
static boolean KWALITEITNAAMKLT_PROPERTY_NULLABLE
           
protected  java.math.BigDecimal kwaliteitnr
           
static java.lang.String KWALITEITNR_COLUMN_NAME
           
 
Fields inherited from class nl.knowledgeplaza.util.jpa.AbstractBeanEclipselink
iReadFromStorage
 
Constructor Summary
Kwaliteitklantgroep()
           
 
Method Summary
 void clearProperties()
          clear properties
 java.lang.Object clone()
          clone
 Kwaliteitklantgroep cloneShallow()
           
 int compareTo(Kwaliteitklantgroep o)
          default compare on primary key
 boolean equals(java.lang.Object o)
           
static java.util.List<Kwaliteitklantgroep> findAll()
          find all entities
static java.util.List<Kwaliteitklantgroep> findAllOrderedBy(java.lang.String orderedBy)
          find all entities ordered by
static Kwaliteitklantgroep findAndLockByPK(java.math.BigInteger kwaliteitklantgroepnr)
           
static Kwaliteitklantgroep findAndLockByPK(int id)
           
static Kwaliteitklantgroep findAndLockByPK(long id)
           
static Kwaliteitklantgroep findByKlantgroepKwaliteit(Klantgroep klantgroep, Kwaliteit kwaliteit)
           
static Kwaliteitklantgroep findByKlantgroepnrKwaliteitnr(java.math.BigInteger klantgroepnr, java.math.BigInteger kwaliteitnr)
           
static Kwaliteitklantgroep findByKwaliteitklantgroepnr(java.math.BigInteger kwaliteitklantgroepnr)
           
static Kwaliteitklantgroep findByPK(java.math.BigInteger kwaliteitklantgroepnr)
           
static Kwaliteitklantgroep findByPK(int id)
           
static Kwaliteitklantgroep findByPK(long id)
           
 Klantgroep getKlantgroep()
          Klantgroep
 Kwaliteit getKwaliteit()
          Kwaliteit
 java.math.BigInteger getKwaliteitklantgroepnr()
          Kwaliteitklantgroepnr
 java.lang.String getKwaliteitnaamklt()
          Kwaliteitnaamklt
 int hashCode()
           
 void rememberAtLoadTimeValues()
           
 void setKlantgroep(Klantgroep value)
           
 void setKwaliteit(Kwaliteit value)
           
 void setKwaliteitklantgroepnr(java.math.BigInteger value)
           
 void setKwaliteitnaamklt(java.lang.String value)
           
static void shallowCopy(Kwaliteitklantgroep original, Kwaliteitklantgroep 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)
           
 Kwaliteitklantgroep withKlantgroep(Klantgroep value)
           
 Kwaliteitklantgroep withKwaliteit(Kwaliteit value)
           
 Kwaliteitklantgroep withKwaliteitklantgroepnr(java.math.BigInteger value)
           
 Kwaliteitklantgroep withKwaliteitnaamklt(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

klantgroep

protected volatile Klantgroep klantgroep

KLANTGROEP_COLUMN_NAME

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

KLANTGROEP_FIELD_ID

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

KLANTGROEP_PROPERTY_ID

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

KLANTGROEP_PROPERTY_CLASS

public static final java.lang.Class KLANTGROEP_PROPERTY_CLASS

KLANTGROEP_PROPERTY_NULLABLE

public static final boolean KLANTGROEP_PROPERTY_NULLABLE
See Also:
Constant Field Values

klantgroepnr

protected volatile java.math.BigDecimal klantgroepnr

KLANTGROEPNR_COLUMN_NAME

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

kwaliteitklantgroepnr

protected volatile java.math.BigInteger kwaliteitklantgroepnr

KWALITEITKLANTGROEPNR_COLUMN_NAME

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

KWALITEITKLANTGROEPNR_FIELD_ID

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

KWALITEITKLANTGROEPNR_PROPERTY_ID

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

KWALITEITKLANTGROEPNR_PROPERTY_CLASS

public static final java.lang.Class KWALITEITKLANTGROEPNR_PROPERTY_CLASS

KWALITEITKLANTGROEPNR_PROPERTY_NULLABLE

public static final boolean KWALITEITKLANTGROEPNR_PROPERTY_NULLABLE
See Also:
Constant Field Values

KWALITEITKLANTGROEPNR_PROPERTY_LENGTH

public static final int KWALITEITKLANTGROEPNR_PROPERTY_LENGTH
See Also:
Constant Field Values

KWALITEITKLANTGROEPNR_PROPERTY_PRECISION

public static final int KWALITEITKLANTGROEPNR_PROPERTY_PRECISION
See Also:
Constant Field Values

kwaliteitnaamklt

protected volatile java.lang.String kwaliteitnaamklt

KWALITEITNAAMKLT_COLUMN_NAME

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

KWALITEITNAAMKLT_FIELD_ID

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

KWALITEITNAAMKLT_PROPERTY_ID

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

KWALITEITNAAMKLT_PROPERTY_CLASS

public static final java.lang.Class KWALITEITNAAMKLT_PROPERTY_CLASS

KWALITEITNAAMKLT_PROPERTY_NULLABLE

public static final boolean KWALITEITNAAMKLT_PROPERTY_NULLABLE
See Also:
Constant Field Values

KWALITEITNAAMKLT_PROPERTY_LENGTH

public static final int KWALITEITNAAMKLT_PROPERTY_LENGTH
See Also:
Constant Field Values

COMPARATOR_KWALITEITKLANTGROEPNR

public static final java.util.Comparator<Kwaliteitklantgroep> COMPARATOR_KWALITEITKLANTGROEPNR
A comparator that compares on kwaliteitklantgroepnr


COMPARATOR_KLANTGROEP_KWALITEIT

public static final java.util.Comparator<Kwaliteitklantgroep> COMPARATOR_KLANTGROEP_KWALITEIT
A comparator that compares on klantgroep kwaliteit


COMPARATOR_KLANTGROEPNR_KWALITEITNR

public static final java.util.Comparator<Kwaliteitklantgroep> COMPARATOR_KLANTGROEPNR_KWALITEITNR
A comparator that compares on klantgroepnr kwaliteitnr

Constructor Detail

Kwaliteitklantgroep

public Kwaliteitklantgroep()
Method Detail

getKlantgroep

public Klantgroep getKlantgroep()
Klantgroep


setKlantgroep

public void setKlantgroep(Klantgroep value)

withKlantgroep

public Kwaliteitklantgroep withKlantgroep(Klantgroep value)

getKwaliteit

public Kwaliteit getKwaliteit()
Kwaliteit


setKwaliteit

public void setKwaliteit(Kwaliteit value)

withKwaliteit

public Kwaliteitklantgroep withKwaliteit(Kwaliteit value)

getKwaliteitklantgroepnr

public java.math.BigInteger getKwaliteitklantgroepnr()
Kwaliteitklantgroepnr


setKwaliteitklantgroepnr

public void setKwaliteitklantgroepnr(java.math.BigInteger value)

withKwaliteitklantgroepnr

public Kwaliteitklantgroep withKwaliteitklantgroepnr(java.math.BigInteger value)

getKwaliteitnaamklt

public java.lang.String getKwaliteitnaamklt()
Kwaliteitnaamklt


setKwaliteitnaamklt

public void setKwaliteitnaamklt(java.lang.String value)

withKwaliteitnaamklt

public Kwaliteitklantgroep withKwaliteitnaamklt(java.lang.String value)

clone

public java.lang.Object clone()
clone

Overrides:
clone in class java.lang.Object

cloneShallow

public Kwaliteitklantgroep cloneShallow()

shallowCopy

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

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

findByPK

public static Kwaliteitklantgroep findByPK(java.math.BigInteger kwaliteitklantgroepnr)
Parameters:
kwaliteitklantgroepnr -

findAndLockByPK

public static Kwaliteitklantgroep findAndLockByPK(java.math.BigInteger kwaliteitklantgroepnr)
Parameters:
kwaliteitklantgroepnr -

findByPK

public static Kwaliteitklantgroep findByPK(int id)

findByPK

public static Kwaliteitklantgroep findByPK(long id)

findAndLockByPK

public static Kwaliteitklantgroep findAndLockByPK(int id)

findAndLockByPK

public static Kwaliteitklantgroep findAndLockByPK(long id)

findAll

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


findAllOrderedBy

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


findByKwaliteitklantgroepnr

public static Kwaliteitklantgroep findByKwaliteitklantgroepnr(java.math.BigInteger kwaliteitklantgroepnr)
Parameters:
kwaliteitklantgroepnr -

findByKlantgroepKwaliteit

public static Kwaliteitklantgroep findByKlantgroepKwaliteit(Klantgroep klantgroep,
                                                            Kwaliteit kwaliteit)
Parameters:
klantgroep -
kwaliteit -

findByKlantgroepnrKwaliteitnr

public static Kwaliteitklantgroep findByKlantgroepnrKwaliteitnr(java.math.BigInteger klantgroepnr,
                                                                java.math.BigInteger kwaliteitnr)
Parameters:
klantgroepnr -
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<Kwaliteitklantgroep>

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.