nl.karpi.bm.generated
Class RetourActie

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

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

A JPA entity class for retour_actie.

See Also:
Serialized Form

Nested Class Summary
static class RetourActie.ComparatorActie
           
 
Field Summary
protected  java.lang.String actie
           
static java.lang.String ACTIE_COLUMN_NAME
           
static java.lang.String ACTIE_FIELD_ID
           
static java.lang.Class ACTIE_PROPERTY_CLASS
           
static java.lang.String ACTIE_PROPERTY_ID
           
static int ACTIE_PROPERTY_LENGTH
           
static boolean ACTIE_PROPERTY_NULLABLE
           
static java.util.Comparator<RetourActie> COMPARATOR_ACTIE
          A comparator that compares on actie
protected  java.lang.String nextstatus
           
static java.lang.String NEXTSTATUS_COLUMN_NAME
           
static java.lang.String NEXTSTATUS_FIELD_ID
           
static java.lang.Class NEXTSTATUS_PROPERTY_CLASS
           
static java.lang.String NEXTSTATUS_PROPERTY_ID
           
static int NEXTSTATUS_PROPERTY_LENGTH
           
static boolean NEXTSTATUS_PROPERTY_NULLABLE
           
protected  java.math.BigInteger volgorde
           
static java.lang.String VOLGORDE_COLUMN_NAME
           
static java.lang.String VOLGORDE_FIELD_ID
           
static java.lang.Class VOLGORDE_PROPERTY_CLASS
           
static java.lang.String VOLGORDE_PROPERTY_ID
           
static int VOLGORDE_PROPERTY_LENGTH
           
static boolean VOLGORDE_PROPERTY_NULLABLE
           
static int VOLGORDE_PROPERTY_PRECISION
           
 
Fields inherited from class nl.knowledgeplaza.util.jpa.AbstractBeanEclipselink
iReadFromStorage
 
Constructor Summary
RetourActie()
           
 
Method Summary
 void clearProperties()
          clear properties
 java.lang.Object clone()
          clone
 RetourActie cloneShallow()
           
 int compareTo(RetourActie o)
          default compare on primary key
 boolean equals(java.lang.Object o)
           
static java.util.List<RetourActie> findAll()
          find all entities
static java.util.List<RetourActie> findAllOrderedBy(java.lang.String orderedBy)
          find all entities ordered by
static RetourActie findAndLockByPK(java.lang.String actie)
           
static RetourActie findByActie(java.lang.String actie)
           
static RetourActie findByPK(java.lang.String actie)
           
 java.lang.String getActie()
          Actie
 java.lang.String getNextstatus()
          Nextstatus
 java.math.BigInteger getVolgorde()
          Volgorde
 int hashCode()
           
 void rememberAtLoadTimeValues()
           
 void setActie(java.lang.String value)
           
 void setNextstatus(java.lang.String value)
           
 void setVolgorde(java.math.BigInteger value)
           
static void shallowCopy(RetourActie original, RetourActie 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)
           
 RetourActie withActie(java.lang.String value)
           
 RetourActie withNextstatus(java.lang.String value)
           
 RetourActie withVolgorde(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

actie

protected volatile java.lang.String actie

ACTIE_COLUMN_NAME

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

ACTIE_FIELD_ID

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

ACTIE_PROPERTY_ID

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

ACTIE_PROPERTY_CLASS

public static final java.lang.Class ACTIE_PROPERTY_CLASS

ACTIE_PROPERTY_NULLABLE

public static final boolean ACTIE_PROPERTY_NULLABLE
See Also:
Constant Field Values

ACTIE_PROPERTY_LENGTH

public static final int ACTIE_PROPERTY_LENGTH
See Also:
Constant Field Values

volgorde

protected volatile java.math.BigInteger volgorde

VOLGORDE_COLUMN_NAME

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

VOLGORDE_FIELD_ID

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

VOLGORDE_PROPERTY_ID

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

VOLGORDE_PROPERTY_CLASS

public static final java.lang.Class VOLGORDE_PROPERTY_CLASS

VOLGORDE_PROPERTY_NULLABLE

public static final boolean VOLGORDE_PROPERTY_NULLABLE
See Also:
Constant Field Values

VOLGORDE_PROPERTY_LENGTH

public static final int VOLGORDE_PROPERTY_LENGTH
See Also:
Constant Field Values

VOLGORDE_PROPERTY_PRECISION

public static final int VOLGORDE_PROPERTY_PRECISION
See Also:
Constant Field Values

nextstatus

protected volatile java.lang.String nextstatus

NEXTSTATUS_COLUMN_NAME

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

NEXTSTATUS_FIELD_ID

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

NEXTSTATUS_PROPERTY_ID

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

NEXTSTATUS_PROPERTY_CLASS

public static final java.lang.Class NEXTSTATUS_PROPERTY_CLASS

NEXTSTATUS_PROPERTY_NULLABLE

public static final boolean NEXTSTATUS_PROPERTY_NULLABLE
See Also:
Constant Field Values

NEXTSTATUS_PROPERTY_LENGTH

public static final int NEXTSTATUS_PROPERTY_LENGTH
See Also:
Constant Field Values

COMPARATOR_ACTIE

public static final java.util.Comparator<RetourActie> COMPARATOR_ACTIE
A comparator that compares on actie

Constructor Detail

RetourActie

public RetourActie()
Method Detail

getActie

public java.lang.String getActie()
Actie


setActie

public void setActie(java.lang.String value)

withActie

public RetourActie withActie(java.lang.String value)

getVolgorde

public java.math.BigInteger getVolgorde()
Volgorde


setVolgorde

public void setVolgorde(java.math.BigInteger value)

withVolgorde

public RetourActie withVolgorde(java.math.BigInteger value)

getNextstatus

public java.lang.String getNextstatus()
Nextstatus


setNextstatus

public void setNextstatus(java.lang.String value)

withNextstatus

public RetourActie withNextstatus(java.lang.String value)

clone

public java.lang.Object clone()
clone

Overrides:
clone in class java.lang.Object

cloneShallow

public RetourActie cloneShallow()

shallowCopy

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

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

findByPK

public static RetourActie findByPK(java.lang.String actie)
Parameters:
actie -

findAndLockByPK

public static RetourActie findAndLockByPK(java.lang.String actie)
Parameters:
actie -

findAll

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


findAllOrderedBy

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


findByActie

public static RetourActie findByActie(java.lang.String actie)
Parameters:
actie -

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

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.