nl.karpi.bm.generated
Class Statistiekcode

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

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

A JPA entity class for statistiekcode.

See Also:
Serialized Form

Nested Class Summary
static class Statistiekcode.ComparatorCode
           
static class Statistiekcode.ComparatorStatistiekcodenr
           
 
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<Statistiekcode> COMPARATOR_CODE
          A comparator that compares on code
static java.util.Comparator<Statistiekcode> COMPARATOR_STATISTIEKCODENR
          A comparator that compares on statistiekcodenr
protected  java.util.List<Kwaliteit> kwaliteitsWhereIAmStatistiekcode
           
static java.lang.String KWALITEITSWHEREIAMSTATISTIEKCODE_FIELD_ID
           
static java.lang.Class KWALITEITSWHEREIAMSTATISTIEKCODE_PROPERTY_CLASS
           
static java.lang.String KWALITEITSWHEREIAMSTATISTIEKCODE_PROPERTY_ID
           
protected  java.lang.String omschrijving
           
static java.lang.String OMSCHRIJVING_COLUMN_NAME
           
static java.lang.String OMSCHRIJVING_FIELD_ID
           
static java.lang.Class OMSCHRIJVING_PROPERTY_CLASS
           
static java.lang.String OMSCHRIJVING_PROPERTY_ID
           
static int OMSCHRIJVING_PROPERTY_LENGTH
           
static boolean OMSCHRIJVING_PROPERTY_NULLABLE
           
protected  java.math.BigInteger statistiekcodenr
           
static java.lang.String STATISTIEKCODENR_COLUMN_NAME
           
static java.lang.String STATISTIEKCODENR_FIELD_ID
           
static java.lang.Class STATISTIEKCODENR_PROPERTY_CLASS
           
static java.lang.String STATISTIEKCODENR_PROPERTY_ID
           
static int STATISTIEKCODENR_PROPERTY_LENGTH
           
static boolean STATISTIEKCODENR_PROPERTY_NULLABLE
           
static int STATISTIEKCODENR_PROPERTY_PRECISION
           
 
Fields inherited from class nl.knowledgeplaza.util.jpa.AbstractBeanEclipselink
iReadFromStorage
 
Constructor Summary
Statistiekcode()
           
 
Method Summary
 void addKwaliteitsWhereIAmStatistiekcode(Kwaliteit value)
          KwaliteitsWhereIAmStatistiekcode
 void clearProperties()
          clear properties
 java.lang.Object clone()
          clone
 Statistiekcode cloneShallow()
           
 int compareTo(Statistiekcode o)
          default compare on primary key
 boolean equals(java.lang.Object o)
           
static java.util.List<Statistiekcode> findAll()
          find all entities
static java.util.List<Statistiekcode> findAllOrderedBy(java.lang.String orderedBy)
          find all entities ordered by
static Statistiekcode findAndLockByPK(java.math.BigInteger statistiekcodenr)
           
static Statistiekcode findAndLockByPK(int id)
           
static Statistiekcode findAndLockByPK(long id)
           
static Statistiekcode findByCode(java.lang.String code)
           
static Statistiekcode findByPK(java.math.BigInteger statistiekcodenr)
           
static Statistiekcode findByPK(int id)
           
static Statistiekcode findByPK(long id)
           
static Statistiekcode findByStatistiekcodenr(java.math.BigInteger statistiekcodenr)
           
 java.lang.String getCode()
          Code
 java.util.List<Kwaliteit> getKwaliteitsWhereIAmStatistiekcode()
          returns a new list containing a snapshot of the actual list, instead of an returning an unmodifyableList.
 java.lang.String getOmschrijving()
          Omschrijving
 java.math.BigInteger getStatistiekcodenr()
          Statistiekcodenr
 int hashCode()
           
 void rememberAtLoadTimeValues()
           
 void removeKwaliteitsWhereIAmStatistiekcode(Kwaliteit value)
           
 void setCode(java.lang.String value)
           
 void setKwaliteitsWhereIAmStatistiekcode(java.util.List<Kwaliteit> value)
           
 void setOmschrijving(java.lang.String value)
           
 void setStatistiekcodenr(java.math.BigInteger value)
           
