nl.karpi.bm.generated
Class Prijsgroep

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

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

A JPA entity class for prijsgroep.

See Also:
Serialized Form

Nested Class Summary
static class Prijsgroep.ComparatorCode
           
static class Prijsgroep.ComparatorPrijsgroepnr
           
 
Field Summary
protected  java.util.List<CalcMargeprijsgroepafmeting> calcMargeprijsgroepafmetingsWhereIAmPrijsgroep
           
static java.lang.String CALCMARGEPRIJSGROEPAFMETINGSWHEREIAMPRIJSGROEP_FIELD_ID
           
static java.lang.Class CALCMARGEPRIJSGROEPAFMETINGSWHEREIAMPRIJSGROEP_PROPERTY_CLASS
           
static java.lang.String CALCMARGEPRIJSGROEPAFMETINGSWHEREIAMPRIJSGROEP_PROPERTY_ID
           
protected  java.util.List<CalcMargeprijsgroep> calcMargeprijsgroepsWhereIAmPrijsgroep
           
static java.lang.String CALCMARGEPRIJSGROEPSWHEREIAMPRIJSGROEP_FIELD_ID
           
static java.lang.Class CALCMARGEPRIJSGROEPSWHEREIAMPRIJSGROEP_PROPERTY_CLASS
           
static java.lang.String CALCMARGEPRIJSGROEPSWHEREIAMPRIJSGROEP_PROPERTY_ID
           
protected  java.util.List<CalcVerkoopkosten> calcVerkoopkostensWhereIAmPrijsgroep
           
static java.lang.String CALCVERKOOPKOSTENSWHEREIAMPRIJSGROEP_FIELD_ID
           
static java.lang.Class CALCVERKOOPKOSTENSWHEREIAMPRIJSGROEP_PROPERTY_CLASS
           
static java.lang.String CALCVERKOOPKOSTENSWHEREIAMPRIJSGROEP_PROPERTY_ID
           
protected  java.util.List<CalcVrachtkosten> calcVrachtkostensWhereIAmPrijsgroep
           
static java.lang.String CALCVRACHTKOSTENSWHEREIAMPRIJSGROEP_FIELD_ID
           
static java.lang.Class CALCVRACHTKOSTENSWHEREIAMPRIJSGROEP_PROPERTY_CLASS
           
static java.lang.String CALCVRACHTKOSTENSWHEREIAMPRIJSGROEP_PROPERTY_ID
           
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<Prijsgroep> COMPARATOR_CODE
          A comparator that compares on code
static java.util.Comparator<Prijsgroep> COMPARATOR_PRIJSGROEPNR
          A comparator that compares on prijsgroepnr
protected  java.util.List<Kwaliteitontwikkelingafmetingenprijs> kwaliteitontwikkelingafmetingenprijssWhereIAmPrijsgroep
           
static java.lang.String KWALITEITONTWIKKELINGAFMETINGENPRIJSSWHEREIAMPRIJSGROEP_FIELD_ID
           
static java.lang.Class KWALITEITONTWIKKELINGAFMETINGENPRIJSSWHEREIAMPRIJSGROEP_PROPERTY_CLASS
           
static java.lang.String KWALITEITONTWIKKELINGAFMETINGENPRIJSSWHEREIAMPRIJSGROEP_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
           
protected  java.math.BigInteger prijsgroepnr
           
static java.lang.String PRIJSGROEPNR_COLUMN_NAME
           
static java.lang.String PRIJSGROEPNR_FIELD_ID
           
static java.lang.Class PRIJSGROEPNR_PROPERTY_CLASS
           
static java.lang.String PRIJSGROEPNR_PROPERTY_ID
           
static int PRIJSGROEPNR_PROPERTY_LENGTH
           
static boolean PRIJSGROEPNR_PROPERTY_NULLABLE
           
static int PRIJSGROEPNR_PROPERTY_PRECISION
           
protected  java.util.List<Prijslijst> prijslijstsWhereIAmPrijsgroep
           
static java.lang.String PRIJSLIJSTSWHEREIAMPRIJSGROEP_FIELD_ID
           
static java.lang.Class PRIJSLIJSTSWHEREIAMPRIJSGROEP_PROPERTY_CLASS
           
static java.lang.String PRIJSLIJSTSWHEREIAMPRIJSGROEP_PROPERTY_ID
           
 
Fields inherited from class nl.knowledgeplaza.util.jpa.AbstractBeanEclipselink
iReadFromStorage
 
Constructor Summary
Prijsgroep()
           
 
Method Summary
 void addCalcMargeprijsgroepafmetingsWhereIAmPrijsgroep(CalcMargeprijsgroepafmeting value)
          CalcMargeprijsgroepafmetingsWhereIAmPrijsgroep
 void addCalcMargeprijsgroepsWhereIAmPrijsgroep(CalcMargeprijsgroep value)
          CalcMargeprijsgroepsWhereIAmPrijsgroep
 void addCalcVerkoopkostensWhereIAmPrijsgroep(CalcVerkoopkosten value)
          CalcVerkoopkostensWhereIAmPrijsgroep
 void addCalcVrachtkostensWhereIAmPrijsgroep(CalcVrachtkosten value)
          CalcVrachtkostensWhereIAmPrijsgroep
 void addKwaliteitontwikkelingafmetingenprijssWhereIAmPrijsgroep(Kwaliteitontwikkelingafmetingenprijs value)
          KwaliteitontwikkelingafmetingenprijssWhereIAmPrijsgroep
 void addPrijslijstsWhereIAmPrijsgroep(Prijslijst value)
          PrijslijstsWhereIAmPrijsgroep
 void clearProperties()
          clear properties
 java.lang.Object clone()
          clone
 Prijsgroep cloneShallow()
           
 int compareTo(Prijsgroep o)
          default compare on primary key
 boolean equals(java.lang.Object o)
           
static java.util.List<Prijsgroep> findAll()
          find all entities
static java.util.List<Prijsgroep> findAllOrderedBy(java.lang.String orderedBy)
          find all entities ordered by
static Prijsgroep findAndLockByPK(java.math.BigInteger prijsgroepnr)
           
static Prijsgroep findAndLockByPK(int id)
           
static Prijsgroep findAndLockByPK(long id)
           
static Prijsgroep findByCode(java.lang.String code)
           
static Prijsgroep findByPK(java.math.BigInteger prijsgroepnr)
           
static Prijsgroep findByPK(int id)
           
static Prijsgroep findByPK(long id)
           
