@Relvars(relvarNames="UDTPHYSICALPOSSREPCOMPONENT") public final class UserDefinedTypePhysicalPossrepComponent extends AbstractUpdatableDBObject
Constructor and Description |
---|
UserDefinedTypePhysicalPossrepComponent()
Creates the UserDefinedTypePhysicalPossrepComponent
|
UserDefinedTypePhysicalPossrepComponent(java.lang.String typeName,
java.lang.String componentName,
java.lang.String componentTypeName,
int ordinal)
Creates the UserDefinedTypePhysicalPossrepComponent
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getComponentName()
Gets componentName
|
java.lang.String |
getComponentTypeName()
Gets componentTypeName
|
int |
getOrdinal()
Gets ordinal
|
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 |
setComponentName(java.lang.String componentName)
Sets componentName
|
void |
setComponentName(ValueBuffer componentName)
Sets componentName
|
void |
setComponentTypeName(java.lang.String componentTypeName)
Sets componentTypeName
|
void |
setComponentTypeName(ValueBuffer componentTypeName)
Sets componentTypeName
|
void |
setOrdinal(int ordinal)
Sets ordinal
|
void |
setOrdinal(ValueBuffer ordinal)
Sets ordinal
|
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 typeName
|
dbUpdateCommand, dbUpdateCommand, dbUpdateCommand
dbAddCommand, dbAddCommand, dbAddCommand, dbAddCommandAll, dbAssertCommand, dbAssertCommand, dbAssertCommand, dbAssertCommandAll, dbDeleteCommand, dbDeleteCommand, dbDeleteCommand, dbDeleteCommandAll, dbUnAssertCommand, dbUnAssertCommand, dbUnAssertCommand, dbUnAssertCommandAll
public UserDefinedTypePhysicalPossrepComponent()
public UserDefinedTypePhysicalPossrepComponent(java.lang.String typeName, java.lang.String componentName, java.lang.String componentTypeName, int ordinal)
typeName
- -componentName
- -componentTypeName
- -ordinal
- -@GetterMethod(attributeDefs=@AttributeDef(attributeName="COMPONENTNAME",requiresEscaping=false,typeName="NAME"), relvarNames="UDTPHYSICALPOSSREPCOMPONENT") public final java.lang.String getComponentName()
@GetterMethod(attributeDefs=@AttributeDef(attributeName="COMPONENTTYPENAME",requiresEscaping=false,typeName="NAME"), relvarNames="UDTPHYSICALPOSSREPCOMPONENT") public final java.lang.String getComponentTypeName()
@GetterMethod(attributeDefs=@AttributeDef(attributeName="ORDINAL",requiresEscaping=false,typeName="INT"), relvarNames="UDTPHYSICALPOSSREPCOMPONENT") public final int getOrdinal()
public UpdatableDBObject getPreUpdateState()
UpdatableDBObject
@GetterMethod(attributeDefs=@AttributeDef(attributeName="TYPENAME",requiresEscaping=false,typeName="NAME"), relvarNames="UDTPHYSICALPOSSREPCOMPONENT") public final java.lang.String getTypeName()
public final void setComponentName(java.lang.String componentName)
componentName
- The componentName to set.@AttributeDef(attributeName="COMPONENTNAME", requiresEscaping=false, typeName="NAME") public final void setComponentName(ValueBuffer componentName)
componentName
- The componentName to set.public final void setComponentTypeName(java.lang.String componentTypeName)
componentTypeName
- The componentTypeName to set.@AttributeDef(attributeName="COMPONENTTYPENAME", requiresEscaping=false, typeName="NAME") public final void setComponentTypeName(ValueBuffer componentTypeName)
componentTypeName
- The componentTypeName to set.public final void setOrdinal(int ordinal)
ordinal
- The ordinal to set.@AttributeDef(attributeName="ORDINAL", requiresEscaping=false, typeName="INT") public final void setOrdinal(ValueBuffer ordinal)
ordinal
- The ordinal to set.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.