|
||||||||||
| 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.Key
public final class Key
| Constructor Summary | |
|---|---|
Key()
Creates the Key |
|
Key(java.lang.String relvarName,
long errorCode)
Creates the Key |
|
| Method Summary | |
|---|---|
long |
getErrorCode()
Gets keyID |
java.lang.String |
getKeyErrorcode()
Gets the keyid for key |
java.lang.String |
getKeyRelvarname()
Gets the relvarname for key |
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 |
setErrorCode(long errorCode)
Sets keyID |
void |
setErrorcodeFromDB(java.lang.String errorCode)
Sets keyid 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 Key()
public Key(java.lang.String relvarName,
long errorCode)
relvarName - errorCode - | Method Detail |
|---|
public final long getErrorCode()
public java.lang.String getKeyErrorcode()
DBObjectToKey
getKeyErrorcode in interface DBObjectToKeypublic java.lang.String getKeyRelvarname()
DBObjectToKey
getKeyRelvarname in interface DBObjectToKeypublic UpdatableDBObject getPreUpdateState()
UpdatableDBObject
getPreUpdateState in interface UpdatableDBObjectpublic final java.lang.String getRelvarName()
public final void setErrorCode(long errorCode)
errorCode - The keyID to set.public void setErrorcodeFromDB(java.lang.String errorCode)
KeyToDBObject
setErrorcodeFromDB in interface KeyToDBObjecterrorCode - The DB value for keyidpublic void setPreUpdateState()
UpdatableDBObject
setPreUpdateState in interface UpdatableDBObjectpublic final void setRelvarName(java.lang.String relvarName)
relvarName - The relvarName to set.public void setRelvarnameFromDB(java.lang.String relvarname)
KeyToDBObject
setRelvarnameFromDB in interface KeyToDBObjectrelvarname - The DB value for relvarname
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||