|
||||||||||
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.KeyAttribute
public final class KeyAttribute
Constructor Summary | |
---|---|
KeyAttribute()
Creates the KeyAttribute |
|
KeyAttribute(long errorCode,
java.lang.String attributeName)
Creates the KeyAttribute |
Method Summary | |
---|---|
java.lang.String |
getAttributeName()
Gets attributeName |
long |
getErrorCode()
Gets keyID |
java.lang.String |
getKeyattributeAttributename()
Gets the attributename for keyattribute |
java.lang.String |
getKeyattributeErrorcode()
Gets the keyid for keyattribute |
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. |
void |
setAttributeName(java.lang.String attributeName)
Sets attributeName |
void |
setAttributenameFromDB(java.lang.String attributename)
Sets attributename from the DB |
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. |
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 KeyAttribute()
public KeyAttribute(long errorCode, java.lang.String attributeName)
errorCode
- attributeName
- Method Detail |
---|
public final java.lang.String getAttributeName()
public java.lang.String getKeyattributeAttributename()
DBObjectToKeyattribute
getKeyattributeAttributename
in interface DBObjectToKeyattribute
public java.lang.String getKeyattributeErrorcode()
DBObjectToKeyattribute
getKeyattributeErrorcode
in interface DBObjectToKeyattribute
public final long getErrorCode()
public UpdatableDBObject getPreUpdateState()
UpdatableDBObject
getPreUpdateState
in interface UpdatableDBObject
public final void setAttributeName(java.lang.String attributeName)
attributeName
- The attributeName to set.public void setAttributenameFromDB(java.lang.String attributename)
KeyattributeToDBObject
setAttributenameFromDB
in interface KeyattributeToDBObject
attributename
- The DB value for attributenamepublic final void setErrorCode(long errorCode)
errorCode
- The keyID to set.public void setErrorcodeFromDB(java.lang.String errorCode)
KeyattributeToDBObject
setErrorcodeFromDB
in interface KeyattributeToDBObject
errorCode
- The DB value for keyidpublic void setPreUpdateState()
UpdatableDBObject
setPreUpdateState
in interface UpdatableDBObject
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |