|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.imixs.workflow.jee.jpa.WriteAccessEntity
@Entity public class WriteAccessEntity
A AccessEntity defines a single Entry in the Access List of the Entity Class. An AccessEntity is defined by its entityID which is a unique primary key and its entry which is a String value containing the entryValue. This is typical a UserName or a Role Name defined in the ejb-jar.xml
Entity,
Serialized Form| Constructor Summary | |
|---|---|
WriteAccessEntity(java.lang.String value)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getValue()
|
void |
setValue(java.lang.String value)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WriteAccessEntity(java.lang.String value)
| Method Detail |
|---|
public java.lang.String getValue()
public void setValue(java.lang.String value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||