@Relvars(relvarNames="UDTPOSSREPCOMPONENT") public final class UserDefinedTypePossrepComponent extends AbstractUpdatableDBObject
Constructor and Description |
---|
UserDefinedTypePossrepComponent()
Creates the UserDefinedTypePossrepComponent
|
UserDefinedTypePossrepComponent(java.lang.String typeName,
java.lang.String possrepName,
java.lang.String componentName,
java.lang.String componentValueSelectorExpression)
Creates the UserDefinedTypePossrepComponent
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getComponentName()
Gets componentName
|
java.lang.String |
getComponentValueSelectorExpression()
Gets componentValueSelectorExpression
|
java.lang.String |
getPossrepName()
Gets possrepName
|
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 |
setComponentValueSelectorExpression(java.lang.String componentValueSelectorExpression)
Sets componentValueSelectorExpression
|
void |
setComponentValueSelectorExpression(ValueBuffer componentValueSelectorExpression)
Sets componentValueSelectorExpression
|
void |
setPossrepName(java.lang.String possrepName)
Sets possrepName
|
void |
setPossrepName(ValueBuffer possrepName)
Sets possrepName
|
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 UserDefinedTypePossrepComponent()
public UserDefinedTypePossrepComponent(java.lang.String typeName, java.lang.String possrepName, java.lang.String componentName, java.lang.String componentValueSelectorExpression)
typeName
- -possrepName
- -componentName
- -componentValueSelectorExpression
- -@GetterMethod(attributeDefs=@AttributeDef(attributeName="COMPONENTNAME",requiresEscaping=false,typeName="NAME"), relvarNames="UDTPOSSREPCOMPONENT") public final java.lang.String getComponentName()
@GetterMethod(attributeDefs=@AttributeDef(attributeName="SP_EXPRESSION",requiresEscaping=true,typeName="STRING"), relvarNames="UDTPOSSREPCOMPONENT") public final java.lang.String getComponentValueSelectorExpression()
@GetterMethod(attributeDefs=@AttributeDef(attributeName="POSSREPNAME",requiresEscaping=false,typeName="NAME"), relvarNames="UDTPOSSREPCOMPONENT") public final java.lang.String getPossrepName()
public UpdatableDBObject getPreUpdateState()
UpdatableDBObject
@GetterMethod(attributeDefs=@AttributeDef(attributeName="TYPENAME",requiresEscaping=false,typeName="NAME"), relvarNames="UDTPOSSREPCOMPONENT") 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 setComponentValueSelectorExpression(java.lang.String componentValueSelectorExpression)
componentValueSelectorExpression
- The componentValueSelectorExpression to set.@AttributeDef(attributeName="SP_EXPRESSION", requiresEscaping=true, typeName="STRING") public final void setComponentValueSelectorExpression(ValueBuffer componentValueSelectorExpression)
componentValueSelectorExpression
- The componentValueSelectorExpression to set.public final void setPossrepName(java.lang.String possrepName)
possrepName
- The possrepName to set.@AttributeDef(attributeName="POSSREPNAME", requiresEscaping=false, typeName="NAME") public final void setPossrepName(ValueBuffer possrepName)
possrepName
- The possrepName 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.