static Prijsgroep findByPrijsgroepnr(java.math.BigInteger prijsgroepnr)
           
 java.util.List<CalcMargeprijsgroepafmeting> getCalcMargeprijsgroepafmetingsWhereIAmPrijsgroep()
          returns a new list containing a snapshot of the actual list, instead of an returning an unmodifyableList.
 java.util.List<CalcMargeprijsgroep> getCalcMargeprijsgroepsWhereIAmPrijsgroep()
          returns a new list containing a snapshot of the actual list, instead of an returning an unmodifyableList.
 java.util.List<CalcVerkoopkosten> getCalcVerkoopkostensWhereIAmPrijsgroep()
          returns a new list containing a snapshot of the actual list, instead of an returning an unmodifyableList.
 java.util.List<CalcVrachtkosten> getCalcVrachtkostensWhereIAmPrijsgroep()
          returns a new list containing a snapshot of the actual list, instead of an returning an unmodifyableList.
 java.lang.String getCode()
          Code
 java.util.List<Kwaliteitontwikkelingafmetingenprijs> getKwaliteitontwikkelingafmetingenprijssWhereIAmPrijsgroep()
          returns a new list containing a snapshot of the actual list, instead of an returning an unmodifyableList.
 java.lang.String getNaam()
          Naam
 java.math.BigInteger getPrijsgroepnr()
          Prijsgroepnr
 java.util.List<Prijslijst> getPrijslijstsWhereIAmPrijsgroep()
          returns a new list containing a snapshot of the actual list, instead of an returning an unmodifyableList.
 int hashCode()
           
 void rememberAtLoadTimeValues()
           
 void removeCalcMargeprijsgroepafmetingsWhereIAmPrijsgroep(CalcMargeprijsgroepafmeting value)
           
 void removeCalcMargeprijsgroepsWhereIAmPrijsgroep(CalcMargeprijsgroep value)
           
 void removeCalcVerkoopkostensWhereIAmPrijsgroep(CalcVerkoopkosten value)
           
 void removeCalcVrachtkostensWhereIAmPrijsgroep(CalcVrachtkosten value)
           
 void removeKwaliteitontwikkelingafmetingenprijssWhereIAmPrijsgroep(Kwaliteitontwikkelingafmetingenprijs value)
           
 void removePrijslijstsWhereIAmPrijsgroep(Prijslijst value)
           
 void setCalcMargeprijsgroepafmetingsWhereIAmPrijsgroep(java.util.List<CalcMargeprijsgroepafmeting> value)
           
 void setCalcMargeprijsgroepsWhereIAmPrijsgroep(java.util.List<CalcMargeprijsgroep> value)
           
 void setCalcVerkoopkostensWhereIAmPrijsgroep(java.util.List<CalcVerkoopkosten> value)
           
 void setCalcVrachtkostensWhereIAmPrijsgroep(java.util.List<CalcVrachtkosten> value)
           
 void setCode(java.lang.String value)
           
 void setKwaliteitontwikkelingafmetingenprijssWhereIAmPrijsgroep(java.util.List<Kwaliteitontwikkelingafmetingenprijs> value)
           
 void setNaam(java.lang.String value)
           
 void setPrijsgroepnr(java.math.BigInteger value)
           
 void setPrijslijstsWhereIAmPrijsgroep(java.util.List<Prijslijst> value)
           
