org.imixs.workflow.jee.jpa
Class ReadAccess
java.lang.Object
org.imixs.workflow.jee.jpa.ReadAccess
- All Implemented Interfaces:
- Serializable
@Entity
public class ReadAccess
- extends Object
- implements Serializable
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
- Version:
- 1.0
- Author:
- Ralph Soika
- See Also:
Entity,
Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReadAccess
public ReadAccess(String value)
getValue
public String getValue()
setValue
public void setValue(String value)
Copyright © 2006-2011 Imixs Software Solutions GmbH. All Rights Reserved.