@Relvars(relvarNames="USER") public final class User extends AbstractUpdatableDBObject
Constructor and Description |
---|
User()
Creates the User
|
User(java.lang.String userID)
Creates the User
|
Modifier and Type | Method and Description |
---|---|
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 |
getUserID()
Gets userID
|
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 |
setUserID(java.lang.String userID)
Sets userID
|
void |
setUserID(ValueBuffer userID)
Sets userID
|
dbUpdateCommand, dbUpdateCommand, dbUpdateCommand
dbAddCommand, dbAddCommand, dbAddCommand, dbAddCommandAll, dbAssertCommand, dbAssertCommand, dbAssertCommand, dbAssertCommandAll, dbDeleteCommand, dbDeleteCommand, dbDeleteCommand, dbDeleteCommandAll, dbUnAssertCommand, dbUnAssertCommand, dbUnAssertCommand, dbUnAssertCommandAll
public User()
public User(java.lang.String userID)
userID
- -public final UpdatableDBObject getPreUpdateState()
UpdatableDBObject
@GetterMethod(attributeDefs=@AttributeDef(attributeName="USERID",requiresEscaping=false,typeName="NAME"), relvarNames="USER") public final java.lang.String getUserID()
public final void setPreUpdateState()
UpdatableDBObject
public final void setUserID(java.lang.String userID)
userID
- The userID to set.@AttributeDef(attributeName="USERID", requiresEscaping=false, typeName="NAME") public final void setUserID(ValueBuffer userID)
userID
- The userID to set.