|
||||||||||
| 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.GroupMembershipBase
public abstract class GroupMembershipBase
Melati POEM generated abstract base class for a Persistent
GroupMembership Object.
org.melati.poem.prepro.TableDef#generatePersistentBaseJava| Field Summary | |
|---|---|
protected java.lang.Integer |
group
Group - The group to which the user belongs |
protected java.lang.Integer |
id
id - The Table Row Object ID |
protected java.lang.Integer |
user
User - The user who belongs to the group |
| Fields inherited from class org.melati.poem.transaction.Transactioned |
|---|
valid |
| Constructor Summary | |
|---|---|
GroupMembershipBase()
|
|
| Method Summary | |
|---|---|
java.lang.Integer |
getGroup_unsafe()
Retrieves the Group value, without locking,
for this GroupMembership Persistent. |
Group |
getGroup()
Retrieves the Group object referred to. |
Field |
getGroupField()
Retrieves the Group value as a Field
from this GroupMembership Persistent. |
GroupMembershipTable |
getGroupMembershipTable()
Retrieves the GroupMembershipTable table
which this Persistent is from. |
java.lang.Integer |
getGroupTroid()
Retrieves the Table Row Object ID. |
java.lang.Integer |
getId_unsafe()
Retrieves the Id value, without locking,
for this GroupMembership Persistent. |
java.lang.Integer |
getId()
Retrieves the Id value, with locking, for this GroupMembership Persistent. |
Field |
getIdField()
Retrieves the Id value as a Field
from this GroupMembership Persistent. |
PoemDatabaseTables |
getPoemDatabaseTables()
Retrieves the Database object. |
java.lang.Integer |
getUser_unsafe()
Retrieves the User value, without locking,
for this GroupMembership Persistent. |
User |
getUser()
Retrieves the User object referred to. |
Field |
getUserField()
Retrieves the User value as a Field
from this GroupMembership Persistent. |
java.lang.Integer |
getUserTroid()
Retrieves the Table Row Object ID. |
void |
setGroup_unsafe(java.lang.Integer cooked)
Sets the Group value directly, without checking,
for this GroupMembership Persistent. |
void |
setGroup(Group cooked)
Set the Group. |
void |
setGroupTroid(java.lang.Integer raw)
Sets the Table Row Object ID. |
void |
setId_unsafe(java.lang.Integer cooked)
Sets the Id value directly, without checking,
for this GroupMembership Persistent. |
void |
setId(int cooked)
Sets the Id value, with checking, for this
GroupMembership Persistent. |
void |
setId(java.lang.Integer cooked)
Sets the Id value, with checking, for this
GroupMembership Persistent. |
void |
setUser_unsafe(java.lang.Integer cooked)
Sets the User value directly, without checking,
for this GroupMembership Persistent. |
void |
setUser(User cooked)
Set the User. |
void |
setUserTroid(java.lang.Integer raw)
Sets the Table Row Object ID. |
| 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.Integer user
protected java.lang.Integer group
| Constructor Detail |
|---|
public GroupMembershipBase()
| Method Detail |
|---|
public PoemDatabaseTables getPoemDatabaseTables()
org.melati.poem.prepro.TableDef#generatePersistentBaseJavapublic GroupMembershipTable getGroupMembershipTable()
GroupMembershipTable table
which this Persistent is from.
org.melati.poem.prepro.TableDef#generatePersistentBaseJavapublic java.lang.Integer getId_unsafe()
Id value, without locking,
for this GroupMembership Persistent.
org.melati.poem.prepro.FieldDef#generateBaseMethodspublic void setId_unsafe(java.lang.Integer cooked)
Id value directly, without checking,
for this GroupMembership Persistent.
cooked - the pre-validated value to setorg.melati.poem.prepro.FieldDef#generateBaseMethods
public java.lang.Integer getId()
throws AccessPoemException
GroupMembership Persistent.
Field description:
The Table Row Object ID
Id for this
GroupMembership 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
GroupMembership 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
GroupMembership 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 GroupMembership Persistent.
AccessPoemException - if the current AccessToken
does not confer write access rightsorg.melati.poem.prepro.FieldDef#generateFieldCreatorpublic java.lang.Integer getUser_unsafe()
User value, without locking,
for this GroupMembership Persistent.
org.melati.poem.prepro.FieldDef#generateBaseMethodspublic void setUser_unsafe(java.lang.Integer cooked)
User value directly, without checking,
for this GroupMembership Persistent.
cooked - the pre-validated value to setorg.melati.poem.prepro.FieldDef#generateBaseMethods
public java.lang.Integer getUserTroid()
throws AccessPoemException
Integer
AccessPoemException - if the current AccessToken
does not confer read access rights
public void setUserTroid(java.lang.Integer raw)
throws AccessPoemException
raw - a Table Row Object Id
AccessPoemException - if the current AccessToken
does not confer write access rights
public User getUser()
throws AccessPoemException,
NoSuchRowPoemException
User object referred to.
User as a User
AccessPoemException - if the current AccessToken
does not confer read access rights
NoSuchRowPoemException - if the Persistent has yet to be allocated a TROID
public void setUser(User cooked)
throws AccessPoemException
cooked - a validated User
AccessPoemException - if the current AccessToken
does not confer write access rights
public Field getUserField()
throws AccessPoemException
User value as a Field
from this GroupMembership Persistent.
AccessPoemException - if the current AccessToken
does not confer write access rightsorg.melati.poem.prepro.FieldDef#generateFieldCreatorpublic java.lang.Integer getGroup_unsafe()
Group value, without locking,
for this GroupMembership Persistent.
org.melati.poem.prepro.FieldDef#generateBaseMethodspublic void setGroup_unsafe(java.lang.Integer cooked)
Group value directly, without checking,
for this GroupMembership Persistent.
cooked - the pre-validated value to setorg.melati.poem.prepro.FieldDef#generateBaseMethods
public java.lang.Integer getGroupTroid()
throws AccessPoemException
Integer
AccessPoemException - if the current AccessToken
does not confer read access rights
public void setGroupTroid(java.lang.Integer raw)
throws AccessPoemException
raw - a Table Row Object Id
AccessPoemException - if the current AccessToken
does not confer write access rights
public Group getGroup()
throws AccessPoemException,
NoSuchRowPoemException
Group object referred to.
Group as a Group
AccessPoemException - if the current AccessToken
does not confer read access rights
NoSuchRowPoemException - if the Persistent has yet to be allocated a TROID
public void setGroup(Group cooked)
throws AccessPoemException
cooked - a validated Group
AccessPoemException - if the current AccessToken
does not confer write access rights
public Field getGroupField()
throws AccessPoemException
Group value as a Field
from this GroupMembership 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 | |||||||||