|
||||||||||
| 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.GroupCapabilityBase
org.melati.poem.GroupCapability
public class GroupCapability
A record of a Group's ability to perform an action.
Melati POEM generated, programmer modifiable stub
for a Persistent GroupCapability object.
Description: A record that users belonging to a given group possess a given capability.
Field summary for SQL table GroupCapability
| ||
|---|---|---|
| Name | Type | Description |
| id | Integer | The Table Row Object ID |
| group | Group | The user-group which has the capability |
| capability | Capability | The capability |
| Field Summary |
|---|
| Fields inherited from class org.melati.poem.generated.GroupCapabilityBase |
|---|
capability, group, id |
| Fields inherited from class org.melati.poem.transaction.Transactioned |
|---|
valid |
| Constructor Summary | |
|---|---|
GroupCapability()
Constructor for a Persistent GroupCapability object. |
|
GroupCapability(Group group,
Capability capability)
Constructor for a Persistent GroupCapability object. |
|
| Method Summary |
|---|
| Methods inherited from class org.melati.poem.generated.GroupCapabilityBase |
|---|
getCapability_unsafe, getCapability, getCapabilityField, getCapabilityTroid, getGroup_unsafe, getGroup, getGroupCapabilityTable, getGroupField, getGroupTroid, getId_unsafe, getId, getIdField, getPoemDatabaseTables, setCapability_unsafe, setCapability, setCapabilityTroid, setGroup_unsafe, setGroup, setGroupTroid, setId_unsafe, setId, setId |
| 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 |
| Constructor Detail |
|---|
public GroupCapability()
Persistent GroupCapability object.
Description: A record that users belonging to a given group possess a given capability.
public GroupCapability(Group group,
Capability capability)
Persistent GroupCapability object.
Description: A record that users belonging to a given group possess a given capability.
group - the Groupcapability - the Capability
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||