static void shallowCopy(Prijsgroep original, Prijsgroep 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)
           
 Prijsgroep withCalcMargeprijsgroepafmetingsWhereIAmPrijsgroep(java.util.List<CalcMargeprijsgroepafmeting> value)
           
 Prijsgroep withCalcMargeprijsgroepsWhereIAmPrijsgroep(java.util.List<CalcMargeprijsgroep> value)
           
 Prijsgroep withCalcVerkoopkostensWhereIAmPrijsgroep(java.util.List<CalcVerkoopkosten> value)
           
 Prijsgroep withCalcVrachtkostensWhereIAmPrijsgroep(java.util.List<CalcVrachtkosten> value)
           
 Prijsgroep withCode(java.lang.String value)
           
 Prijsgroep withKwaliteitontwikkelingafmetingenprijssWhereIAmPrijsgroep(java.util.List<Kwaliteitontwikkelingafmetingenprijs> value)
           
 Prijsgroep withNaam(java.lang.String value)
           
 Prijsgroep withPrijsgroepnr(java.math.BigInteger value)
           
 Prijsgroep withPrijslijstsWhereIAmPrijsgroep(java.util.List<Prijslijst> 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

CALCMARGEPRIJSGROEPSWHEREIAMPRIJSGROEP_FIELD_ID

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

CALCMARGEPRIJSGROEPSWHEREIAMPRIJSGROEP_PROPERTY_ID

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

CALCMARGEPRIJSGROEPSWHEREIAMPRIJSGROEP_PROPERTY_CLASS

public static final java.lang.Class CALCMARGEPRIJSGROEPSWHEREIAMPRIJSGROEP_PROPERTY_CLASS

calcMargeprijsgroepsWhereIAmPrijsgroep

protected volatile java.util.List<CalcMargeprijsgroep> calcMargeprijsgroepsWhereIAmPrijsgroep

CALCMARGEPRIJSGROEPAFMETINGSWHEREIAMPRIJSGROEP_FIELD_ID

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

CALCMARGEPRIJSGROEPAFMETINGSWHEREIAMPRIJSGROEP_PROPERTY_ID

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

CALCMARGEPRIJSGROEPAFMETINGSWHEREIAMPRIJSGROEP_PROPERTY_CLASS

public static final java.lang.Class CALCMARGEPRIJSGROEPAFMETINGSWHEREIAMPRIJSGROEP_PROPERTY_CLASS

calcMargeprijsgroepafmetingsWhereIAmPrijsgroep

protected volatile java.util.List<CalcMargeprijsgroepafmeting> calcMargeprijsgroepafmetingsWhereIAmPrijsgroep

CALCVERKOOPKOSTENSWHEREIAMPRIJSGROEP_FIELD_ID

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

CALCVERKOOPKOSTENSWHEREIAMPRIJSGROEP_PROPERTY_ID

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

CALCVERKOOPKOSTENSWHEREIAMPRIJSGROEP_PROPERTY_CLASS

public static final java.lang.Class CALCVERKOOPKOSTENSWHEREIAMPRIJSGROEP_PROPERTY_CLASS

calcVerkoopkostensWhereIAmPrijsgroep

protected volatile java.util.List<CalcVerkoopkosten> calcVerkoopkostensWhereIAmPrijsgroep

CALCVRACHTKOSTENSWHEREIAMPRIJSGROEP_FIELD_ID

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

CALCVRACHTKOSTENSWHEREIAMPRIJSGROEP_PROPERTY_ID

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

CALCVRACHTKOSTENSWHEREIAMPRIJSGROEP_PROPERTY_CLASS

public static final java.lang.Class CALCVRACHTKOSTENSWHEREIAMPRIJSGROEP_PROPERTY_CLASS

calcVrachtkostensWhereIAmPrijsgroep

protected volatile java.util.List<CalcVrachtkosten> calcVrachtkostensWhereIAmPrijsgroep

KWALITEITONTWIKKELINGAFMETINGENPRIJSSWHEREIAMPRIJSGROEP_FIELD_ID

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

KWALITEITONTWIKKELINGAFMETINGENPRIJSSWHEREIAMPRIJSGROEP_PROPERTY_ID

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

KWALITEITONTWIKKELINGAFMETINGENPRIJSSWHEREIAMPRIJSGROEP_PROPERTY_CLASS

public static final java.lang.Class KWALITEITONTWIKKELINGAFMETINGENPRIJSSWHEREIAMPRIJSGROEP_PROPERTY_CLASS

kwaliteitontwikkelingafmetingenprijssWhereIAmPrijsgroep

protected volatile java.util.List<Kwaliteitontwikkelingafmetingenprijs> kwaliteitontwikkelingafmetingenprijssWhereIAmPrijsgroep

PRIJSLIJSTSWHEREIAMPRIJSGROEP_FIELD_ID

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

PRIJSLIJSTSWHEREIAMPRIJSGROEP_PROPERTY_ID

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

PRIJSLIJSTSWHEREIAMPRIJSGROEP_PROPERTY_CLASS

public static final java.lang.Class PRIJSLIJSTSWHEREIAMPRIJSGROEP_PROPERTY_CLASS

prijslijstsWhereIAmPrijsgroep

protected volatile java.util.List<Prijslijst> prijslijstsWhereIAmPrijsgroep

prijsgroepnr

protected volatile java.math.BigInteger prijsgroepnr

PRIJSGROEPNR_COLUMN_NAME

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

PRIJSGROEPNR_FIELD_ID

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

PRIJSGROEPNR_PROPERTY_ID

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

PRIJSGROEPNR_PROPERTY_CLASS

public static final java.lang.Class PRIJSGROEPNR_PROPERTY_CLASS

PRIJSGROEPNR_PROPERTY_NULLABLE

public static final boolean PRIJSGROEPNR_PROPERTY_NULLABLE
See Also:
Constant Field Values

PRIJSGROEPNR_PROPERTY_LENGTH

public static final int PRIJSGROEPNR_PROPERTY_LENGTH
See Also:
Constant Field Values

PRIJSGROEPNR_PROPERTY_PRECISION

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

public static final java.util.Comparator<Prijsgroep> COMPARATOR_PRIJSGROEPNR
A comparator that compares on prijsgroepnr


COMPARATOR_CODE

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

Constructor Detail

Prijsgroep

public Prijsgroep()
Method Detail

addCalcMargeprijsgroepsWhereIAmPrijsgroep

public void addCalcMargeprijsgroepsWhereIAmPrijsgroep(CalcMargeprijsgroep value)
CalcMargeprijsgroepsWhereIAmPrijsgroep


removeCalcMargeprijsgroepsWhereIAmPrijsgroep

public void removeCalcMargeprijsgroepsWhereIAmPrijsgroep(CalcMargeprijsgroep value)

setCalcMargeprijsgroepsWhereIAmPrijsgroep

public void setCalcMargeprijsgroepsWhereIAmPrijsgroep(java.util.List<CalcMargeprijsgroep> value)

withCalcMargeprijsgroepsWhereIAmPrijsgroep

public Prijsgroep withCalcMargeprijsgroepsWhereIAmPrijsgroep(java.util.List<CalcMargeprijsgroep> value)

getCalcMargeprijsgroepsWhereIAmPrijsgroep

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


addCalcMargeprijsgroepafmetingsWhereIAmPrijsgroep

public void addCalcMargeprijsgroepafmetingsWhereIAmPrijsgroep(CalcMargeprijsgroepafmeting value)
CalcMargeprijsgroepafmetingsWhereIAmPrijsgroep


removeCalcMargeprijsgroepafmetingsWhereIAmPrijsgroep

public void removeCalcMargeprijsgroepafmetingsWhereIAmPrijsgroep(CalcMargeprijsgroepafmeting value)

setCalcMargeprijsgroepafmetingsWhereIAmPrijsgroep

public void setCalcMargeprijsgroepafmetingsWhereIAmPrijsgroep(java.util.List<CalcMargeprijsgroepafmeting> value)

withCalcMargeprijsgroepafmetingsWhereIAmPrijsgroep

public Prijsgroep withCalcMargeprijsgroepafmetingsWhereIAmPrijsgroep(java.util.List<CalcMargeprijsgroepafmeting> value)

getCalcMargeprijsgroepafmetingsWhereIAmPrijsgroep

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


addCalcVerkoopkostensWhereIAmPrijsgroep

public void addCalcVerkoopkostensWhereIAmPrijsgroep(CalcVerkoopkosten value)
CalcVerkoopkostensWhereIAmPrijsgroep


removeCalcVerkoopkostensWhereIAmPrijsgroep

public void removeCalcVerkoopkostensWhereIAmPrijsgroep(CalcVerkoopkosten value)

setCalcVerkoopkostensWhereIAmPrijsgroep

public void setCalcVerkoopkostensWhereIAmPrijsgroep(java.util.List<CalcVerkoopkosten> value)

withCalcVerkoopkostensWhereIAmPrijsgroep

public Prijsgroep withCalcVerkoopkostensWhereIAmPrijsgroep(java.util.List<CalcVerkoopkosten> value)

getCalcVerkoopkostensWhereIAmPrijsgroep

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


addCalcVrachtkostensWhereIAmPrijsgroep

public void addCalcVrachtkostensWhereIAmPrijsgroep(CalcVrachtkosten value)
CalcVrachtkostensWhereIAmPrijsgroep


removeCalcVrachtkostensWhereIAmPrijsgroep

public void removeCalcVrachtkostensWhereIAmPrijsgroep(CalcVrachtkosten value)

setCalcVrachtkostensWhereIAmPrijsgroep

public void setCalcVrachtkostensWhereIAmPrijsgroep(java.util.List<CalcVrachtkosten> value)

withCalcVrachtkostensWhereIAmPrijsgroep

public Prijsgroep withCalcVrachtkostensWhereIAmPrijsgroep(java.util.List<CalcVrachtkosten> value)

getCalcVrachtkostensWhereIAmPrijsgroep

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


addKwaliteitontwikkelingafmetingenprijssWhereIAmPrijsgroep

public void addKwaliteitontwikkelingafmetingenprijssWhereIAmPrijsgroep(Kwaliteitontwikkelingafmetingenprijs value)
KwaliteitontwikkelingafmetingenprijssWhereIAmPrijsgroep


removeKwaliteitontwikkelingafmetingenprijssWhereIAmPrijsgroep

public void removeKwaliteitontwikkelingafmetingenprijssWhereIAmPrijsgroep(Kwaliteitontwikkelingafmetingenprijs value)

setKwaliteitontwikkelingafmetingenprijssWhereIAmPrijsgroep

public void setKwaliteitontwikkelingafmetingenprijssWhereIAmPrijsgroep(java.util.List<Kwaliteitontwikkelingafmetingenprijs> value)

withKwaliteitontwikkelingafmetingenprijssWhereIAmPrijsgroep

public Prijsgroep withKwaliteitontwikkelingafmetingenprijssWhereIAmPrijsgroep(java.util.List<Kwaliteitontwikkelingafmetingenprijs> value)

getKwaliteitontwikkelingafmetingenprijssWhereIAmPrijsgroep

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


addPrijslijstsWhereIAmPrijsgroep

public void addPrijslijstsWhereIAmPrijsgroep(Prijslijst value)
PrijslijstsWhereIAmPrijsgroep


removePrijslijstsWhereIAmPrijsgroep

public void removePrijslijstsWhereIAmPrijsgroep(Prijslijst value)

setPrijslijstsWhereIAmPrijsgroep

public void setPrijslijstsWhereIAmPrijsgroep(java.util.List<Prijslijst> value)

withPrijslijstsWhereIAmPrijsgroep

public Prijsgroep withPrijslijstsWhereIAmPrijsgroep(java.util.List<Prijslijst> value)

getPrijslijstsWhereIAmPrijsgroep

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


getPrijsgroepnr

public java.math.BigInteger getPrijsgroepnr()
Prijsgroepnr


setPrijsgroepnr

public void setPrijsgroepnr(java.math.BigInteger value)

withPrijsgroepnr

public Prijsgroep withPrijsgroepnr(java.math.BigInteger value)

getCode

public java.lang.String getCode()
Code


setCode

public void setCode(java.lang.String value)

withCode

public Prijsgroep withCode(java.lang.String value)

getNaam

public java.lang.String getNaam()
Naam


setNaam

public void setNaam(java.lang.String value)

withNaam

public Prijsgroep withNaam(java.lang.String value)

clone

public java.lang.Object clone()
clone

Overrides:
clone in class java.lang.Object

cloneShallow

public Prijsgroep cloneShallow()

shallowCopy

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

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

findByPK

public static Prijsgroep findByPK(java.math.BigInteger prijsgroepnr)
Parameters:
prijsgroepnr -

findAndLockByPK

public static Prijsgroep findAndLockByPK(java.math.BigInteger prijsgroepnr)
Parameters:
prijsgroepnr -

findByPK

public static Prijsgroep findByPK(int id)

findByPK

public static Prijsgroep findByPK(long id)

findAndLockByPK

public static Prijsgroep findAndLockByPK(int id)

findAndLockByPK

public static Prijsgroep findAndLockByPK(long id)

findAll

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


findAllOrderedBy

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


findByPrijsgroepnr

public static Prijsgroep findByPrijsgroepnr(java.math.BigInteger prijsgroepnr)
Parameters:
prijsgroepnr -

findByCode

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

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.