nl.karpi.bm.generated
Class Calculatieautorisatie

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

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

A JPA entity class for calculatieautorisatie.

See Also:
Serialized Form

Nested Class Summary
static class Calculatieautorisatie.ComparatorCalculatie
           
static class Calculatieautorisatie.ComparatorCalculatienr
           
 
Field Summary
protected  java.util.Calendar autorisatiedatum
           
static java.lang.String AUTORISATIEDATUM_COLUMN_NAME
           
static java.lang.String AUTORISATIEDATUM_FIELD_ID
           
static java.lang.Class AUTORISATIEDATUM_PROPERTY_CLASS
           
static java.lang.String AUTORISATIEDATUM_PROPERTY_ID
           
static int AUTORISATIEDATUM_PROPERTY_LENGTH
           
static boolean AUTORISATIEDATUM_PROPERTY_NULLABLE
           
protected  Calculatie calculatie
           
static java.lang.String CALCULATIE_COLUMN_NAME
           
static java.lang.String CALCULATIE_FIELD_ID
           
static java.lang.Class CALCULATIE_PROPERTY_CLASS
           
static java.lang.String CALCULATIE_PROPERTY_ID
           
static boolean CALCULATIE_PROPERTY_NULLABLE
           
protected  java.math.BigInteger calculatienr
           
static java.lang.String CALCULATIENR_COLUMN_NAME
           
static java.lang.String CALCULATIENR_FIELD_ID
           
static java.lang.Class CALCULATIENR_PROPERTY_CLASS
           
static java.lang.String CALCULATIENR_PROPERTY_ID
           
static int CALCULATIENR_PROPERTY_LENGTH
           
static boolean CALCULATIENR_PROPERTY_NULLABLE
           
static int CALCULATIENR_PROPERTY_PRECISION
           
static java.util.Comparator<Calculatieautorisatie> COMPARATOR_CALCULATIE
          A comparator that compares on calculatie
static java.util.Comparator<Calculatieautorisatie> COMPARATOR_CALCULATIENR
          A comparator that compares on calculatienr
 
Fields inherited from class nl.knowledgeplaza.util.jpa.AbstractBeanEclipselink
iReadFromStorage
 
Constructor Summary
Calculatieautorisatie()
           
 
Method Summary
 void clearProperties()
          clear properties
 java.lang.Object clone()
          clone
 Calculatieautorisatie cloneShallow()
           
 int compareTo(Calculatieautorisatie o)
          default compare on primary key
 boolean equals(java.lang.Object o)
           
static java.util.List<Calculatieautorisatie> findAll()
          find all entities
static java.util.List<Calculatieautorisatie> findAllOrderedBy(java.lang.String orderedBy)
          find all entities ordered by
static Calculatieautorisatie findAndLockByPK(java.math.BigInteger calculatienr)
           
static Calculatieautorisatie findAndLockByPK(int id)
           
static Calculatieautorisatie findAndLockByPK(long id)
           
static Calculatieautorisatie findByCalculatie(Calculatie calculatie)
           
static Calculatieautorisatie findByCalculatienr(java.math.BigInteger calculatienr)
           
static Calculatieautorisatie findByPK(java.math.BigInteger calculatienr)
           
static Calculatieautorisatie findByPK(int id)
           
static Calculatieautorisatie findByPK(long id)
           
 java.util.Calendar getAutorisatiedatum()
          Autorisatiedatum
 Calculatie getCalculatie()
          Calculatie
 java.math.BigInteger getCalculatienr()
          Calculatienr
 int hashCode()
           
 void rememberAtLoadTimeValues()
           
 void setAutorisatiedatum(java.util.Calendar value)
           
 void setCalculatie(Calculatie value)
           
 void setCalculatienr(java.math.BigInteger value)
           
static void shallowCopy(Calculatieautorisatie original, Calculatieautorisatie 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)
           
 Calculatieautorisatie withAutorisatiedatum(java.util.Calendar value)
           
 Calculatieautorisatie withCalculatie(Calculatie value)
           
 Calculatieautorisatie withCalculatienr(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

calculatie

protected volatile Calculatie calculatie

CALCULATIE_COLUMN_NAME

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

CALCULATIE_FIELD_ID

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

CALCULATIE_PROPERTY_ID

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

CALCULATIE_PROPERTY_CLASS

public static final java.lang.Class CALCULATIE_PROPERTY_CLASS

CALCULATIE_PROPERTY_NULLABLE

public static final boolean CALCULATIE_PROPERTY_NULLABLE
See Also:
Constant Field Values

calculatienr

protected volatile java.math.BigInteger calculatienr

CALCULATIENR_COLUMN_NAME

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

CALCULATIENR_FIELD_ID

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

CALCULATIENR_PROPERTY_ID

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

CALCULATIENR_PROPERTY_CLASS

public static final java.lang.Class CALCULATIENR_PROPERTY_CLASS

CALCULATIENR_PROPERTY_NULLABLE

public static final boolean CALCULATIENR_PROPERTY_NULLABLE
See Also:
Constant Field Values

CALCULATIENR_PROPERTY_LENGTH

public static final int CALCULATIENR_PROPERTY_LENGTH
See Also:
Constant Field Values

CALCULATIENR_PROPERTY_PRECISION

public static final int CALCULATIENR_PROPERTY_PRECISION
See Also:
Constant Field Values

autorisatiedatum

protected volatile java.util.Calendar autorisatiedatum

AUTORISATIEDATUM_COLUMN_NAME

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

AUTORISATIEDATUM_FIELD_ID

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

AUTORISATIEDATUM_PROPERTY_ID

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

AUTORISATIEDATUM_PROPERTY_CLASS

public static final java.lang.Class AUTORISATIEDATUM_PROPERTY_CLASS

AUTORISATIEDATUM_PROPERTY_NULLABLE

public static final boolean AUTORISATIEDATUM_PROPERTY_NULLABLE
See Also:
Constant Field Values

AUTORISATIEDATUM_PROPERTY_LENGTH

public static final int AUTORISATIEDATUM_PROPERTY_LENGTH
See Also:
Constant Field Values

COMPARATOR_CALCULATIE

public static final java.util.Comparator<Calculatieautorisatie> COMPARATOR_CALCULATIE
A comparator that compares on calculatie


COMPARATOR_CALCULATIENR

public static final java.util.Comparator<Calculatieautorisatie> COMPARATOR_CALCULATIENR
A comparator that compares on calculatienr

Constructor Detail

Calculatieautorisatie

public Calculatieautorisatie()
Method Detail

getCalculatie

public Calculatie getCalculatie()
Calculatie


setCalculatie

public void setCalculatie(Calculatie value)

withCalculatie

public Calculatieautorisatie withCalculatie(Calculatie value)

getCalculatienr

public java.math.BigInteger getCalculatienr()
Calculatienr


setCalculatienr

public void setCalculatienr(java.math.BigInteger value)

withCalculatienr

public Calculatieautorisatie withCalculatienr(java.math.BigInteger value)

getAutorisatiedatum

public java.util.Calendar getAutorisatiedatum()
Autorisatiedatum


setAutorisatiedatum

public void setAutorisatiedatum(java.util.Calendar value)

withAutorisatiedatum

public Calculatieautorisatie withAutorisatiedatum(java.util.Calendar value)

clone

public java.lang.Object clone()
clone

Overrides:
clone in class java.lang.Object

cloneShallow

public Calculatieautorisatie cloneShallow()

shallowCopy

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

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

findByPK

public static Calculatieautorisatie findByPK(java.math.BigInteger calculatienr)
Parameters:
calculatienr -

findAndLockByPK

public static Calculatieautorisatie findAndLockByPK(java.math.BigInteger calculatienr)
Parameters:
calculatienr -

findByPK

public static Calculatieautorisatie findByPK(int id)

findByPK

public static Calculatieautorisatie findByPK(long id)

findAndLockByPK

public static Calculatieautorisatie findAndLockByPK(int id)

findAndLockByPK

public static Calculatieautorisatie findAndLockByPK(long id)

findAll

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


findAllOrderedBy

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


findByCalculatie

public static Calculatieautorisatie findByCalculatie(Calculatie calculatie)
Parameters:
calculatie -

findByCalculatienr

public static Calculatieautorisatie findByCalculatienr(java.math.BigInteger calculatienr)
Parameters:
calculatienr -

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

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.