static void shallowCopy(Statistiekcode original, Statistiekcode 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)
           
 Statistiekcode withCode(java.lang.String value)
           
 Statistiekcode withKwaliteitsWhereIAmStatistiekcode(java.util.List<Kwaliteit> value)
           
 Statistiekcode withOmschrijving(java.lang.String value)
           
 Statistiekcode withStatistiekcodenr(java.math.BigInteger 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

KWALITEITSWHEREIAMSTATISTIEKCODE_FIELD_ID

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

KWALITEITSWHEREIAMSTATISTIEKCODE_PROPERTY_ID

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

KWALITEITSWHEREIAMSTATISTIEKCODE_PROPERTY_CLASS

public static final java.lang.Class KWALITEITSWHEREIAMSTATISTIEKCODE_PROPERTY_CLASS

kwaliteitsWhereIAmStatistiekcode

protected volatile java.util.List<Kwaliteit> kwaliteitsWhereIAmStatistiekcode

statistiekcodenr

protected volatile java.math.BigInteger statistiekcodenr

STATISTIEKCODENR_COLUMN_NAME

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

STATISTIEKCODENR_FIELD_ID

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

STATISTIEKCODENR_PROPERTY_ID

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

STATISTIEKCODENR_PROPERTY_CLASS

public static final java.lang.Class STATISTIEKCODENR_PROPERTY_CLASS

STATISTIEKCODENR_PROPERTY_NULLABLE

public static final boolean STATISTIEKCODENR_PROPERTY_NULLABLE
See Also:
Constant Field Values

STATISTIEKCODENR_PROPERTY_LENGTH

public static final int STATISTIEKCODENR_PROPERTY_LENGTH
See Also:
Constant Field Values

STATISTIEKCODENR_PROPERTY_PRECISION

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

omschrijving

protected volatile java.lang.String omschrijving

OMSCHRIJVING_COLUMN_NAME

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

OMSCHRIJVING_FIELD_ID

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

OMSCHRIJVING_PROPERTY_ID

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

OMSCHRIJVING_PROPERTY_CLASS

public static final java.lang.Class OMSCHRIJVING_PROPERTY_CLASS

OMSCHRIJVING_PROPERTY_NULLABLE

public static final boolean OMSCHRIJVING_PROPERTY_NULLABLE
See Also:
Constant Field Values

OMSCHRIJVING_PROPERTY_LENGTH

public static final int OMSCHRIJVING_PROPERTY_LENGTH
See Also:
Constant Field Values

COMPARATOR_STATISTIEKCODENR

public static final java.util.Comparator<Statistiekcode> COMPARATOR_STATISTIEKCODENR
A comparator that compares on statistiekcodenr


COMPARATOR_CODE

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

Constructor Detail

Statistiekcode

public Statistiekcode()
Method Detail

addKwaliteitsWhereIAmStatistiekcode

public void addKwaliteitsWhereIAmStatistiekcode(Kwaliteit value)
KwaliteitsWhereIAmStatistiekcode


removeKwaliteitsWhereIAmStatistiekcode

public void removeKwaliteitsWhereIAmStatistiekcode(Kwaliteit value)

setKwaliteitsWhereIAmStatistiekcode

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

withKwaliteitsWhereIAmStatistiekcode

public Statistiekcode withKwaliteitsWhereIAmStatistiekcode(java.util.List<Kwaliteit> value)

getKwaliteitsWhereIAmStatistiekcode

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


getStatistiekcodenr

public java.math.BigInteger getStatistiekcodenr()
Statistiekcodenr


setStatistiekcodenr

public void setStatistiekcodenr(java.math.BigInteger value)

withStatistiekcodenr

public Statistiekcode withStatistiekcodenr(java.math.BigInteger value)

getCode

public java.lang.String getCode()
Code


setCode

public void setCode(java.lang.String value)

withCode

public Statistiekcode withCode(java.lang.String value)

getOmschrijving

public java.lang.String getOmschrijving()
Omschrijving


setOmschrijving

public void setOmschrijving(java.lang.String value)

withOmschrijving

public Statistiekcode withOmschrijving(java.lang.String value)

clone

public java.lang.Object clone()
clone

Overrides:
clone in class java.lang.Object

cloneShallow

public Statistiekcode cloneShallow()

shallowCopy

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

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

findByPK

public static Statistiekcode findByPK(java.math.BigInteger statistiekcodenr)
Parameters:
statistiekcodenr -

findAndLockByPK

public static Statistiekcode findAndLockByPK(java.math.BigInteger statistiekcodenr)
Parameters:
statistiekcodenr -

findByPK

public static Statistiekcode findByPK(int id)

findByPK

public static Statistiekcode findByPK(long id)

findAndLockByPK

public static Statistiekcode findAndLockByPK(int id)

findAndLockByPK

public static Statistiekcode findAndLockByPK(long id)

findAll

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


findAllOrderedBy

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


findByStatistiekcodenr

public static Statistiekcode findByStatistiekcodenr(java.math.BigInteger statistiekcodenr)
Parameters:
statistiekcodenr -

findByCode

public static Statistiekcode 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<Statistiekcode>

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.