nl.karpi.bm.generated
Class Retourdetail

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

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

A JPA entity class for retourdetail.

See Also:
Serialized Form

Nested Class Summary
static class Retourdetail.ComparatorRetourdetailnr
           
 
Field Summary
protected  java.math.BigInteger aantal
           
static java.lang.String AANTAL_COLUMN_NAME
           
static java.lang.String AANTAL_FIELD_ID
           
static java.lang.Class AANTAL_PROPERTY_CLASS
           
static java.lang.String AANTAL_PROPERTY_ID
           
static int AANTAL_PROPERTY_LENGTH
           
static boolean AANTAL_PROPERTY_NULLABLE
           
static int AANTAL_PROPERTY_PRECISION
           
protected  Artikel artikel
           
static java.lang.String ARTIKEL_COLUMN_NAME
           
static java.lang.String ARTIKEL_FIELD_ID
           
static java.lang.Class ARTIKEL_PROPERTY_CLASS
           
static java.lang.String ARTIKEL_PROPERTY_ID
           
static boolean ARTIKEL_PROPERTY_NULLABLE
           
protected  java.math.BigDecimal artikelnr
           
static java.lang.String ARTIKELNR_COLUMN_NAME
           
static java.util.Comparator<Retourdetail> COMPARATOR_RETOURDETAILNR
          A comparator that compares on retourdetailnr
protected  Retour retour
           
static java.lang.String RETOUR_COLUMN_NAME
           
static java.lang.String RETOUR_FIELD_ID
           
static java.lang.Class RETOUR_PROPERTY_CLASS
           
static java.lang.String RETOUR_PROPERTY_ID
           
static boolean RETOUR_PROPERTY_NULLABLE
           
protected  java.math.BigInteger retourdetailnr
           
static java.lang.String RETOURDETAILNR_COLUMN_NAME
           
static java.lang.String RETOURDETAILNR_FIELD_ID
           
static java.lang.Class RETOURDETAILNR_PROPERTY_CLASS
           
static java.lang.String RETOURDETAILNR_PROPERTY_ID
           
static int RETOURDETAILNR_PROPERTY_LENGTH
           
static boolean RETOURDETAILNR_PROPERTY_NULLABLE
           
static int RETOURDETAILNR_PROPERTY_PRECISION
           
protected  java.math.BigDecimal retournr
           
static java.lang.String RETOURNR_COLUMN_NAME
           
 
Fields inherited from class nl.knowledgeplaza.util.jpa.AbstractBeanEclipselink
iReadFromStorage
 
Constructor Summary
Retourdetail()
           
 
Method Summary
 void clearProperties()
          clear properties
 java.lang.Object clone()
          clone
 Retourdetail cloneShallow()
           
 int compareTo(Retourdetail o)
          default compare on primary key
 boolean equals(java.lang.Object o)
           
static java.util.List<Retourdetail> findAll()
          find all entities
static java.util.List<Retourdetail> findAllOrderedBy(java.lang.String orderedBy)
          find all entities ordered by
static Retourdetail findAndLockByPK(java.math.BigInteger retourdetailnr)
           
static Retourdetail findAndLockByPK(int id)
           
static Retourdetail findAndLockByPK(long id)
           
static Retourdetail findByPK(java.math.BigInteger retourdetailnr)
           
static Retourdetail findByPK(int id)
           
static Retourdetail findByPK(long id)
           
static Retourdetail findByRetourdetailnr(java.math.BigInteger retourdetailnr)
           
 java.math.BigInteger getAantal()
          Aantal
 Artikel getArtikel()
          Artikel
 Retour getRetour()
          Retour
 java.math.BigInteger getRetourdetailnr()
          Retourdetailnr
 int hashCode()
           
 void rememberAtLoadTimeValues()
           
 void setAantal(java.math.BigInteger value)
           
 void setArtikel(Artikel value)
           
 void setRetour(Retour value)
           
 void setRetourdetailnr(java.math.BigInteger value)
           
