|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.melati.poem.transaction.Transactioned
org.melati.poem.JdbcPersistent
org.melati.poem.generated.UserBase
public abstract class UserBase
Melati POEM generated abstract base class for a Persistent
User Object.
org.melati.poem.prepro.TableDef#generatePersistentBaseJava| Field Summary | |
|---|---|
protected java.lang.Integer |
id
id - The Table Row Object ID |
protected java.lang.String |
login
login - The user's login name |
protected java.lang.String |
name
Full name - The user's real name |
protected java.lang.String |
password
password - The user's password |
| Fields inherited from class org.melati.poem.transaction.Transactioned |
|---|
valid |
| Constructor Summary | |
|---|---|
UserBase()
|
|
| Method Summary | |
|---|---|
java.lang.Integer |
getId_unsafe()
Retrieves the Id value, without locking,
for this User Persistent. |
java.lang.Integer |
getId()
Retrieves the Id value, with locking, for this User Persistent. |
Field |
getIdField()
Retrieves the Id value as a Field
from this User Persistent. |
java.lang.String |
getLogin_unsafe()
Retrieves the Login value, without locking,
for this User Persistent. |
java.lang.String |
getLogin()
Retrieves the Login value, with locking, for this User Persistent. |
Field |
getLoginField()
Retrieves the Login value as a Field
from this User Persistent. |
java.lang.String |
getName_unsafe()
Retrieves the Name value, without locking,
for this User Persistent. |
java.lang.String |
getName()
Retrieves the Name value, with locking, for this User Persistent. |
Field |
getNameField()
Retrieves the Name value as a Field
from this User Persistent. |
java.lang.String |
getPassword_unsafe()
Retrieves the Password value, without locking,
for this User Persistent. |
java.lang.String |
getPassword()
Retrieves the Password value, with locking, for this User Persistent. |
Field |
getPasswordField()
Retrieves the Password value as a Field
from this User Persistent. |
PoemDatabaseTables |
getPoemDatabaseTables()
Retrieves the Database object. |
UserTable |
getUserTable()
Retrieves the UserTable table
which this Persistent is from. |
void |
setId_unsafe(java.lang.Integer cooked)
Sets the Id value directly, without checking,
for this User Persistent. |
void |
setId(int cooked)
Sets the Id value, with checking, for this
User Persistent. |
void |
setId(java.lang.Integer cooked)
Sets the Id value, with checking, for this
User Persistent. |
void |
setLogin_unsafe(java.lang.String cooked)
Sets the Login value directly, without checking,
for this User Persistent. |
void |
setLogin(java.lang.String cooked)
Sets the Login value, with checking, for this
User Persistent. |
void |
setName_unsafe(java.lang.String cooked)
Sets the Name value directly, without checking,
for this User Persistent. |
void |
setName(java.lang.String cooked)
Sets the Name value, with checking, for this
User Persistent. |
void |
setPassword_unsafe(java.lang.String cooked)
Sets the Password value directly, without checking,
for this User Persistent. |
void |
setPassword(java.lang.String cooked)
Sets the Password value, with checking, for this
User Persistent. |
| Methods inherited from class org.melati.poem.transaction.Transactioned |
|---|
markValid, reset, setTransactionPool, transactionPool, unSee |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.Integer id
protected java.lang.String name
protected java.lang.String login
protected java.lang.String password
| Constructor Detail |
|---|
public UserBase()
| Method Detail |
|---|
public PoemDatabaseTables getPoemDatabaseTables()
org.melati.poem.prepro.TableDef#generatePersistentBaseJavapublic UserTable getUserTable()
UserTable table
which this Persistent is from.
org.melati.poem.prepro.TableDef#generatePersistentBaseJavapublic java.lang.Integer getId_unsafe()
Id value, without locking,
for this User Persistent.
org.melati.poem.prepro.FieldDef#generateBaseMethodspublic void setId_unsafe(java.lang.Integer cooked)
Id value directly, without checking,
for this User Persistent.
cooked - the pre-validated value to setorg.melati.poem.prepro.FieldDef#generateBaseMethods
public java.lang.Integer getId()
throws AccessPoemException
User Persistent.
Field description:
The Table Row Object ID
Id for this
User Persistent
AccessPoemException - if the current AccessToken
does not confer write access rights
public void setId(java.lang.Integer cooked)
throws AccessPoemException,
ValidationPoemException
Id value, with checking, for this
User Persistent.
Field description:
The Table Row Object ID
cooked - a validated int
AccessPoemException - if the current AccessToken
does not confer write access rights
ValidationPoemException - if the value is not valid
public final void setId(int cooked)
throws AccessPoemException,
ValidationPoemException
Id value, with checking, for this
User Persistent.
Field description:
The Table Row Object ID
cooked - a validated int
AccessPoemException - if the current AccessToken
does not confer write access rights
ValidationPoemException - if the value is not valid
public Field getIdField()
throws AccessPoemException
Id value as a Field
from this User Persistent.
AccessPoemException - if the current AccessToken
does not confer write access rightsorg.melati.poem.prepro.FieldDef#generateFieldCreatorpublic java.lang.String getName_unsafe()
Name value, without locking,
for this User Persistent.
org.melati.poem.prepro.FieldDef#generateBaseMethodspublic void setName_unsafe(java.lang.String cooked)
Name value directly, without checking,
for this User Persistent.
cooked - the pre-validated value to setorg.melati.poem.prepro.FieldDef#generateBaseMethods
public java.lang.String getName()
throws AccessPoemException
User Persistent.
Field description:
The user's real name
getName in interface TreeablegetName in class JdbcPersistentName for this
User Persistent
AccessPoemException - if the current AccessToken
does not confer write access rightsTreeable.getName()
public void setName(java.lang.String cooked)
throws AccessPoemException,
ValidationPoemException
Name value, with checking, for this
User Persistent.
Field description:
The user's real name
cooked - a validated int
AccessPoemException - if the current AccessToken
does not confer write access rights
ValidationPoemException - if the value is not valid
public Field getNameField()
throws AccessPoemException
Name value as a Field
from this User Persistent.
AccessPoemException - if the current AccessToken
does not confer write access rightsorg.melati.poem.prepro.FieldDef#generateFieldCreatorpublic java.lang.String getLogin_unsafe()
Login value, without locking,
for this User Persistent.
org.melati.poem.prepro.FieldDef#generateBaseMethodspublic void setLogin_unsafe(java.lang.String cooked)
Login value directly, without checking,
for this User Persistent.
cooked - the pre-validated value to setorg.melati.poem.prepro.FieldDef#generateBaseMethods
public java.lang.String getLogin()
throws AccessPoemException
User Persistent.
Field description:
The user's login name
Login for this
User Persistent
AccessPoemException - if the current AccessToken
does not confer write access rights
public void setLogin(java.lang.String cooked)
throws AccessPoemException,
ValidationPoemException
Login value, with checking, for this
User Persistent.
Field description:
The user's login name
cooked - a validated int
AccessPoemException - if the current AccessToken
does not confer write access rights
ValidationPoemException - if the value is not valid
public Field getLoginField()
throws AccessPoemException
Login value as a Field
from this User Persistent.
AccessPoemException - if the current AccessToken
does not confer write access rightsorg.melati.poem.prepro.FieldDef#generateFieldCreatorpublic java.lang.String getPassword_unsafe()
Password value, without locking,
for this User Persistent.
org.melati.poem.prepro.FieldDef#generateBaseMethodspublic void setPassword_unsafe(java.lang.String cooked)
Password value directly, without checking,
for this User Persistent.
cooked - the pre-validated value to setorg.melati.poem.prepro.FieldDef#generateBaseMethods
public java.lang.String getPassword()
throws AccessPoemException
User Persistent.
Field description:
The user's password
Password for this
User Persistent
AccessPoemException - if the current AccessToken
does not confer write access rights
public void setPassword(java.lang.String cooked)
throws AccessPoemException,
ValidationPoemException
Password value, with checking, for this
User Persistent.
Field description:
The user's password
cooked - a validated int
AccessPoemException - if the current AccessToken
does not confer write access rights
ValidationPoemException - if the value is not valid
public Field getPasswordField()
throws AccessPoemException
Password value as a Field
from this User Persistent.
AccessPoemException - if the current AccessToken
does not confer write access rightsorg.melati.poem.prepro.FieldDef#generateFieldCreator
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||