Serialized Form


Package org.enhydra.shark.utilities.dods.data

Class org.enhydra.shark.utilities.dods.data.CounterDataStruct extends com.lutris.appserver.server.sql.CoreDataStruct implements Serializable

Serialized Fields

readOnly

boolean readOnly
A DO refers to this DataStruct. readOnly is set to true when the DO is stored in its class cache.


_empty

boolean _empty
Since originalData is being constructed for every DO, this flag "knows" if DataStruct has any useful content.


databaseName

java.lang.String databaseName
String identifying logical database this DataStruct belongs to.


__the_handle

java.lang.String __the_handle

name

java.lang.String name

the_number

java.math.BigDecimal the_number

Class org.enhydra.shark.utilities.dods.data.CounterDO extends com.lutris.dods.builder.generator.dataobject.GenericDO implements Serializable

Serialized Fields

isRootDeleteNode

boolean isRootDeleteNode
Is DO first node in DELETE CASCADE sekvence


data

CounterDataStruct data
A DO class contains a reference to a DataStruct class. This reference can be null (when the data for the DO has not yet been retrieved from the database), allowing a DO object to be a lightweight placeholder until its data is needed.


transaction

com.lutris.appserver.server.sql.DBTransaction transaction
A DO class contains a reference to a DBTransaction class. This reference can be null (when the DO is created without transaction).


__the_handle

java.lang.String __the_handle

deleted

boolean deleted

changedName

boolean changedName

changedThe_number

boolean changedThe_number

autoSaveAllowed

boolean autoSaveAllowed
while in initFromResultSet, auto save can't be allowed


isDeletedFromDatabase

boolean isDeletedFromDatabase

_lockDO

boolean _lockDO

incrementVersionToo

boolean incrementVersionToo