static void shallowCopy(Retourdetail original, Retourdetail 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)
           
 Retourdetail withAantal(java.math.BigInteger value)
           
 Retourdetail withArtikel(Artikel value)
           
 Retourdetail withRetour(Retour value)
           
 Retourdetail withRetourdetailnr(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

artikel

protected volatile Artikel artikel

ARTIKEL_COLUMN_NAME

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

ARTIKEL_FIELD_ID

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

ARTIKEL_PROPERTY_ID

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

ARTIKEL_PROPERTY_CLASS

public static final java.lang.Class ARTIKEL_PROPERTY_CLASS

ARTIKEL_PROPERTY_NULLABLE

public static final boolean ARTIKEL_PROPERTY_NULLABLE
See Also:
Constant Field Values

artikelnr

protected volatile java.math.BigDecimal artikelnr

ARTIKELNR_COLUMN_NAME

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

retour

protected volatile Retour retour

RETOUR_COLUMN_NAME

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

RETOUR_FIELD_ID

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

RETOUR_PROPERTY_ID

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

RETOUR_PROPERTY_CLASS

public static final java.lang.Class RETOUR_PROPERTY_CLASS

RETOUR_PROPERTY_NULLABLE

public static final boolean RETOUR_PROPERTY_NULLABLE
See Also:
Constant Field Values

retournr

protected volatile java.math.BigDecimal retournr

RETOURNR_COLUMN_NAME

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

retourdetailnr

protected volatile java.math.BigInteger retourdetailnr

RETOURDETAILNR_COLUMN_NAME

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

RETOURDETAILNR_FIELD_ID

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

RETOURDETAILNR_PROPERTY_ID

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

RETOURDETAILNR_PROPERTY_CLASS

public static final java.lang.Class RETOURDETAILNR_PROPERTY_CLASS

RETOURDETAILNR_PROPERTY_NULLABLE

public static final boolean RETOURDETAILNR_PROPERTY_NULLABLE
See Also:
Constant Field Values

RETOURDETAILNR_PROPERTY_LENGTH

public static final int RETOURDETAILNR_PROPERTY_LENGTH
See Also:
Constant Field Values

RETOURDETAILNR_PROPERTY_PRECISION

public static final int RETOURDETAILNR_PROPERTY_PRECISION
See Also:
Constant Field Values

aantal

protected volatile java.math.BigInteger aantal

AANTAL_COLUMN_NAME

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

AANTAL_FIELD_ID

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

AANTAL_PROPERTY_ID

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

AANTAL_PROPERTY_CLASS

public static final java.lang.Class AANTAL_PROPERTY_CLASS

AANTAL_PROPERTY_NULLABLE

public static final boolean AANTAL_PROPERTY_NULLABLE
See Also:
Constant Field Values

AANTAL_PROPERTY_LENGTH

public static final int AANTAL_PROPERTY_LENGTH
See Also:
Constant Field Values

AANTAL_PROPERTY_PRECISION

public static final int AANTAL_PROPERTY_PRECISION
See Also:
Constant Field Values

COMPARATOR_RETOURDETAILNR

public static final java.util.Comparator<Retourdetail> COMPARATOR_RETOURDETAILNR
A comparator that compares on retourdetailnr

Constructor Detail

Retourdetail

public Retourdetail()
Method Detail

getArtikel

public Artikel getArtikel()
Artikel


setArtikel

public void setArtikel(Artikel value)

withArtikel

public Retourdetail withArtikel(Artikel value)

getRetour

public Retour getRetour()
Retour


setRetour

public void setRetour(Retour value)

withRetour

public Retourdetail withRetour(Retour value)

getRetourdetailnr

public java.math.BigInteger getRetourdetailnr()
Retourdetailnr


setRetourdetailnr

public void setRetourdetailnr(java.math.BigInteger value)

withRetourdetailnr

public Retourdetail withRetourdetailnr(java.math.BigInteger value)

getAantal

public java.math.BigInteger getAantal()
Aantal


setAantal

public void setAantal(java.math.BigInteger value)

withAantal

public Retourdetail withAantal(java.math.BigInteger value)

clone

public java.lang.Object clone()
clone

Overrides:
clone in class java.lang.Object

cloneShallow

public Retourdetail cloneShallow()

shallowCopy

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

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

findByPK

public static Retourdetail findByPK(java.math.BigInteger retourdetailnr)
Parameters:
retourdetailnr -

findAndLockByPK

public static Retourdetail findAndLockByPK(java.math.BigInteger retourdetailnr)
Parameters:
retourdetailnr -

findByPK

public static Retourdetail findByPK(int id)

findByPK

public static Retourdetail findByPK(long id)

findAndLockByPK

public static Retourdetail findAndLockByPK(int id)

findAndLockByPK

public static Retourdetail findAndLockByPK(long id)

findAll

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


findAllOrderedBy

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


findByRetourdetailnr

public static Retourdetail findByRetourdetailnr(java.math.BigInteger retourdetailnr)
Parameters:
retourdetailnr -

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

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.