nl.karpi.bm.generated
Class Deling

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

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

A JPA entity class for deling.

See Also:
Serialized Form

Nested Class Summary
static class Deling.ComparatorDelingnr
           
 
Field Summary
static java.util.Comparator<Deling> COMPARATOR_DELINGNR
          A comparator that compares on delingnr
protected  java.math.BigInteger delingnr
           
static java.lang.String DELINGNR_COLUMN_NAME
           
static java.lang.String DELINGNR_FIELD_ID
           
static java.lang.Class DELINGNR_PROPERTY_CLASS
           
static java.lang.String DELINGNR_PROPERTY_ID
           
static int DELINGNR_PROPERTY_LENGTH
           
static boolean DELINGNR_PROPERTY_NULLABLE
           
static int DELINGNR_PROPERTY_PRECISION
           
protected  java.util.List<Delingtaal> delingtaalsWhereIAmDeling
           
static java.lang.String DELINGTAALSWHEREIAMDELING_FIELD_ID
           
static java.lang.Class DELINGTAALSWHEREIAMDELING_PROPERTY_CLASS
           
static java.lang.String DELINGTAALSWHEREIAMDELING_PROPERTY_ID
           
protected  java.util.List<Kwaliteit> kwaliteitsWhereIAmDeling
           
static java.lang.String KWALITEITSWHEREIAMDELING_FIELD_ID
           
static java.lang.Class KWALITEITSWHEREIAMDELING_PROPERTY_CLASS
           
static java.lang.String KWALITEITSWHEREIAMDELING_PROPERTY_ID
           
 
Fields inherited from class nl.knowledgeplaza.util.jpa.AbstractBeanEclipselink
iReadFromStorage
 
Constructor Summary
Deling()
           
 
Method Summary
 void addDelingtaalsWhereIAmDeling(Delingtaal value)
          DelingtaalsWhereIAmDeling
 void addKwaliteitsWhereIAmDeling(Kwaliteit value)
          KwaliteitsWhereIAmDeling
 void clearProperties()
          clear properties
 java.lang.Object clone()
          clone
 Deling cloneShallow()
           
 int compareTo(Deling o)
          default compare on primary key
 boolean equals(java.lang.Object o)
           
static java.util.List<Deling> findAll()
          find all entities
static java.util.List<Deling> findAllOrderedBy(java.lang.String orderedBy)
          find all entities ordered by
static Deling findAndLockByPK(java.math.BigInteger delingnr)
           
static Deling findAndLockByPK(int id)
           
static Deling findAndLockByPK(long id)
           
static Deling findByDelingnr(java.math.BigInteger delingnr)
           
static Deling findByPK(java.math.BigInteger delingnr)
           
static Deling findByPK(int id)
           
static Deling findByPK(long id)
           
 java.math.BigInteger getDelingnr()
          Delingnr
 java.util.List<Delingtaal> getDelingtaalsWhereIAmDeling()
          returns a new list containing a snapshot of the actual list, instead of an returning an unmodifyableList.
 java.util.List<Kwaliteit> getKwaliteitsWhereIAmDeling()
          returns a new list containing a snapshot of the actual list, instead of an returning an unmodifyableList.
 int hashCode()
           
 void rememberAtLoadTimeValues()
           
 void removeDelingtaalsWhereIAmDeling(Delingtaal value)
           
 void removeKwaliteitsWhereIAmDeling(Kwaliteit value)
           
 void setDelingnr(java.math.BigInteger value)
           
 void setDelingtaalsWhereIAmDeling(java.util.List<Delingtaal> value)
           
 void setKwaliteitsWhereIAmDeling(java.util.List<Kwaliteit> value)
           
