nl.karpi.bm.generated
Class Kwaliteitgroep

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

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

A JPA entity class for kwaliteitgroep.

See Also:
Serialized Form

Nested Class Summary
static class Kwaliteitgroep.ComparatorCode
           
static class Kwaliteitgroep.ComparatorKwaliteitgroepnr
           
 
Field Summary
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<Kwaliteitgroep> COMPARATOR_CODE
          A comparator that compares on code
static java.util.Comparator<Kwaliteitgroep> COMPARATOR_KWALITEITGROEPNR
          A comparator that compares on kwaliteitgroepnr
protected  java.math.BigInteger kwaliteitgroepnr
           
static java.lang.String KWALITEITGROEPNR_COLUMN_NAME
           
static java.lang.String KWALITEITGROEPNR_FIELD_ID
           
static java.lang.Class KWALITEITGROEPNR_PROPERTY_CLASS
           
static java.lang.String KWALITEITGROEPNR_PROPERTY_ID
           
static int KWALITEITGROEPNR_PROPERTY_LENGTH
           
static boolean KWALITEITGROEPNR_PROPERTY_NULLABLE
           
static int KWALITEITGROEPNR_PROPERTY_PRECISION
           
protected  java.util.List<Kwaliteit> kwaliteitsWhereIAmKwaliteitgroep
           
static java.lang.String KWALITEITSWHEREIAMKWALITEITGROEP_FIELD_ID
           
static java.lang.Class KWALITEITSWHEREIAMKWALITEITGROEP_PROPERTY_CLASS
           
static java.lang.String KWALITEITSWHEREIAMKWALITEITGROEP_PROPERTY_ID
           
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
Kwaliteitgroep()
           
 
Method Summary
 void addKwaliteitsWhereIAmKwaliteitgroep(Kwaliteit value)
          KwaliteitsWhereIAmKwaliteitgroep
 void clearProperties()
          clear properties
 java.lang.Object clone()
          clone
 Kwaliteitgroep cloneShallow()
           
 int compareTo(Kwaliteitgroep o)
          default compare on primary key
 boolean equals(java.lang.Object o)
           
static java.util.List<Kwaliteitgroep> findAll()
          find all entities
static java.util.List<Kwaliteitgroep> findAllOrderedBy(java.lang.String orderedBy)
          find all entities ordered by
static Kwaliteitgroep findAndLockByPK(java.math.BigInteger kwaliteitgroepnr)
           
static Kwaliteitgroep findAndLockByPK(int id)
           
static Kwaliteitgroep findAndLockByPK(long id)
           
static Kwaliteitgroep findByCode(java.lang.String code)
           
static Kwaliteitgroep findByKwaliteitgroepnr(java.math.BigInteger kwaliteitgroepnr)
           
static Kwaliteitgroep findByPK(java.math.BigInteger kwaliteitgroepnr)
           
static Kwaliteitgroep findByPK(int id)
           
static Kwaliteitgroep findByPK(long id)
           
 java.lang.String getCode()
          Code
 java.math.BigInteger getKwaliteitgroepnr()
          Kwaliteitgroepnr
 java.util.List<Kwaliteit> getKwaliteitsWhereIAmKwaliteitgroep()
          returns a new list containing a snapshot of the actual list, instead of an returning an unmodifyableList.
 java.lang.String getNaam()
          Naam
 int hashCode()
           
 void rememberAtLoadTimeValues()
           
 void removeKwaliteitsWhereIAmKwaliteitgroep(Kwaliteit value)
           
 void setCode(java.lang.String value)
           
 void setKwaliteitgroepnr(java.math.BigInteger value)
           
 void setKwaliteitsWhereIAmKwaliteitgroep(java.util.List<Kwaliteit> value)
           
 void setNaam(java.lang.String value)
           
static void shallowCopy(Kwaliteitgroep original, Kwaliteitgroep 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)
           
 Kwaliteitgroep withCode(java.lang.String value)
           
 Kwaliteitgroep withKwaliteitgroepnr(java.math.BigInteger value)
           
 Kwaliteitgroep withKwaliteitsWhereIAmKwaliteitgroep(java.util.List<Kwaliteit> value)
           
 Kwaliteitgroep 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

KWALITEITSWHEREIAMKWALITEITGROEP_FIELD_ID

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

KWALITEITSWHEREIAMKWALITEITGROEP_PROPERTY_ID

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

KWALITEITSWHEREIAMKWALITEITGROEP_PROPERTY_CLASS

