nl.karpi.bm.generated
Class Dtproperties

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<Dtproperties>
                  extended by nl.karpi.bm.generated.Dtproperties
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:
Dtproperties

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

A JPA entity class for dtproperties.

See Also:
Serialized Form

Nested Class Summary
static class Dtproperties.ComparatorId_Property
           
 
Field Summary
static java.util.Comparator<Dtproperties> COMPARATOR_ID_PROPERTY
          A comparator that compares on id property
protected  java.math.BigInteger id
           
static java.lang.String ID_COLUMN_NAME
           
static java.lang.String ID_FIELD_ID
           
static java.lang.Class ID_PROPERTY_CLASS
           
static java.lang.String ID_PROPERTY_ID
           
static int ID_PROPERTY_LENGTH
           
static boolean ID_PROPERTY_NULLABLE
           
static int ID_PROPERTY_PRECISION
           
protected  byte[] lvalue
           
static java.lang.String LVALUE_COLUMN_NAME
           
static java.lang.String LVALUE_FIELD_ID
           
static java.lang.Class LVALUE_PROPERTY_CLASS
           
static java.lang.String LVALUE_PROPERTY_ID
           
static int LVALUE_PROPERTY_LENGTH
           
static boolean LVALUE_PROPERTY_NULLABLE
           
protected  java.math.BigInteger objectid
           
static java.lang.String OBJECTID_COLUMN_NAME
           
static java.lang.String OBJECTID_FIELD_ID
           
static java.lang.Class OBJECTID_PROPERTY_CLASS
           
static java.lang.String OBJECTID_PROPERTY_ID
           
static int OBJECTID_PROPERTY_LENGTH
           
static boolean OBJECTID_PROPERTY_NULLABLE
           
static int OBJECTID_PROPERTY_PRECISION
           
protected  java.lang.String property
           
static java.lang.String PROPERTY_COLUMN_NAME
           
static java.lang.String PROPERTY_FIELD_ID
           
static java.lang.Class PROPERTY_PROPERTY_CLASS
           
static java.lang.String PROPERTY_PROPERTY_ID
           
static int PROPERTY_PROPERTY_LENGTH
           
static boolean PROPERTY_PROPERTY_NULLABLE
           
protected  java.lang.String uvalue
           
static java.lang.String UVALUE_COLUMN_NAME
           
static java.lang.String UVALUE_FIELD_ID
           
static java.lang.Class UVALUE_PROPERTY_CLASS
           
static java.lang.String UVALUE_PROPERTY_ID
           
static int UVALUE_PROPERTY_LENGTH
           
static boolean UVALUE_PROPERTY_NULLABLE
           
protected  java.lang.String value
           
static java.lang.String VALUE_COLUMN_NAME
           
static java.lang.String VALUE_FIELD_ID
           
static java.lang.Class VALUE_PROPERTY_CLASS
           
static java.lang.String VALUE_PROPERTY_ID
           
static int VALUE_PROPERTY_LENGTH
           
static boolean VALUE_PROPERTY_NULLABLE
           
protected  java.math.BigInteger version
           
static java.lang.String VERSION_COLUMN_NAME
           
static java.lang.String VERSION_FIELD_ID
           
static java.lang.Class VERSION_PROPERTY_CLASS
           
static java.lang.String VERSION_PROPERTY_ID
           
static int VERSION_PROPERTY_LENGTH
           
static boolean VERSION_PROPERTY_NULLABLE
           
static int VERSION_PROPERTY_PRECISION
           
 
Fields inherited from class nl.knowledgeplaza.util.jpa.AbstractBeanEclipselink
iReadFromStorage
 
Constructor Summary
Dtproperties()
           
 
Method Summary
 void clearProperties()
          clear properties
 java.lang.Object clone()
          clone
 Dtproperties cloneShallow()
           
 boolean equals(java.lang.Object o)
           
static java.util.List<Dtproperties> findAll()
          find all entities
static java.util.List<Dtproperties> findAllOrderedBy(java.lang.String orderedBy)
          find all entities ordered by
