|
||||||||||
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.Client
public final class Client
Constructor Summary | |
---|---|
Client()
Creates the Client |
|
Client(java.lang.String clientID,
boolean trustAuthentications)
Creates the Client |
Method Summary | |
---|---|
java.lang.String |
getClientClientid()
Gets the client for client |
java.lang.String |
getClientTrustauthentication()
Gets the trustauthentication for client |
java.lang.String |
getID()
Gets clientID |
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. |
boolean |
isTrustAuthentications()
Gets trustAuthentications |
void |
setClientidFromDB(java.lang.String client)
Sets client from the DB |
void |
setID(java.lang.String clientID)
Sets clientID |
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 |
setTrustauthenticationFromDB(java.lang.String trustauthentication)
Sets trustauthentication from the DB |
void |
setTrustAuthentications(boolean trustAuthentications)
Sets trustAuthentications |
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 Client()
public Client(java.lang.String clientID, boolean trustAuthentications)
clientID
- trustAuthentications
- Method Detail |
---|
public java.lang.String getClientClientid()
DBObjectToClient
getClientClientid
in interface DBObjectToClient
public java.lang.String getClientTrustauthentication()
DBObjectToClient
getClientTrustauthentication
in interface DBObjectToClient
public final java.lang.String getID()
public UpdatableDBObject getPreUpdateState()
UpdatableDBObject
getPreUpdateState
in interface UpdatableDBObject
public final boolean isTrustAuthentications()
public void setClientidFromDB(java.lang.String client)
ClientToDBObject
setClientidFromDB
in interface ClientToDBObject
client
- The DB value for clientpublic final void setID(java.lang.String clientID)
clientID
- The clientID to set.public void setPreUpdateState()
UpdatableDBObject
setPreUpdateState
in interface UpdatableDBObject
public void setTrustauthenticationFromDB(java.lang.String trustauthentication)
ClientToDBObject
setTrustauthenticationFromDB
in interface ClientToDBObject
trustauthentication
- The DB value for trustauthenticationpublic final void setTrustAuthentications(boolean trustAuthentications)
trustAuthentications
- The trustAuthentications to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |