|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.SIRAPRISE.client.jsba.AbstractDBObject
be.SIRAPRISE.client.jsba.AbstractUpdatableDBObject
be.SIRAPRISE.client.jsba.NewAttributeDefaultValue
public final class NewAttributeDefaultValue
Constructor Summary | |
---|---|
NewAttributeDefaultValue()
|
|
NewAttributeDefaultValue(java.lang.String relvarName,
java.lang.String attributeName,
java.lang.String expression)
|
Method Summary | |
---|---|
java.lang.String |
getAttributeName()
Gets The [name of the] new attribute |
java.lang.String |
getExpression()
Gets expression |
java.lang.String |
getNewattributedefaultvalueAttributename()
Gets the attributename for newattributedefaultvalue |
java.lang.String |
getNewattributedefaultvalueRelvarname()
Gets the relvarname for newattributedefaultvalue |
java.lang.String |
getNewattributedefaultvalueSp_expression()
Gets the sp_expression for newattributedefaultvalue |
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 |
getRelvarName()
Gets relvarName |
void |
setAttributeName(java.lang.String attributeName)
Sets The [name of the] new attribute |
void |
setAttributenameFromDB(java.lang.String attributename)
Sets attributename from the DB |
void |
setExpression(java.lang.String expression)
Sets expression |
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 |
setRelvarName(java.lang.String relvarName)
Sets The [name of the] relvar to which a new attribute is being added |
void |
setRelvarnameFromDB(java.lang.String relvarname)
Sets relvarname from the DB |
void |
setSp_expressionFromDB(java.lang.String spExpression)
Sets sp_expression from the DB |
Methods inherited from class be.SIRAPRISE.client.jsba.AbstractUpdatableDBObject |
---|
dbUpdateCommand, dbUpdateCommand |
Methods inherited from class be.SIRAPRISE.client.jsba.AbstractDBObject |
---|
dbAddCommand, dbAddCommand, dbAddCommand, dbAddCommandAll, dbAssertCommand, dbAssertCommand, dbAssertCommand, dbAssertCommandAll, dbDeleteCommand, dbDeleteCommand, dbDeleteCommand, dbDeleteCommandAll, dbUnAssertCommand, dbUnAssertCommand, dbUnAssertCommand, dbUnAssertCommandAll |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NewAttributeDefaultValue()
public NewAttributeDefaultValue(java.lang.String relvarName, java.lang.String attributeName, java.lang.String expression)
relvarName
- The [name of the] relvar to which a new attribute is being addedattributeName
- The [name of the] new attributeexpression
- The expression for computing the value to be registered for the new attribute of the given name, in existing tuples of the relvar with the given nameMethod Detail |
---|
public final java.lang.String getAttributeName()
public final java.lang.String getExpression()
public java.lang.String getNewattributedefaultvalueAttributename()
DBObjectToNewattributedefaultvalue
getNewattributedefaultvalueAttributename
in interface DBObjectToNewattributedefaultvalue
public java.lang.String getNewattributedefaultvalueRelvarname()
DBObjectToNewattributedefaultvalue
getNewattributedefaultvalueRelvarname
in interface DBObjectToNewattributedefaultvalue
public java.lang.String getNewattributedefaultvalueSp_expression()
DBObjectToNewattributedefaultvalue
getNewattributedefaultvalueSp_expression
in interface DBObjectToNewattributedefaultvalue
public final UpdatableDBObject getPreUpdateState()
UpdatableDBObject
getPreUpdateState
in interface UpdatableDBObject
public final java.lang.String getRelvarName()
public final void setAttributeName(java.lang.String attributeName)
attributeName
- The [name of the] new attributepublic void setAttributenameFromDB(java.lang.String attributename)
NewattributedefaultvalueToDBObject
setAttributenameFromDB
in interface NewattributedefaultvalueToDBObject
attributename
- The DB value for attributenamepublic final void setExpression(java.lang.String expression)
expression
- The expression to set.public final void setPreUpdateState()
UpdatableDBObject
setPreUpdateState
in interface UpdatableDBObject
public final void setRelvarName(java.lang.String relvarName)
relvarName
- The [name of the] relvar to which a new attribute is being addedpublic void setRelvarnameFromDB(java.lang.String relvarname)
NewattributedefaultvalueToDBObject
setRelvarnameFromDB
in interface NewattributedefaultvalueToDBObject
relvarname
- The DB value for relvarnamepublic void setSp_expressionFromDB(java.lang.String spExpression)
NewattributedefaultvalueToDBObject
setSp_expressionFromDB
in interface NewattributedefaultvalueToDBObject
spExpression
- The DB value for sp_expression
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |