org.imixs.workflow.jee.jpa
Class ReadAccess

java.lang.Object
  extended by 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

Constructor Summary
ReadAccess(String value)
           
 
Method Summary
 String getValue()
           
 void setValue(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReadAccess

public ReadAccess(String value)
Method Detail

getValue

public String getValue()

setValue

public void setValue(String value)


Copyright © 2006-2012 Imixs Software Solutions GmbH. All Rights Reserved.