@Relvars(relvarNames="JAVABACKEDTYPE") public final class JavaBackedType extends AbstractUpdatableDBObject
Constructor and Description |
---|
JavaBackedType()
Creates the Type
|
JavaBackedType(java.lang.String typeName)
Creates the Type
|
Modifier and Type | Method and Description |
---|---|
UpdatableDBObject |
getPreUpdateState()
Gets The state of the object as it was built by the J/R bridging engine immediately after the object was created from a database tuple (and which should have been set by/using the setPreUpdateState() method.
|
java.lang.String |
getTypeName()
Gets typeName
|
void |
setPreUpdateState()
This method is called by the J/R bridging engine after an object has been setup from some tuple retrieved from the database.
|
void |
setTypeName(java.lang.String typeName)
Sets typeName
|
void |
setTypeName(ValueBuffer typeName)
Sets the typeName
|
dbUpdateCommand, dbUpdateCommand, dbUpdateCommand
dbAddCommand, dbAddCommand, dbAddCommand, dbAddCommandAll, dbAssertCommand, dbAssertCommand, dbAssertCommand, dbAssertCommandAll, dbDeleteCommand, dbDeleteCommand, dbDeleteCommand, dbDeleteCommandAll, dbUnAssertCommand, dbUnAssertCommand, dbUnAssertCommand, dbUnAssertCommandAll
public JavaBackedType()
public JavaBackedType(java.lang.String typeName)
typeName
- -public UpdatableDBObject getPreUpdateState()
UpdatableDBObject
@GetterMethod(attributeDefs=@AttributeDef(attributeName="TYPENAME",requiresEscaping=false,typeName="NAME"), relvarNames="JAVABACKEDTYPE") public final java.lang.String getTypeName()
public final void setPreUpdateState()
UpdatableDBObject
public final void setTypeName(java.lang.String typeName)
typeName
- The typeName to set.@AttributeDef(attributeName="TYPENAME", requiresEscaping=false, typeName="NAME") public final void setTypeName(ValueBuffer typeName)
typeName
- The typeName to set