public abstract class GroupMembershipBase extends JdbcPersistent
Persistent
groupMembership Object.
See org.melati.poem.prepro.TableDef#generatePersistentBaseJava| Constructor and Description |
|---|
GroupMembershipBase() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getGroup_unsafe()
Retrieves the
Group value, without locking,
for this groupMembership Persistent. |
Group |
getGroup()
Retrieves the
Group object referred to. |
Field<Integer> |
getGroupField()
Retrieves the
Group value as a Field
from this groupMembership Persistent. |
GroupMembershipTable<GroupMembership> |
getGroupMembershipTable()
Retrieves the
GroupMembershipTable table
which this Persistent is from. |
Integer |
getGroupTroid()
Retrieves the Table Row Object ID.
|
Integer |
getId_unsafe()
Retrieves the
Id value, without locking,
for this groupMembership Persistent. |
Integer |
getId()
Retrieves the Id value, with locking, for this
groupMembership Persistent. |
Field<Integer> |
getIdField()
Retrieves the
Id value as a Field
from this groupMembership Persistent. |
PoemDatabaseTables |
getPoemDatabaseTables()
Retrieves the Database object.
|
Integer |
getUser_unsafe()
Retrieves the
User value, without locking,
for this groupMembership Persistent. |
User |
getUser()
Retrieves the
User object referred to. |
Field<Integer> |
getUserField()
Retrieves the
User value as a Field
from this groupMembership Persistent. |
Integer |
getUserTroid()
Retrieves the Table Row Object ID.
|
void |
setGroup_unsafe(Integer cooked)
Sets the
Group value directly, without checking,
for this groupMembership Persistent. |
void |
setGroup(Group cooked)
Set the Group.
|
void |
setGroupTroid(Integer raw)
Sets the Table Row Object ID.
|
void |
setId_unsafe(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(Integer cooked)
Sets the
Id value, with checking, for this
groupMembership Persistent. |
void |
setUser_unsafe(Integer cooked)
Sets the
User value directly, without checking,
for this groupMembership Persistent. |
void |
setUser(User cooked)
Set the User.
|
void |
setUserTroid(Integer raw)
Sets the Table Row Object ID.
|
assertCanCreate, assertCanCreate, assertCanDelete, assertCanDelete, assertCanRead, assertCanRead, assertCanWrite, assertCanWrite, delete_unsafe, delete, delete, deleteAndCommit, deleteAndCommit, displayString, displayString, displayString, dump, dump, duplicated, duplicatedFloating, equals, existenceLock, fieldsOfColumns, getChildren, getCooked, getCookedString, getDatabase, getDetailDisplayFields, getField, getFields, getName, getPrimaryDisplayField, getRaw, getRawString, getReadable, getRecordDisplayFields, getSearchCriterionFields, getSummaryDisplayFields, getTable, getTroid, hashCode, invalidate, isDirty, makePersistent, postEdit, postInsert, postModify, postWrite, preEdit, setCooked, setDirty, setRaw, setRawString, statusExistent, statusNonexistent, toString, troidmarkValidpublic PoemDatabaseTables getPoemDatabaseTables()
public GroupMembershipTable<GroupMembership> getGroupMembershipTable()
GroupMembershipTable table
which this Persistent is from.
See org.melati.poem.prepro.TableDef#generatePersistentBaseJavapublic Integer getId_unsafe()
Id value, without locking,
for this groupMembership Persistent.
see org.melati.poem.prepro.FieldDef#generateBaseMethodspublic void setId_unsafe(Integer cooked)
Id value directly, without checking,
for this groupMembership Persistent.
see org.melati.poem.prepro.FieldDef#generateBaseMethodscooked - the pre-validated value to setpublic Integer getId() throws AccessPoemException
groupMembership Persistent.
Field description:
The Table Row Object ID
Generated by org.melati.poem.prepro.AtomFieldDef#generateBaseMethodsId for this
groupMembership PersistentAccessPoemException - if the current AccessToken
does not confer write access rightspublic void setId(Integer cooked) throws AccessPoemException, ValidationPoemException
Id value, with checking, for this
groupMembership Persistent.
Field description:
The Table Row Object ID
Generated by org.melati.poem.prepro.AtomFieldDef#generateBaseMethodscooked - a validated intAccessPoemException - if the current AccessToken
does not confer write access rightsValidationPoemException - if the value is not validpublic final void setId(int cooked)
throws AccessPoemException,
ValidationPoemException
Id value, with checking, for this
groupMembership Persistent.
Field description:
The Table Row Object ID
Generated by org.melati.poem.prepro.IntegerFieldDef#generateBaseMethodscooked - a validated intAccessPoemException - if the current AccessToken
does not confer write access rightsValidationPoemException - if the value is not validpublic Field<Integer> getIdField() throws AccessPoemException
Id value as a Field
from this groupMembership Persistent.
see org.melati.poem.prepro.FieldDef#generateFieldCreatorAccessPoemException - if the current AccessToken
does not confer write access rightspublic Integer getUser_unsafe()
User value, without locking,
for this groupMembership Persistent.
see org.melati.poem.prepro.FieldDef#generateBaseMethodspublic void setUser_unsafe(Integer cooked)
User value directly, without checking,
for this groupMembership Persistent.
see org.melati.poem.prepro.FieldDef#generateBaseMethodscooked - the pre-validated value to setpublic Integer getUserTroid() throws AccessPoemException
IntegerAccessPoemException - if the current AccessToken
does not confer read access rightspublic void setUserTroid(Integer raw) throws AccessPoemException
raw - a Table Row Object IdAccessPoemException - if the current AccessToken
does not confer write access rightspublic User getUser() throws AccessPoemException, NoSuchRowPoemException
User object referred to.
Generated by org.melati.poem.prepro.ReferenceFieldDef#generateBaseMethodsUser as a UserAccessPoemException - if the current AccessToken
does not confer read access rightsNoSuchRowPoemException - if the Persistent has yet to be allocated a TROIDpublic void setUser(User cooked) throws AccessPoemException
cooked - a validated UserAccessPoemException - if the current AccessToken
does not confer write access rightspublic Field<Integer> getUserField() throws AccessPoemException
User value as a Field
from this groupMembership Persistent.
see org.melati.poem.prepro.FieldDef#generateFieldCreatorAccessPoemException - if the current AccessToken
does not confer write access rightspublic Integer getGroup_unsafe()
Group value, without locking,
for this groupMembership Persistent.
see org.melati.poem.prepro.FieldDef#generateBaseMethodspublic void setGroup_unsafe(Integer cooked)
Group value directly, without checking,
for this groupMembership Persistent.
see org.melati.poem.prepro.FieldDef#generateBaseMethodscooked - the pre-validated value to setpublic Integer getGroupTroid() throws AccessPoemException
IntegerAccessPoemException - if the current AccessToken
does not confer read access rightspublic void setGroupTroid(Integer raw) throws AccessPoemException
raw - a Table Row Object IdAccessPoemException - if the current AccessToken
does not confer write access rightspublic Group getGroup() throws AccessPoemException, NoSuchRowPoemException
Group object referred to.
Generated by org.melati.poem.prepro.ReferenceFieldDef#generateBaseMethodsGroup as a GroupAccessPoemException - if the current AccessToken
does not confer read access rightsNoSuchRowPoemException - if the Persistent has yet to be allocated a TROIDpublic void setGroup(Group cooked) throws AccessPoemException
cooked - a validated GroupAccessPoemException - if the current AccessToken
does not confer write access rightspublic Field<Integer> getGroupField() throws AccessPoemException
Group value as a Field
from this groupMembership Persistent.
see org.melati.poem.prepro.FieldDef#generateFieldCreatorAccessPoemException - if the current AccessToken
does not confer write access rightsCopyright © 2000–2021 PanEris. All rights reserved.