@Relvars(relvarNames="CLIENT") public final class Client extends AbstractUpdatableDBObject
Constructor and Description |
---|
Client()
Creates the Client
|
Client(java.lang.String clientID,
boolean trustAuthentications)
Creates the Client
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getClientID()
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 |
setClientID(java.lang.String clientID)
Sets clientID
|
void |
setClientID(ValueBuffer 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 |
setTrustAuthentications(boolean trustAuthentications)
Sets trustAuthentications
|
void |
setTrustAuthentications(ValueBuffer trustAuthentications)
Sets trustAuthentications
|
dbUpdateCommand, dbUpdateCommand, dbUpdateCommand
dbAddCommand, dbAddCommand, dbAddCommand, dbAddCommandAll, dbAssertCommand, dbAssertCommand, dbAssertCommand, dbAssertCommandAll, dbDeleteCommand, dbDeleteCommand, dbDeleteCommand, dbDeleteCommandAll, dbUnAssertCommand, dbUnAssertCommand, dbUnAssertCommand, dbUnAssertCommandAll
public Client()
public Client(java.lang.String clientID, boolean trustAuthentications)
clientID
- -trustAuthentications
- -@GetterMethod(attributeDefs=@AttributeDef(attributeName="CLIENTID",requiresEscaping=false,typeName="NAME"), relvarNames="CLIENT") public final java.lang.String getClientID()
public UpdatableDBObject getPreUpdateState()
UpdatableDBObject
@GetterMethod(attributeDefs=@AttributeDef(attributeName="TRUSTAUTHENTICATION",requiresEscaping=false,typeName="BOOLEAN"), relvarNames="CLIENT") public final boolean isTrustAuthentications()
public final void setClientID(java.lang.String clientID)
clientID
- The clientID to set.@AttributeDef(attributeName="CLIENTID", requiresEscaping=false, typeName="NAME") public final void setClientID(ValueBuffer clientID)
clientID
- The clientID to set.public final void setPreUpdateState()
UpdatableDBObject
public final void setTrustAuthentications(boolean trustAuthentications)
trustAuthentications
- The trustAuthentications to set.@AttributeDef(attributeName="TRUSTAUTHENTICATION", requiresEscaping=false, typeName="BOOLEAN") public final void setTrustAuthentications(ValueBuffer trustAuthentications)
trustAuthentications
- The trustAuthentications to set.