static Dtproperties findAndLockByPK(java.math.BigInteger id, java.lang.String property)
           
static Dtproperties findByIdProperty(java.math.BigInteger id, java.lang.String property)
           
static Dtproperties findByPK(java.math.BigInteger id, java.lang.String property)
           
 java.math.BigInteger getId()
          Id
 byte[] getLvalue()
          Lvalue
 java.math.BigInteger getObjectid()
          Objectid
 java.lang.String getProperty()
          Property
 java.lang.String getUvalue()
          Uvalue
 java.lang.String getValue()
          Value
 java.math.BigInteger getVersion()
          Version
 int hashCode()
           
 void rememberAtLoadTimeValues()
           
 void setId(java.math.BigInteger value)
           
 void setLvalue(byte[] value)
           
 void setObjectid(java.math.BigInteger value)
           
 void setProperty(java.lang.String value)
           
 void setUvalue(java.lang.String value)
           
 void setValue(java.lang.String value)
           
 void setVersion(java.math.BigInteger value)
           
static void shallowCopy(Dtproperties original, Dtproperties 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)
           
 Dtproperties withId(java.math.BigInteger value)
           
 Dtproperties withLvalue(byte[] value)
           
 Dtproperties withObjectid(java.math.BigInteger value)
           
 Dtproperties withProperty(java.lang.String value)
           
 Dtproperties withUvalue(java.lang.String value)
           
 Dtproperties withValue(java.lang.String value)
           
 Dtproperties withVersion(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

id

protected volatile java.math.BigInteger id

ID_COLUMN_NAME

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

ID_FIELD_ID

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

ID_PROPERTY_ID

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

ID_PROPERTY_CLASS

public static final java.lang.Class ID_PROPERTY_CLASS

ID_PROPERTY_NULLABLE

public static final boolean ID_PROPERTY_NULLABLE
See Also:
Constant Field Values

ID_PROPERTY_LENGTH

public static final int ID_PROPERTY_LENGTH
See Also:
Constant Field Values

ID_PROPERTY_PRECISION

public static final int ID_PROPERTY_PRECISION
See Also:
Constant Field Values

objectid

protected volatile java.math.BigInteger objectid

OBJECTID_COLUMN_NAME

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

OBJECTID_FIELD_ID

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

OBJECTID_PROPERTY_ID

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

OBJECTID_PROPERTY_CLASS

public static final java.lang.Class OBJECTID_PROPERTY_CLASS

OBJECTID_PROPERTY_NULLABLE

public static final boolean OBJECTID_PROPERTY_NULLABLE
See Also:
Constant Field Values

OBJECTID_PROPERTY_LENGTH

public static final int OBJECTID_PROPERTY_LENGTH
See Also:
Constant Field Values

OBJECTID_PROPERTY_PRECISION

public static final int OBJECTID_PROPERTY_PRECISION
See Also:
Constant Field Values

property

protected volatile java.lang.String property

PROPERTY_COLUMN_NAME

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

PROPERTY_FIELD_ID

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

PROPERTY_PROPERTY_ID

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

PROPERTY_PROPERTY_CLASS

public static final java.lang.Class PROPERTY_PROPERTY_CLASS

PROPERTY_PROPERTY_NULLABLE

public static final boolean PROPERTY_PROPERTY_NULLABLE
See Also:
Constant Field Values

PROPERTY_PROPERTY_LENGTH

public static final int PROPERTY_PROPERTY_LENGTH
See Also:
Constant Field Values

value

protected volatile java.lang.String value

VALUE_COLUMN_NAME

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

VALUE_FIELD_ID

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

VALUE_PROPERTY_ID

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

VALUE_PROPERTY_CLASS

public static final java.lang.Class VALUE_PROPERTY_CLASS

VALUE_PROPERTY_NULLABLE

public static final boolean VALUE_PROPERTY_NULLABLE
See Also:
Constant Field Values

VALUE_PROPERTY_LENGTH

public static final int VALUE_PROPERTY_LENGTH
See Also:
Constant Field Values

uvalue

protected volatile java.lang.String uvalue

UVALUE_COLUMN_NAME

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

UVALUE_FIELD_ID

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

UVALUE_PROPERTY_ID

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

UVALUE_PROPERTY_CLASS

public static final java.lang.Class UVALUE_PROPERTY_CLASS

UVALUE_PROPERTY_NULLABLE

public static final boolean UVALUE_PROPERTY_NULLABLE
See Also:
Constant Field Values

UVALUE_PROPERTY_LENGTH

public static final int UVALUE_PROPERTY_LENGTH
See Also:
Constant Field Values

lvalue

protected volatile byte[] lvalue

LVALUE_COLUMN_NAME

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

LVALUE_FIELD_ID

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

LVALUE_PROPERTY_ID

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

LVALUE_PROPERTY_CLASS

public static final java.lang.Class LVALUE_PROPERTY_CLASS

LVALUE_PROPERTY_NULLABLE

public static final boolean LVALUE_PROPERTY_NULLABLE
See Also:
Constant Field Values

LVALUE_PROPERTY_LENGTH

public static final int LVALUE_PROPERTY_LENGTH
See Also:
Constant Field Values

version

protected volatile java.math.BigInteger version

VERSION_COLUMN_NAME

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

VERSION_FIELD_ID

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

VERSION_PROPERTY_ID

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

VERSION_PROPERTY_CLASS

public static final java.lang.Class VERSION_PROPERTY_CLASS

VERSION_PROPERTY_NULLABLE

public static final boolean VERSION_PROPERTY_NULLABLE
See Also:
Constant Field Values

VERSION_PROPERTY_LENGTH

public static final int VERSION_PROPERTY_LENGTH
See Also:
Constant Field Values

VERSION_PROPERTY_PRECISION

public static final int VERSION_PROPERTY_PRECISION
See Also:
Constant Field Values

COMPARATOR_ID_PROPERTY

public static final java.util.Comparator<Dtproperties> COMPARATOR_ID_PROPERTY
A comparator that compares on id property

Constructor Detail

Dtproperties

public Dtproperties()
Method Detail

getId

public java.math.BigInteger getId()
Id


setId

public void setId(java.math.BigInteger value)

withId

public Dtproperties withId(java.math.BigInteger value)

getObjectid

public java.math.BigInteger getObjectid()
Objectid


setObjectid

public void setObjectid(java.math.BigInteger value)

withObjectid

public Dtproperties withObjectid(java.math.BigInteger value)

getProperty

public java.lang.String getProperty()
Property


setProperty

public void setProperty(java.lang.String value)

withProperty

public Dtproperties withProperty(java.lang.String value)

getValue

public java.lang.String getValue()
Value


setValue

public void setValue(java.lang.String value)

withValue

public Dtproperties withValue(java.lang.String value)

getUvalue

public java.lang.String getUvalue()
Uvalue


setUvalue

public void setUvalue(java.lang.String value)

withUvalue

public Dtproperties withUvalue(java.lang.String value)

getLvalue

public byte[] getLvalue()
Lvalue


setLvalue

public void setLvalue(byte[] value)

withLvalue

public Dtproperties withLvalue(byte[] value)

getVersion

public java.math.BigInteger getVersion()
Version


setVersion

public void setVersion(java.math.BigInteger value)

withVersion

public Dtproperties withVersion(java.math.BigInteger value)

clone

public java.lang.Object clone()
clone

Overrides:
clone in class java.lang.Object

cloneShallow

public Dtproperties cloneShallow()

shallowCopy

public static void shallowCopy(Dtproperties original,
                               Dtproperties 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 Dtproperties findByPK(java.math.BigInteger id,
                                    java.lang.String property)
Parameters:
id -
property -

findAndLockByPK

public static Dtproperties findAndLockByPK(java.math.BigInteger id,
                                           java.lang.String property)
Parameters:
id -
property -

findAll

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


findAllOrderedBy

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


findByIdProperty

public static Dtproperties findByIdProperty(java.math.BigInteger id,
                                            java.lang.String property)
Parameters:
id -
property -

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

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.