static void shallowCopy(Deling original, Deling 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)
           
 Deling withDelingnr(java.math.BigInteger value)
           
 Deling withDelingtaalsWhereIAmDeling(java.util.List<Delingtaal> value)
           
 Deling withKwaliteitsWhereIAmDeling(java.util.List<Kwaliteit> 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

DELINGTAALSWHEREIAMDELING_FIELD_ID

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

DELINGTAALSWHEREIAMDELING_PROPERTY_ID

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

DELINGTAALSWHEREIAMDELING_PROPERTY_CLASS

public static final java.lang.Class DELINGTAALSWHEREIAMDELING_PROPERTY_CLASS

delingtaalsWhereIAmDeling

protected volatile java.util.List<Delingtaal> delingtaalsWhereIAmDeling

KWALITEITSWHEREIAMDELING_FIELD_ID

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

KWALITEITSWHEREIAMDELING_PROPERTY_ID

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

KWALITEITSWHEREIAMDELING_PROPERTY_CLASS

public static final java.lang.Class KWALITEITSWHEREIAMDELING_PROPERTY_CLASS

kwaliteitsWhereIAmDeling

protected volatile java.util.List<Kwaliteit> kwaliteitsWhereIAmDeling

delingnr

protected volatile java.math.BigInteger delingnr

DELINGNR_COLUMN_NAME

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

DELINGNR_FIELD_ID

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

DELINGNR_PROPERTY_ID

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

DELINGNR_PROPERTY_CLASS

public static final java.lang.Class DELINGNR_PROPERTY_CLASS

DELINGNR_PROPERTY_NULLABLE

public static final boolean DELINGNR_PROPERTY_NULLABLE
See Also:
Constant Field Values

DELINGNR_PROPERTY_LENGTH

public static final int DELINGNR_PROPERTY_LENGTH
See Also:
Constant Field Values

DELINGNR_PROPERTY_PRECISION

public static final int DELINGNR_PROPERTY_PRECISION
See Also:
Constant Field Values

COMPARATOR_DELINGNR

public static final java.util.Comparator<Deling> COMPARATOR_DELINGNR
A comparator that compares on delingnr

Constructor Detail

Deling

public Deling()
Method Detail

addDelingtaalsWhereIAmDeling

public void addDelingtaalsWhereIAmDeling(Delingtaal value)
DelingtaalsWhereIAmDeling


removeDelingtaalsWhereIAmDeling

public void removeDelingtaalsWhereIAmDeling(Delingtaal value)

setDelingtaalsWhereIAmDeling

public void setDelingtaalsWhereIAmDeling(java.util.List<Delingtaal> value)

withDelingtaalsWhereIAmDeling

public Deling withDelingtaalsWhereIAmDeling(java.util.List<Delingtaal> value)

getDelingtaalsWhereIAmDeling

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


addKwaliteitsWhereIAmDeling

public void addKwaliteitsWhereIAmDeling(Kwaliteit value)
KwaliteitsWhereIAmDeling


removeKwaliteitsWhereIAmDeling

public void removeKwaliteitsWhereIAmDeling(Kwaliteit value)

setKwaliteitsWhereIAmDeling

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

withKwaliteitsWhereIAmDeling

public Deling withKwaliteitsWhereIAmDeling(java.util.List<Kwaliteit> value)

getKwaliteitsWhereIAmDeling

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


getDelingnr

public java.math.BigInteger getDelingnr()
Delingnr


setDelingnr

public void setDelingnr(java.math.BigInteger value)

withDelingnr

public Deling withDelingnr(java.math.BigInteger value)

clone

public java.lang.Object clone()
clone

Overrides:
clone in class java.lang.Object

cloneShallow

public Deling cloneShallow()

shallowCopy

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

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

findByPK

public static Deling findByPK(java.math.BigInteger delingnr)
Parameters:
delingnr -

findAndLockByPK

public static Deling findAndLockByPK(java.math.BigInteger delingnr)
Parameters:
delingnr -

findByPK

public static Deling findByPK(int id)

findByPK

public static Deling findByPK(long id)

findAndLockByPK

public static Deling findAndLockByPK(int id)

findAndLockByPK

public static Deling findAndLockByPK(long id)

findAll

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


findAllOrderedBy

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


findByDelingnr

public static Deling findByDelingnr(java.math.BigInteger delingnr)
Parameters:
delingnr -

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

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.