|
||||||||||
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.RelvarAttribute
public final class RelvarAttribute
Constructor Summary | |
---|---|
RelvarAttribute()
Creates the RelvarAttribute |
|
RelvarAttribute(java.lang.String relvarName,
java.lang.String attributeName)
Creates the RelvarAttribute |
Method Summary | |
---|---|
java.lang.String |
getAttributeName()
Gets attributeName |
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 |
getRelvarattributeAttributename()
Gets the attributename for relvarattribute |
java.lang.String |
getRelvarattributeRelvarname()
Gets the relvarname for relvarattribute |
java.lang.String |
getRelvarName()
Gets relvarName |
void |
setAttributeName(java.lang.String attributeName)
Sets attributeName |
void |
setAttributenameFromDB(java.lang.String attributename)
Sets attributename from the DB |
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 relvarName |
void |
setRelvarnameFromDB(java.lang.String relvarname)
Sets relvarname 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 RelvarAttribute()
public RelvarAttribute(java.lang.String relvarName, java.lang.String attributeName)
relvarName
- attributeName
- Method Detail |
---|
public final java.lang.String getAttributeName()
public UpdatableDBObject getPreUpdateState()
UpdatableDBObject
getPreUpdateState
in interface UpdatableDBObject
public java.lang.String getRelvarattributeAttributename()
DBObjectToRelvarattribute
getRelvarattributeAttributename
in interface DBObjectToRelvarattribute
public java.lang.String getRelvarattributeRelvarname()
DBObjectToRelvarattribute
getRelvarattributeRelvarname
in interface DBObjectToRelvarattribute
public final java.lang.String getRelvarName()
public final void setAttributeName(java.lang.String attributeName)
attributeName
- The attributeName to set.public void setAttributenameFromDB(java.lang.String attributename)
RelvarattributeToDBObject
setAttributenameFromDB
in interface RelvarattributeToDBObject
attributename
- The DB value for attributenamepublic void setPreUpdateState()
UpdatableDBObject
setPreUpdateState
in interface UpdatableDBObject
public final void setRelvarName(java.lang.String relvarName)
relvarName
- The relvarName to set.public void setRelvarnameFromDB(java.lang.String relvarname)
RelvarattributeToDBObject
setRelvarnameFromDB
in interface RelvarattributeToDBObject
relvarname
- The DB value for relvarname
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |