nl.karpi.bm.generated
Class Kwaliteitontwikkeling2Productmarktgroep

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

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

A JPA entity class for kwaliteitontwikkeling2productmarktgroep.

See Also:
Serialized Form

Nested Class Summary
static class Kwaliteitontwikkeling2Productmarktgroep.ComparatorOntwikkel_Productmarktgroep
           
static class Kwaliteitontwikkeling2Productmarktgroep.ComparatorOntwikkelnr_Productmarktgroepnr
           
 
Field Summary
static java.util.Comparator<Kwaliteitontwikkeling2Productmarktgroep> COMPARATOR_ONTWIKKEL_PRODUCTMARKTGROEP
          A comparator that compares on ontwikkel productmarktgroep
static java.util.Comparator<Kwaliteitontwikkeling2Productmarktgroep> COMPARATOR_ONTWIKKELNR_PRODUCTMARKTGROEPNR
          A comparator that compares on ontwikkelnr productmarktgroepnr
protected  Kwaliteitontwikkeling ontwikkel
           
static java.lang.String ONTWIKKEL_COLUMN_NAME
           
static java.lang.String ONTWIKKEL_FIELD_ID
           
static java.lang.Class ONTWIKKEL_PROPERTY_CLASS
           
static java.lang.String ONTWIKKEL_PROPERTY_ID
           
static boolean ONTWIKKEL_PROPERTY_NULLABLE
           
protected  java.math.BigDecimal ontwikkelnr
           
static java.lang.String ONTWIKKELNR_COLUMN_NAME
           
static java.lang.String ONTWIKKELNR_FIELD_ID
           
static java.lang.Class ONTWIKKELNR_PROPERTY_CLASS
           
static java.lang.String ONTWIKKELNR_PROPERTY_ID
           
static int ONTWIKKELNR_PROPERTY_LENGTH
           
static boolean ONTWIKKELNR_PROPERTY_NULLABLE
           
static int ONTWIKKELNR_PROPERTY_PRECISION
           
protected  Productmarktgroep productmarktgroep
           
static java.lang.String PRODUCTMARKTGROEP_COLUMN_NAME
           
static java.lang.String PRODUCTMARKTGROEP_FIELD_ID
           
static java.lang.Class PRODUCTMARKTGROEP_PROPERTY_CLASS
           
static java.lang.String PRODUCTMARKTGROEP_PROPERTY_ID
           
static boolean PRODUCTMARKTGROEP_PROPERTY_NULLABLE
           
protected  java.math.BigDecimal productmarktgroepnr
           
static java.lang.String PRODUCTMARKTGROEPNR_COLUMN_NAME
           
static java.lang.String PRODUCTMARKTGROEPNR_FIELD_ID
           
static java.lang.Class PRODUCTMARKTGROEPNR_PROPERTY_CLASS
           
static java.lang.String PRODUCTMARKTGROEPNR_PROPERTY_ID
           
static int PRODUCTMARKTGROEPNR_PROPERTY_LENGTH
           
static boolean PRODUCTMARKTGROEPNR_PROPERTY_NULLABLE
           
static int PRODUCTMARKTGROEPNR_PROPERTY_PRECISION
           
 
Fields inherited from class nl.knowledgeplaza.util.jpa.AbstractBeanEclipselink
iReadFromStorage
 
Constructor Summary
Kwaliteitontwikkeling2Productmarktgroep()
           
 
Method Summary
 void clearProperties()
          clear properties
 java.lang.Object clone()
          clone
 Kwaliteitontwikkeling2Productmarktgroep cloneShallow()
           
 boolean equals(java.lang.Object o)
           
static java.util.List<Kwaliteitontwikkeling2Productmarktgroep> findAll()
          find all entities
static java.util.List<Kwaliteitontwikkeling2Productmarktgroep> findAllOrderedBy(java.lang.String orderedBy)
          find all entities ordered by
static Kwaliteitontwikkeling2Productmarktgroep findAndLockByPK(java.math.BigDecimal ontwikkelnr, java.math.BigDecimal productmarktgroepnr)
           
static Kwaliteitontwikkeling2Productmarktgroep findByOntwikkelnrProductmarktgroepnr(java.math.BigDecimal ontwikkelnr, java.math.BigDecimal productmarktgroepnr)
           
static Kwaliteitontwikkeling2Productmarktgroep findByOntwikkelProductmarktgroep(Kwaliteitontwikkeling ontwikkel, Productmarktgroep productmarktgroep)
           
static Kwaliteitontwikkeling2Productmarktgroep findByPK(java.math.BigDecimal ontwikkelnr, java.math.BigDecimal productmarktgroepnr)
           
 Kwaliteitontwikkeling getOntwikkel()
          Ontwikkel
 java.math.BigDecimal getOntwikkelnr()
          Ontwikkelnr
 Productmarktgroep getProductmarktgroep()
          Productmarktgroep
 java.math.BigDecimal getProductmarktgroepnr()
          Productmarktgroepnr
 int hashCode()
           
 void rememberAtLoadTimeValues()
           
 void setOntwikkel(Kwaliteitontwikkeling value)
           
 void setOntwikkelnr(java.math.BigDecimal value)
           
 void setProductmarktgroep(Productmarktgroep value)
           
 void setProductmarktgroepnr(java.math.BigDecimal value)
           
static void shallowCopy(Kwaliteitontwikkeling2Productmarktgroep original, Kwaliteitontwikkeling2Productmarktgroep 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)
           
 Kwaliteitontwikkeling2Productmarktgroep withOntwikkel(Kwaliteitontwikkeling value)
           
 Kwaliteitontwikkeling2Productmarktgroep withOntwikkelnr(java.math.BigDecimal value)
           
 Kwaliteitontwikkeling2Productmarktgroep withProductmarktgroep(Productmarktgroep value)
           
 Kwaliteitontwikkeling2Productmarktgroep withProductmarktgroepnr(java.math.BigDecimal 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

ontwikkel

protected volatile Kwaliteitontwikkeling ontwikkel

ONTWIKKEL_COLUMN_NAME

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

ONTWIKKEL_FIELD_ID

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

ONTWIKKEL_PROPERTY_ID

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

ONTWIKKEL_PROPERTY_CLASS

public static final java.lang.Class ONTWIKKEL_PROPERTY_CLASS

ONTWIKKEL_PROPERTY_NULLABLE

public static final boolean ONTWIKKEL_PROPERTY_NULLABLE
See Also:
Constant Field Values

productmarktgroep

protected volatile Productmarktgroep productmarktgroep

PRODUCTMARKTGROEP_COLUMN_NAME

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

PRODUCTMARKTGROEP_FIELD_ID

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

PRODUCTMARKTGROEP_PROPERTY_ID

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

PRODUCTMARKTGROEP_PROPERTY_CLASS

public static final java.lang.Class PRODUCTMARKTGROEP_PROPERTY_CLASS

PRODUCTMARKTGROEP_PROPERTY_NULLABLE

public static final boolean PRODUCTMARKTGROEP_PROPERTY_NULLABLE
See Also:
Constant Field Values

ontwikkelnr

protected volatile java.math.BigDecimal ontwikkelnr

ONTWIKKELNR_COLUMN_NAME

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

ONTWIKKELNR_FIELD_ID

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

ONTWIKKELNR_PROPERTY_ID

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

ONTWIKKELNR_PROPERTY_CLASS

public static final java.lang.Class ONTWIKKELNR_PROPERTY_CLASS

ONTWIKKELNR_PROPERTY_NULLABLE

public static final boolean ONTWIKKELNR_PROPERTY_NULLABLE
See Also:
Constant Field Values

ONTWIKKELNR_PROPERTY_LENGTH

public static final int ONTWIKKELNR_PROPERTY_LENGTH
See Also:
Constant Field Values

ONTWIKKELNR_PROPERTY_PRECISION

public static final int ONTWIKKELNR_PROPERTY_PRECISION
See Also:
Constant Field Values

productmarktgroepnr

protected volatile java.math.BigDecimal productmarktgroepnr

PRODUCTMARKTGROEPNR_COLUMN_NAME

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

PRODUCTMARKTGROEPNR_FIELD_ID

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

PRODUCTMARKTGROEPNR_PROPERTY_ID

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

PRODUCTMARKTGROEPNR_PROPERTY_CLASS

public static final java.lang.Class PRODUCTMARKTGROEPNR_PROPERTY_CLASS

PRODUCTMARKTGROEPNR_PROPERTY_NULLABLE

public static final boolean PRODUCTMARKTGROEPNR_PROPERTY_NULLABLE
See Also:
Constant Field Values

PRODUCTMARKTGROEPNR_PROPERTY_LENGTH

public static final int PRODUCTMARKTGROEPNR_PROPERTY_LENGTH
See Also:
Constant Field Values

PRODUCTMARKTGROEPNR_PROPERTY_PRECISION

public static final int PRODUCTMARKTGROEPNR_PROPERTY_PRECISION
See Also:
Constant Field Values

COMPARATOR_ONTWIKKEL_PRODUCTMARKTGROEP

public static final java.util.Comparator<Kwaliteitontwikkeling2Productmarktgroep> COMPARATOR_ONTWIKKEL_PRODUCTMARKTGROEP
A comparator that compares on ontwikkel productmarktgroep


COMPARATOR_ONTWIKKELNR_PRODUCTMARKTGROEPNR

public static final java.util.Comparator<Kwaliteitontwikkeling2Productmarktgroep> COMPARATOR_ONTWIKKELNR_PRODUCTMARKTGROEPNR
A comparator that compares on ontwikkelnr productmarktgroepnr

Constructor Detail

Kwaliteitontwikkeling2Productmarktgroep

public Kwaliteitontwikkeling2Productmarktgroep()
Method Detail

getOntwikkel

public Kwaliteitontwikkeling getOntwikkel()
Ontwikkel


setOntwikkel

public void setOntwikkel(Kwaliteitontwikkeling value)

withOntwikkel

public Kwaliteitontwikkeling2Productmarktgroep withOntwikkel(Kwaliteitontwikkeling value)

getProductmarktgroep

public Productmarktgroep getProductmarktgroep()
Productmarktgroep


setProductmarktgroep

public void setProductmarktgroep(Productmarktgroep value)

withProductmarktgroep

public Kwaliteitontwikkeling2Productmarktgroep withProductmarktgroep(Productmarktgroep value)

getOntwikkelnr

public java.math.BigDecimal getOntwikkelnr()
Ontwikkelnr


setOntwikkelnr

public void setOntwikkelnr(java.math.BigDecimal value)

withOntwikkelnr

public Kwaliteitontwikkeling2Productmarktgroep withOntwikkelnr(java.math.BigDecimal value)

getProductmarktgroepnr

public java.math.BigDecimal getProductmarktgroepnr()
Productmarktgroepnr


setProductmarktgroepnr

public void setProductmarktgroepnr(java.math.BigDecimal value)

withProductmarktgroepnr

public Kwaliteitontwikkeling2Productmarktgroep withProductmarktgroepnr(java.math.BigDecimal value)

clone

public java.lang.Object clone()
clone

Overrides:
clone in class java.lang.Object

cloneShallow

public Kwaliteitontwikkeling2Productmarktgroep cloneShallow()

shallowCopy

public static void shallowCopy(Kwaliteitontwikkeling2Productmarktgroep original,
                               Kwaliteitontwikkeling2Productmarktgroep copy)
shallow copy, used for cloning but also for e.g. updating an entity in a REST PUT


clearProperties

public void clearProperties()
clear properties


findByPK

public static Kwaliteitontwikkeling2Productmarktgroep findByPK(java.math.BigDecimal ontwikkelnr,
                                                               java.math.BigDecimal productmarktgroepnr)
Parameters:
ontwikkelnr -
productmarktgroepnr -

findAndLockByPK

public static Kwaliteitontwikkeling2Productmarktgroep findAndLockByPK(java.math.BigDecimal ontwikkelnr,
                                                                      java.math.BigDecimal productmarktgroepnr)
Parameters:
ontwikkelnr -
productmarktgroepnr -

findAll

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


findAllOrderedBy

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


findByOntwikkelProductmarktgroep

public static Kwaliteitontwikkeling2Productmarktgroep findByOntwikkelProductmarktgroep(Kwaliteitontwikkeling ontwikkel,
                                                                                       Productmarktgroep productmarktgroep)
Parameters:
ontwikkel -
productmarktgroep -

findByOntwikkelnrProductmarktgroepnr

public static Kwaliteitontwikkeling2Productmarktgroep findByOntwikkelnrProductmarktgroepnr(java.math.BigDecimal ontwikkelnr,
                                                                                           java.math.BigDecimal productmarktgroepnr)
Parameters:
ontwikkelnr -
productmarktgroepnr -

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

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.