public static final java.lang.Class KWALITEITSWHEREIAMKWALITEITGROEP_PROPERTY_CLASS

kwaliteitsWhereIAmKwaliteitgroep

protected volatile java.util.List<Kwaliteit> kwaliteitsWhereIAmKwaliteitgroep

kwaliteitgroepnr

protected volatile java.math.BigInteger kwaliteitgroepnr

KWALITEITGROEPNR_COLUMN_NAME

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

KWALITEITGROEPNR_FIELD_ID

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

KWALITEITGROEPNR_PROPERTY_ID

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

KWALITEITGROEPNR_PROPERTY_CLASS

public static final java.lang.Class KWALITEITGROEPNR_PROPERTY_CLASS

KWALITEITGROEPNR_PROPERTY_NULLABLE

public static final boolean KWALITEITGROEPNR_PROPERTY_NULLABLE
See Also:
Constant Field Values

KWALITEITGROEPNR_PROPERTY_LENGTH

public static final int KWALITEITGROEPNR_PROPERTY_LENGTH
See Also:
Constant Field Values

KWALITEITGROEPNR_PROPERTY_PRECISION

public static final int KWALITEITGROEPNR_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_KWALITEITGROEPNR

public static final java.util.Comparator<Kwaliteitgroep> COMPARATOR_KWALITEITGROEPNR
A comparator that compares on kwaliteitgroepnr


COMPARATOR_CODE

public static final java.util.Comparator<Kwaliteitgroep> COMPARATOR_CODE
A comparator that compares on code

Constructor Detail

Kwaliteitgroep

public Kwaliteitgroep()
Method Detail

addKwaliteitsWhereIAmKwaliteitgroep

public void addKwaliteitsWhereIAmKwaliteitgroep(Kwaliteit value)
KwaliteitsWhereIAmKwaliteitgroep


removeKwaliteitsWhereIAmKwaliteitgroep

public void removeKwaliteitsWhereIAmKwaliteitgroep(Kwaliteit value)

setKwaliteitsWhereIAmKwaliteitgroep

public void setKwaliteitsWhereIAmKwaliteitgroep(java.util.List<Kwaliteit> value)

withKwaliteitsWhereIAmKwaliteitgroep

public Kwaliteitgroep withKwaliteitsWhereIAmKwaliteitgroep(java.util.List<Kwaliteit> value)

getKwaliteitsWhereIAmKwaliteitgroep

public java.util.List<Kwaliteit> getKwaliteitsWhereIAmKwaliteitgroep()
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!


getKwaliteitgroepnr

public java.math.BigInteger getKwaliteitgroepnr()
Kwaliteitgroepnr


setKwaliteitgroepnr

public void setKwaliteitgroepnr(java.math.BigInteger value)

withKwaliteitgroepnr

public Kwaliteitgroep withKwaliteitgroepnr(java.math.BigInteger value)

getCode

public java.lang.String getCode()
Code


setCode

public void setCode(java.lang.String value)

withCode

public Kwaliteitgroep withCode(java.lang.String value)

getNaam

public java.lang.String getNaam()
Naam


setNaam

public void setNaam(java.lang.String value)

withNaam

public Kwaliteitgroep withNaam(java.lang.String value)

clone

public java.lang.Object clone()
clone

Overrides:
clone in class java.lang.Object

cloneShallow

public Kwaliteitgroep cloneShallow()

shallowCopy

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

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

findByPK

public static Kwaliteitgroep findByPK(java.math.BigInteger kwaliteitgroepnr)
Parameters:
kwaliteitgroepnr -

findAndLockByPK

public static Kwaliteitgroep findAndLockByPK(java.math.BigInteger kwaliteitgroepnr)
Parameters:
kwaliteitgroepnr -

findByPK

public static Kwaliteitgroep findByPK(int id)

findByPK

public static Kwaliteitgroep findByPK(long id)

findAndLockByPK

public static Kwaliteitgroep findAndLockByPK(int id)

findAndLockByPK

public static Kwaliteitgroep findAndLockByPK(long id)

findAll

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


findAllOrderedBy

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


findByKwaliteitgroepnr

public static Kwaliteitgroep findByKwaliteitgroepnr(java.math.BigInteger kwaliteitgroepnr)
Parameters:
kwaliteitgroepnr -

findByCode

public static Kwaliteitgroep findByCode(java.lang.String code)
Parameters:
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<Kwaliteitgroep>

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.